Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: DBCC checkdb

    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...

  • RE: DBCC shrink file

    Thank for your help

  • RE: DBCC shrink file

    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...

  • RE: DBCC shrink file

    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...

Viewing 4 posts - 1 through 4 (of 4 total)