Viewing 4 posts - 1 through 4 (of 4 total)
In SQL 2005 you can use XML data Type to pass structured data to stored procedure, instead of TVP.
August 31, 2009 at 4:15 am
Hello nabajyoti.b,
Just to notice, there is NO such format as you wish.
The nearest format is the previously mentioned, but you need modification
DECLARE @InvoiceDate DATETIME
DECLARE @Ans AS VARCHAR(12)
SET @InvoiceDate =...
March 10, 2009 at 3:42 pm
Viewing 4 posts - 1 through 4 (of 4 total)