Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 How to call exe using sql>

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-05-02 : 08:22:11
punam writes " I would like to know how to call sql procedure using sql server in build procedure??

I have tried using xp_cmdshell

But it didn't work out.

It was giving Device not ready error??"

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2006-05-02 : 08:43:44
Can you post the code used ?


KH

Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2006-05-02 : 08:44:40
What was the full command you used for xp_cmdshell?

Note that you will need to specify any drive letters using the local names of the server you are connecting to, not (for example) the drive letters your workstation has had mapped to the server's drives.

Kristen
Go to Top of Page
   

- Advertisement -