Viewing 15 posts - 751 through 765 (of 1,365 total)
Search for sp_delete_backuphistory stored procedure under books online and you will get your answer regarding backup tables pruning.
MJ
January 16, 2009 at 7:37 pm
Is their any error message in error log?
MJ
January 16, 2009 at 5:16 pm
Once first and second step is completed apply SP4 from the active node with both nodes online and choose only node 2 under the server selection option tht appears while...
January 16, 2009 at 3:57 pm
You need to monitor both the counters during the same time period. Also, we need to know total memory on box, memory set aside for sql server.
MJ
January 16, 2009 at 3:48 pm
Is SQL Server getting rebootedd at that time?
MJ
January 12, 2009 at 5:51 pm
Create one stored procedure and encapsulate the code in it. Use xp_sendmail for sending out mails.
MJ
January 12, 2009 at 3:13 pm
Don't you get "launch database mirroring monitor" option when you right click any database?
MJ
January 12, 2009 at 2:36 pm
Try this:
/**
Script: list all Usernames, Roles for all the databases.
Author: Shiva Challa (http://challa.info)
and the database Roles that the user belongs to in all the databases.
Also, you can use this...
January 12, 2009 at 2:34 pm
You can reset the latch and waiit stats counters.
DBCC SQLPERF
(
[ LOGSPACE ]
|
[ "sys.dm_os_latch_stats"...
January 12, 2009 at 2:03 pm
Have you tried logging onto windows interactively using the domain ID generating error messages in log?
MJ
January 12, 2009 at 1:59 pm
Try the below mentioned modified code provided by Paresh:
IF OBJECT_ID('USP_ExecReorgRebuildIndex', 'P') IS NOT NULL
DROP PROCEDURE dbo.USP_ExecReorgRebuildIndex
GO
CREATE PROCEDURE dbo.USP_ExecReorgRebuildIndex
(@Exec AS INT,
@Print AS INT,
@Threshold AS INT)
AS BEGIN
/*
Parameters:
...
January 12, 2009 at 1:47 pm
Are you making use of log file under the job? If yes, whats the complete error message in it?
MJ
January 12, 2009 at 6:00 am
Have you tried the steps mentioned in -->http://www.tech-archive.net/pdf/Archive/Win2000/microsoft.public.win2000.registry/2004-09/0278.pdf
MJ
January 12, 2009 at 5:47 am
http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/failclus.mspx
Adding A Logical Disk To Your Cluster Configuration
Because dynamic disks are not supported in Windows Clustering, adding a disk to the configuration at some point after the initial configuration will...
January 9, 2009 at 1:25 pm
Viewing 15 posts - 751 through 765 (of 1,365 total)