RE: dbcc against remote sql server
From: Mingqing Cheng [MSFT] (v-mingqc_at_online.microsoft.com)
Date: 05/28/04
- Next message: dave: "RE: dbcc against remote sql server"
- Previous message: Jim Cutler: "Outer join question"
- In reply to: dave: "dbcc against remote sql server"
- Next in thread: dave: "RE: dbcc against remote sql server"
- Reply: dave: "RE: dbcc against remote sql server"
- Reply: dave: "RE: dbcc against remote sql server"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 28 May 2004 02:24:34 GMT
Hi,
>From your descriptions, I understood that you would like to excute DBCC
SQLPERF( logspace) with a remote server as a linked server. Have I
understood you? If there is anything I misunderstood, please feel free to
let me know :)
Based on my knowledge, you could it make the with the following steps:
1) create a stored procedure on the remote linked server first:
create procedure get_dbcc_sqlperf
as
begin
dbcc sqlperf(logspace)
end
2) Then call with the following syntax:
execute servername.dbname.dbo.get_dbcc_sqlperf
Thank you for your patience and cooperation. If you have any questions or
concerns, don't hesitate to let me know. We are here to be of assistance!
Sincerely yours,
Mingqing Cheng
Microsoft Online Support
------------------------------------------------------
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
Please reply to newsgroups only, many thanks!
- Next message: dave: "RE: dbcc against remote sql server"
- Previous message: Jim Cutler: "Outer join question"
- In reply to: dave: "dbcc against remote sql server"
- Next in thread: dave: "RE: dbcc against remote sql server"
- Reply: dave: "RE: dbcc against remote sql server"
- Reply: dave: "RE: dbcc against remote sql server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|