Viewing 4 posts - 1 through 4 (of 4 total)
Actually i used the below code.
1.create table
2.create stored procedure
3.create job on msdb
1.create table :
USE [master]
GO
IF EXISTS (SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[DF__dba_check__Log_d__1940BAED]') AND type = 'D')
BEGIN
ALTER...
October 3, 2011 at 8:36 pm
Actually we have two servers A and B. Every day A backup will be restoring in B server for report purpose
yesterday restore job has failed beacuse space issue(there was no...
September 26, 2011 at 8:25 am
Just it took 30sec to complete. I am feared it goes to any problematic ?
I did say this thing to my manager
Please give me a suggestion :
can i...
September 26, 2011 at 7:56 am
Viewing 4 posts - 1 through 4 (of 4 total)