Viewing 15 posts - 3,391 through 3,405 (of 4,745 total)
try this
declare
@account varchar(50)
exec xp_regread 'HKEY_LOCAL_MACHINE', 'SYSTEM\CurrentControlSet\Services\SQLServerAgent', 'Objectname', @account output
print @account
September 9, 2009 at 3:00 pm
I am remote from the servers so I am never physically logged onto the server, its always RDP. So I have always got other ways to access BOL or...
September 9, 2009 at 10:33 am
I don't install BOL on production servers. People should not be using production server resources to lookup help.
September 9, 2009 at 7:58 am
not much you can do post the event. set up some monitoring for the next run. Any new batch jobs been introduced that run at the same time?
September 9, 2009 at 7:50 am
thanks for posting resolution. I forgot the helpdesk fix of 'turn it off and on again' 🙂
September 8, 2009 at 2:23 pm
see if you can start sql in minimal configuration mode, fix the setting . then stop sql and restart normally
http://msdn.microsoft.com/en-us/library/ms186400(SQL.90).aspx
September 8, 2009 at 2:10 pm
If all your tables had a date column for when they were updated you could compare that date to max(backup_finish_date) in msdb..backupset
September 8, 2009 at 2:05 pm
online or offline rebuild.? A sudden long run time is often due to the process being blocked out by another process.
September 8, 2009 at 1:45 pm
this is in the 2005 forum so presuming you are on 2005.
the quick way to do it is via SSMS, that drops the login and associated users for you. However...
September 8, 2009 at 1:42 pm
Steve Jones - Editor (9/3/2009)
R2 keeps things moving...
September 3, 2009 at 8:23 am
Interesting, going back a few years but if I remember rightly the :! (or something similar) allowed you to break out of isql in sybase and run Unix commands.
plus ca...
September 2, 2009 at 3:42 pm
Awe come on!
In the last couple of months I have come to the decision to move our SQL 2000 instances direct to SQL 2008 SP1 missing out 2005, and leave...
September 2, 2009 at 3:33 pm
please expand on what you mean by an LTO backup. I have not heard the term before. Is it 3rd party software?
September 2, 2009 at 3:23 pm
this talk of upgrading eval. edition to other editions seems to tie in to a recent editorial and the ensuing discussion:
http://www.sqlservercentral.com/Forums/Topic780419-263-3.aspx#bm780884
so people seem to have varying experiences and luck with...
September 2, 2009 at 3:18 pm
xnleiden (9/2/2009)
Jeffrey Williams (9/1/2009)
Instead of looking at the job history - try reviewing the maintenance plan history instead. You might find additional information there.
I just had a look at...
September 2, 2009 at 8:13 am
Viewing 15 posts - 3,391 through 3,405 (of 4,745 total)