Viewing 15 posts - 76 through 90 (of 98 total)
thank you opc.three. it is a great tool 🙂
June 1, 2012 at 10:54 am
true Lowell.
I have tested it on TSQL, when I declare variable as varchar , it has implicit conversion as int it has not but start showing other predicate 🙁
March 20, 2012 at 12:04 pm
Hi GilaMonster,
I have attached the explain plan.
I have tuned another query and successfully convert index scan to index seek. But when I have index seek, keyLookup also came ....
March 20, 2012 at 10:57 am
this is great Lowell. it was not in my consideration .
I will ask developer.
March 20, 2012 at 10:26 am
thank you opc and Jack.
I am using return code because I will not throw error to client.
My application will hit stored porc and proc will do some processing (will execute...
March 16, 2012 at 9:19 am
thank you Ten Centuries
but how ?any TSQl code reference you have ?
March 15, 2012 at 7:09 am
Hi ,
I have got it.
Declare @rc int;
Exec @rc=spName;
Print @rc;
If rc is 0, it means success else I will have error code e.g.-6
March 9, 2012 at 4:44 am
Sean Lange (5/19/2011)
I'm sorry but your logic is Severely flawed.:w00t:
I figured that when I saw
@col_name= column name coming rom cursor
at the very top.
If you really want some help...
May 20, 2011 at 6:42 am
Welsh Corgi (5/19/2011)
thbaig1 (5/19/2011)
@col_name= column name coming rom cursor
@ColValue= will store column value
select @ColValue=@col_name
from dbo.tblBlo
WHERE Customer_no = @CustomerNumber
...
May 19, 2011 at 1:56 pm
Viewing 15 posts - 76 through 90 (of 98 total)