Viewing 5 posts - 1 through 5 (of 5 total)
insert #freebaltb EXEC GET_IVRSCRIPWISEBALANCE 888888888
i am executing this query i m getting this kind of error
Server: Msg 208, Level 16, State 1, Line 1
Invalid object name '#freebaltb'.
can u tell me...
August 19, 2004 at 1:18 am
Hi Thanks its Working
But i have to create the #Temp table Structure externally what o/p used in the sp i have used.
its not create the temp table dynamically while...
August 18, 2004 at 7:15 am
Ok Is it Possible to Store The Output of Sp into Pernment table
August 18, 2004 at 5:27 am
Ok
But i Use This Command It shows Error
What command i use for this
exec <storedprocedure name> #temptablename
select * into #temptablename from <storedprocedure name>
both commands are failed to process...
August 18, 2004 at 5:13 am
Hi
Thanks for Reply
select * from yourtable where yourcolumn collate sql_latin1_general_cp1_ci_as = 'columnvalue'
i run the above query i get the following error
Incorrect syntax near 'collate'
Prakash
August 5, 2004 at 10:35 pm
Viewing 5 posts - 1 through 5 (of 5 total)