Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
cmsJustin
Starting Member
3 Posts |
Posted - 2007-10-02 : 10:05:12
|
| I just set up a SQL 2005 Server about a month ago that we will be moving all of our scattered DBs onto. I basically set it up with the default settings and didn't touch anything special, until I tried to install Microsoft System Center Essentials 2007 in our environment. I had problems getting it to use our SQL server, and a forum post told me to change all of the service accounts for SQL to use the LocalSystem login. So here are my service accounts:SQL Server Integration Services - NT AUTHORITY\NetworkServiceSQL Server FullText Search (MSSQLSERVER) - LocalSystemSQL Server (MSSQLSERVER) - LocalSystemSQL Server Analysis Services (MSSQLSERVER) - LocalSystemSQL Server Reporting Services (MSSQLSERVER) - LocalSystemSQL Server Browser - LocalSystemSQL Server Agent (MSSQLSERVER) - LocalSystemSo Sandisk makes this software called CMC. It's for controlling their enterprise USB drives. And their software won't install. It errors out saying that it couldn't drop the database on our SQL server (but it doesn't exist). If I make an empty DB by the same name, it sees it, and then errors out anyway. I am using the SA login for testing (I was using a purposed SQL account before) so I don't think it's a rights issue. Sandisk says it should work, and they suggested I use SQL server express. But we run VMs, and running SQL server in another VM is going to use more of our memory pool. Plus we want centralized backups and all that.Do my service account logins have anything to do with it? Can someone tell me what these should be set to by default so I can change them back?Here's a trace I did when I tried to install the software:-- network protocol: TCP/IPset quoted_identifier onset arithabort offset numeric_roundabort offset ansi_warnings onset ansi_padding onset ansi_nulls onset concat_null_yields_null onset cursor_close_on_commit offset implicit_transactions offset language us_englishset dateformat mdyset datefirst 7set transaction isolation level read committed set implicit_transactions on godrop database [CruzerDb]goIF @@TRANCOUNT > 0 ROLLBACK TRANgoAnd here's more info if needed:Product Version - 9.00.3042.00Edition - Standard EditionServer Collation - SQL_Latin1_General_CP1_CI_ASIs Clustered - NoIs FullText Installed - YesIs Integrated Security Only - NoIs AWE Enabled - No# Processors (used by instance) - 2 |
|
|
cmsJustin
Starting Member
3 Posts |
Posted - 2007-10-02 : 12:58:44
|
| ping!Nobody knows the answer?<a href="http://cmsjustin.blogspot.com"><b>cmsJustin</b>.blogspot.com</a><br><a href="http://www.twitter.com/cmsjustin">Twitter.com/<b>cmsJustin</b></a> |
 |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-10-02 : 22:53:04
|
| Don't understand why sql service account will affect apps that access sql server. Ask app vendor do some homework on sql server. |
 |
|
|
|
|
|