Viewing 15 posts - 1,771 through 1,785 (of 2,436 total)
Heres a the extracted code that you requested:
declare @startup_account nvarchar(100)
execute master.dbo.xp_regread N'HKEY_LOCAL_MACHINE',
N'SYSTEM\CurrentControlSet\Services\SQLServerAgent',
N'ObjectName',
@startup_account output,
N'no_output'
select @startup_account
This was taken from the SP that Buck mentioned earlier in the post. This works for a 'default'...
October 25, 2005 at 11:39 am
Changing the underlying disk arrangement (say RAID 1 to RAID 5) has no bearing on whether or not things 'show up' in EM. If somehow you 'lost' the files for...
October 25, 2005 at 11:20 am
SET RANT_MODE ON
GO
" ... Safe and Secure, and is mainly linking to their spyware and malicious software tools ... "
In particular their "malicious software tools" - ?!?!?
Any vendor that excludes...
October 25, 2005 at 9:28 am
OK, other computers can connect ... so it's just your computer then. Got it. Have you tried a connection from the ODBC connection manager ? Have you tried re-installing the...
October 25, 2005 at 9:06 am
Is SQL2K 'standard' or 'enterprise' ? If it's 'standard' then I cannot see how it can address more than 2 Gb (actually only use 1.6 to 1.8 Gb) ...
October 24, 2005 at 4:20 pm
The minimum anmount of memory for a SQL Server all depends ... at out site we use 4 Gb minimum. 2 Gb for the OS and 2 Gb for SQL...
October 24, 2005 at 4:01 pm
SPID 1 is the 'lazy writer' - a system, and non-killable process. It sounds as if you need to issue the following conmmands prior to your detach:
use your_database
go
checkpoint
go
use master
go
exec sp_detach...
October 24, 2005 at 11:57 am
It sounds more like an Oracle 'export' ... so 'tweaking' it a bit and executing in QA should punch your ticket !
October 24, 2005 at 11:54 am
The '818' indicates that hotfix 818 was applied. I've both standard and enterprise servers just like that. Now whether hotfix 818 was applied to SP3 or SP3a is another story.
October 24, 2005 at 11:51 am
What is the time of the first entry in the errorlog to the last in the errorlog at startup ?
I ask because it varies from system to system ...
October 24, 2005 at 11:44 am
Expensive yes. But what is the cost of replacing your data ? Everywhere I've worked in the last 15 years has imlpemented one or more SANs. EMC is the oldest...
October 24, 2005 at 9:49 am
If you are conecting via a short servername try connecting via the fully qualified domain name. If this does not work try conencting IP address. If IP address works, then...
October 24, 2005 at 9:35 am
Can you execute a TSQL backup command from QA ?
October 24, 2005 at 9:32 am
We use MOM as well. However, MOM is only polling about once every 15-30 minutes (so you have a window when things could be down and you are not aware)...
October 24, 2005 at 9:27 am
Viewing 15 posts - 1,771 through 1,785 (of 2,436 total)