Viewing 15 posts - 1,231 through 1,245 (of 1,655 total)
By short the answer should be NO.
There's no posibility to assign certain tasks to a dedicated CPU. The one exception I know about is if your running SQL Server Enterprise on a Windows...
August 15, 2007 at 7:17 am
Mark,
why don't you just change the Local Security Policy on the server to accept a weak password?
Once the login has been created you can change it to not enforce the...
August 15, 2007 at 7:08 am
Read this document first:
It covers all the standard questions you should ask yourself and also special situations like replication.
Markus
August 13, 2007 at 5:31 am
Ammad,
you probably need to stop the SQL Agent before executing the ALTER DATABASE command. The command needs exclusive access to the database and is just waiting until thats possible.
In fact...
August 9, 2007 at 4:43 am
Stephen,
if the transaction never committed, you won't find anything in the transaction log either. The best way to solve these kind of issues is adding some error handling to...
August 8, 2007 at 1:40 am
Hi Colin,
I would start out with sp_who2 and sp_lock. Also the dynamic management views should deliver some information. See here for more information:
http://msdn2.microsoft.com/en-us/library/ms176083.aspx
http://www.sqlteam.com/article/dynamic-management-views
By the way you can also...
August 7, 2007 at 10:28 am
Colin,
did you ever try to access the "Hanging" machine through a DAC connection ? Look for blocked processes.
Markus
August 7, 2007 at 8:37 am
Brandie,
you can suspend the mirror session while you install the SP on the passive node first. Then after restarting the mirror session, when status is back to synchronised, you need...
August 7, 2007 at 4:38 am
Hi Brandie,
99.995% means a downtime of about 28 minutes a year. You might think that a clustering failover takes about 30 - 60 sec, so I'm fine, but in real life...
August 7, 2007 at 3:22 am
Jay Bee
Select SERVERPROPERTY('MachineName')
will work unless it's a clustered server. In SQL 2005 you can find out the name of...
August 3, 2007 at 8:00 am
Not sure if this applies to your case but it's worth checking:
http://support.microsoft.com/kb/906954
Markus
August 2, 2007 at 8:21 am
Adam,
you need to create a global temp table using ## instead of #
Markus
August 2, 2007 at 8:16 am
Hi Art,
the detaching and attaching actually only take a second. What will take some time is the copying of the file, but the exact time depends on your hardware.
As...
August 2, 2007 at 4:28 am
Hi guys,
I finally found some time and wrote the script I had initally in mind. Even though both your scripts provide valuable information none of them reports the correct...
August 2, 2007 at 1:49 am
John,
if it's just the starting of jobs you're users need, you can give them execute permissions for the sp_start_job procedure in msdb.
Markus
August 1, 2007 at 5:30 am
Viewing 15 posts - 1,231 through 1,245 (of 1,655 total)