Viewing 15 posts - 886 through 900 (of 6,105 total)
Ignacio A. Salom Rangel (8/18/2008)
We start the SQL service with a domain account. This account does not have the "write service principalname" permission. That is why there is no...
August 18, 2008 at 1:54 pm
I played flute, piccolo, trumpet, and french horn in high school and then it was my military duty at The Citadel (Regimental Band and Pipes). I've stayed somewhat active on...
August 16, 2008 at 12:32 am
For most of these you can add -nosplash to eliminate the splash screen. Loads a few seconds faster. For instance:
sqlwb -nosplash
August 15, 2008 at 10:27 pm
If that's the case, it's probably a good idea to go ahead and engage Microsoft support and allow them to remote in. If it is affecting business processes, let 'em...
August 15, 2008 at 6:52 pm
If SQL Server is in single-user mode, only one connection is going to be allowed, whoever is first. If something beats SQL Server Agent in, it can't read information out...
August 15, 2008 at 6:12 pm
I understand that it's a cluster. However, what the cluster service basically does is start the appropriate SQL Server service on one node and keeps it stopped on all the...
August 15, 2008 at 5:54 pm
That's the execution of said stored procedure. Do something like:
USE itiserver
GO
EXEC sp_helptext csp_AddDMUser
Judging by the name of the stored procedure, it is probably creating a login to the SQL Server...
August 15, 2008 at 5:51 pm
Yes, it should. Meaning when you kick off the application and the error is generated, immediately check the SQL error logs. See what login shows up as failed.
August 15, 2008 at 4:12 pm
When you check the service itself using the Services snap-in, does the Path to executable include a -m?
August 15, 2008 at 3:23 pm
What are some of the requirements? The applications used to encrypt SQL Server and the ones to do full disk encryption or even partial encryption on workstations are not the...
August 15, 2008 at 3:16 pm
In SSMS, if the server is listed in the Object Explorer:
- Right click on the server and choose Properties.
- Click Security in the left pane.
- Look at the second section...
August 15, 2008 at 3:13 pm
I would assume so, but to be honest, I've not tried it. I've only had to deal with collations when a 3rd party vendor insists on the whole binary sort...
August 15, 2008 at 3:10 pm
Lowell (8/15/2008)
August 15, 2008 at 3:06 pm
Maxer (8/15/2008)
Though if the script...
August 15, 2008 at 3:01 pm
Two other DMVs provide the info you're looking for:
- sys.dm_exec_sessions
- sys.dm_exec_connections
August 15, 2008 at 2:59 pm
Viewing 15 posts - 886 through 900 (of 6,105 total)