Viewing 9 posts - 16 through 24 (of 24 total)
You can write like
SELECT ResultID, Link, Description FROM results
WHERE Isnull(Op1,@op1) = @Op1
AND Isnull(Op2,@op2) = @Op2
AND Isnull(Op3,@op3) = @Op3
AND Isnull(Op4,@op4) = @Op4
AND Isnull(Op5,@op5) = @Op5
May 19, 2005 at 10:04 pm
you can free the space where the tempdb placed.
May 18, 2005 at 4:30 am
Thanks for your response.
Yes, i accepted this. And i found the same when i sp_recompile the table which associated with the sp.
How do i force a sp to recopile without...
May 18, 2005 at 4:26 am
you can use dbcc cleantable(tablename). This will clean the table if any of text or varying field length column deleted from table.
May 18, 2005 at 4:22 am
Using string manipulation i already tried, and it works fine, my doubt is whether sql server internally has any function to find it out like set parseonly.
May 18, 2005 at 4:18 am
Yes i have bunch of queries in a table.
From that sqlquery field, i want to find out the tables involved in that query.
May 17, 2005 at 7:31 am
Thanks for your prompt response.
Can you please give me some explanation about why this is not possible or suggest some url to make me to clear
thanks
April 27, 2005 at 5:42 am
YOu can use
Select Convert(money,'12,353.12').
This will work out
April 4, 2005 at 10:38 pm
Viewing 9 posts - 16 through 24 (of 24 total)