Home All Groups Group Topic Archive Search About


Author
18 Mar 2006 6:36 AM
doller
Dear all,

How can i execute DBCC MEMORYSTATUS command on Linked server or Remote
Computer.

I dont want to connect my Query Analyser to the server i want to get
information.

thanx

Doller

Author
19 Mar 2006 7:18 AM
Tibor Karaszi
EXEC TIBWORK.master.dbo.sp_executesql N'DBCC MEMORYSTATUS'


Show quoteHide quote
"doller" <sufiana***@gmail.com> wrote in message
news:1142663795.418452.123220@e56g2000cwe.googlegroups.com...
> Dear all,
>
> How can i execute DBCC MEMORYSTATUS command on Linked server or Remote
> Computer.
>
> I dont want to connect my Query Analyser to the server i want to get
> information.
>
> thanx
>
> Doller
>
Are all your drivers up to date? click for free checkup

Author
20 Mar 2006 1:34 AM
doller
HI Thanx

Bookmark and Share