Viewing 15 posts - 1,861 through 1,875 (of 4,745 total)
standard edition it will only ever use one processor.
April 7, 2011 at 9:41 am
you can delete the older ones manually.
to set the no of logs kept right click on sQL server logs in SSMS and choose configure
April 6, 2011 at 3:50 pm
maxdop is only available for index operations with enterprise edition
http://msdn.microsoft.com/en-us/library/ms189329(v=SQL.90).aspx
April 6, 2011 at 3:47 pm
this thread is a year old people...............
April 5, 2011 at 7:16 am
has this feature been bought in just to make people used to oracle feel more at home?
🙂
April 5, 2011 at 3:43 am
as its a maintenance plan is it failing to delete the older backups or perhaps a permissions issue creating the .txt log file?
April 2, 2011 at 10:44 am
17883 errors are usual UMS scheduler hung. There is one UMS Scheduler per CPU. If they are all hung SQL will be unresponsive.
You could try getting in using the DAC...
April 1, 2011 at 2:14 pm
thanks steve.
I take it the link to the simple talk article on adventurous DBAs is also an aprils fool! 🙂
April 1, 2011 at 4:51 am
just reporting in. Sorry I have not posted before but believe me the issues we have at work at the moment now is not the time to be asking the...
March 30, 2011 at 4:41 pm
under the integrity checks tab there is a tick box that reads something like 'try to repair any errors'. Untick that.
you just want to check the database integrity without trying...
March 30, 2011 at 6:47 am
UMG, you talk about THE development server and THE production server, do you only have one of each? If that is the situation you can afford to apply and fully...
March 29, 2011 at 4:15 am
When you have a large number of instances to support patching them all every 8 weeks is out of the question. we don't have the DBA resources and the business...
March 28, 2011 at 6:58 am
opc_three is referring to using the -n switch (for native format) instead of -c.
This does not prompt for field formats either
March 24, 2011 at 3:42 pm
if you use detach\attach you may end up with a different dbid which could affect the default database assigned to users, plus the owner of the database will change to...
March 24, 2011 at 7:36 am
works in all versions sql2000 - 2008R2
select loginname
from syslogins where sysadmin = 1
March 23, 2011 at 8:22 am
Viewing 15 posts - 1,861 through 1,875 (of 4,745 total)