kodaksmile
MIS
This is probably a simple question and I am just missing the syntax. I need to execute a stored procedure against a database on another server. I have created the linked server and am trying to execute the sql task in DTS using the following:
exec servername.databasename.dbo.storedprocedure
The problem I have is the servername contains a named instance and it will not accept
servername\instance.databasename.dbo.storedprocedure
What is the correct syntax for running a stored procedure against a remote named instance?
Thanks!
exec servername.databasename.dbo.storedprocedure
The problem I have is the servername contains a named instance and it will not accept
servername\instance.databasename.dbo.storedprocedure
What is the correct syntax for running a stored procedure against a remote named instance?
Thanks!