Execuete DBCC

  • Hi all,

    I want to execute DBCC commands on a remote server from my local server.

    Is it possible.

    for Example we can execute stored procedures on a remote server or linked server by using the liniked server name.

    Thanks

    from

    Killer

  • Hi,

     

    This is how we can execute the DBCC command on linked server or Remote Servers.

    EXEC svr_test.master.dbo.sp_executesql N'DBCC MEMORYSTATUS'

     

    from

    Killer

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

You must be logged in to reply to this topic. Login to reply