Viewing 15 posts - 3,691 through 3,705 (of 4,745 total)
I don't think a degree of any type is a prerequisite to being a successful DBA, but people in technical jobs tend to come that route, and of course nowadays...
---------------------------------------------------------------------
May 5, 2009 at 5:24 am
what worries me about allowing automatic updates of SQL service packs is where's the backout? system DBs should be backed up first, and a copy of the resource database taken...
---------------------------------------------------------------------
May 4, 2009 at 2:50 pm
well certainly not delete then drop.
It looks to me that truncate from a large table and drop a large table are in effect handled in the same way, see
http://msdn.microsoft.com/en-us/library/ms177495(SQL.90).aspx
so going...
---------------------------------------------------------------------
May 4, 2009 at 2:33 pm
cmille19, thanks for the prompt reply, appreciate it.
sorry to bang on but I need to clarify some points. you are using SQL clusters yes? Because mine are standalone servers so...
---------------------------------------------------------------------
May 4, 2009 at 5:49 am
cmille19 (7/20/2007)
That's correct at the DR site there is an identical server where all volumes are replicated at the disk level from one SAN to another SAN over two OC3...
---------------------------------------------------------------------
May 3, 2009 at 5:03 pm
Why? Because I have found (security) auditors require xp_cmdshell be disabled, and they also question any application user id with elevated privileges and may not allow it.
I find it most...
---------------------------------------------------------------------
May 3, 2009 at 9:20 am
Jeff Moden (5/2/2009)
george sibbald (5/2/2009)
as part of the same job enable xp_cmdshell just before the bcp and disable it again immediately afterwards
Enable xp_CmdShell, leave it enabled, and restrict all users...
---------------------------------------------------------------------
May 2, 2009 at 1:32 pm
as part of the same job enable xp_cmdshell just before the bcp and disable it again immediately afterwards
---------------------------------------------------------------------
May 2, 2009 at 9:08 am
reduced elapsed time for backup, spread the i/o load.
that's about it
---------------------------------------------------------------------
May 2, 2009 at 4:02 am
Louis Kapp (5/1/2009)
---------------------------------------------------------------------
May 1, 2009 at 4:36 pm
homebrew01 (5/1/2009)
george sibbald (5/1/2009)
---------------------------------------------------------------------
May 1, 2009 at 3:49 pm
GSquared (5/1/2009)
That way, you don't have...
---------------------------------------------------------------------
May 1, 2009 at 3:42 pm
It would be the snapshot agent connecting to the publisher and taking out the locks rather than the distributor agent. That will run under the auspices of the sql server...
---------------------------------------------------------------------
May 1, 2009 at 3:31 pm
remove the need to monitor the log space used from the procedure by setting up a performance alert in SQLAgent to backup the log when it reaches a certain percentage...
---------------------------------------------------------------------
May 1, 2009 at 1:25 pm
first of all if its a DR box for a particular server insist on the same drive configuration and install SQL on it to exact same specifications as live box,...
---------------------------------------------------------------------
May 1, 2009 at 4:10 am
Viewing 15 posts - 3,691 through 3,705 (of 4,745 total)