Viewing 5 posts - 46 through 50 (of 50 total)
See the following Link to see more details based on an XML FILE...
http://www.experts-exchange.com/Databases/Microsoft_SQL_Server/Q_20670044.html
Linto
Edited by - linto on 11/10/2003 08:25:47 AM
November 10, 2003 at 8:25 am
See the following code....
DECLARE @hDoc int
EXEC sp_xml_preparedocument @hDoc OUTPUT,
N'<ROOT>
<Customers CustomerID="XYZAA" ContactName="Joe"
...
November 10, 2003 at 8:22 am
Whether you checked what ports your SQL Server is running ?
Linto
November 10, 2003 at 7:55 am
why don't u try by putting the statements inside a BEGIN --- END block ?
November 7, 2003 at 8:01 am
You can get the return values by adding a parameter named RETVAL and get the value after calling the ExecuteXXXX function...
see the following link for more details
...
November 7, 2003 at 7:53 am
Viewing 5 posts - 46 through 50 (of 50 total)