hi,
I want to use a query which is stored in the temp table in the text field
the table defination is
--use text because the query is to create procedure which is having more than 10000 character
in ptrtext the query the query is stored. and
i what to exec that query
i try lot with EXEC and sql_exectuesql
but its gives error every time
** SNIP **
thanks
I want to use a query which is stored in the temp table in the text field
the table defination is
Code:
Create table #print (ID varchar(100),prttext text)
in ptrtext the query the query is stored. and
i what to exec that query
i try lot with EXEC and sql_exectuesql
but its gives error every time
** SNIP **
thanks
Comment