Viewing 10 posts - 16 through 25 (of 25 total)
When I add the new datafile on the new LUN, will all the new data be added to new data file? Thanks for your response.
July 10, 2008 at 7:34 am
Thanks. I thought that was the answer, just want to confirm with someone who feels my pain.:)
July 8, 2008 at 7:22 am
Try this one:
IF OBJECT_ID( 'dbo.usp_DeadlockNotification') IS NOT NULL
DROP PROC dbo.usp_DeadlockNotification
GO
CREATE PROC dbo.usp_DeadlockNotification
@FilterBIT int = 0,
@Minutes INT = 30
AS
DECLARE @ErrorLog TABLE
(
...
February 29, 2008 at 7:29 am
Thanks for such a great blog.
October 11, 2007 at 7:34 am
Yes you can use event notfications, and thanks for the link.
October 10, 2007 at 7:56 am
If you create a counter log under Performance Logs and Alerts, you can schedule it to start and stop at specific times regardless of who is logged in.
June 6, 2007 at 3:58 pm
Try this: C:\program files\microsoft sql server\90\shared\sqlmgmproviderxpsp2up.mof
June 30, 2006 at 12:49 pm
Thanks Svetlana.
If DTC is already installed on Windows 2000 will the upgrade to windows 2003 uninstall it?
November 25, 2004 at 9:44 am
Thanks for your response Jason.
November 23, 2004 at 3:18 pm
Thanks for you response. Were any of you servers clustered and if so did you experience any problems during the upgrade?
November 23, 2004 at 3:07 pm
Viewing 10 posts - 16 through 25 (of 25 total)