Viewing 8 posts - 1 through 8 (of 8 total)
Hi Steve,
Thank you for your reply. Sorry i didnt copied the whole stored procedure because the stored procedure is bit lengthy. Please find the procedure below.
ALTER PROCEDURE [dbo].[fs_1_USP_Monthly_XML_LOADER]
AS
BEGIN
-- Extracting...
December 10, 2008 at 4:08 pm
Sorry forget to mention that @sql variable value is.
@sql = 'select [Q1],[A1_COMMENT],[Q2],[A2_COMMENT],[Q3],[A3_COMMENT]'
Regards
Arshad
October 15, 2008 at 2:35 pm
Hi Matt,
Thank you for your help. I tried your code and it works fine with where clause with sp_executeSql :).
Now again i am stuck with one small thing i.e. how...
October 15, 2008 at 2:32 pm
Hi Matt,
Sorry to bother you again. Using same information_Schema.Column how do we filter the record through the same eliminated ID before eliminating the ID? is there any to use the...
October 14, 2008 at 4:11 pm
Thank you Matt, It works fine just a one more quick Question, how can i make a select statement with your script Actually i wanted to generate an XML document...
October 14, 2008 at 9:52 am
Hi Enthusiastic,
Thank you for your reply. Actually i dont know the name and number of columns thats why cant able to to create a temp table. If you have any...
October 14, 2008 at 8:29 am
Hi All,
Thank you very much for your replies
SSChampion Actually i wanted to generate an XML document through stored procedure based on the dynamic Columns and dont need any ID in...
October 14, 2008 at 8:23 am
Thanks for your prompt reply Champion.
Actually i created the table through XML and i dont know the number of columns generated by the XML into the table. some time they...
October 10, 2008 at 3:26 pm
Viewing 8 posts - 1 through 8 (of 8 total)