G
guy
c#2008 / sql server 2005
I have a stored proc that takes 2 parameters
if run it through management studio
either with pramaeters x,y or a,b it correctly returns the same set of data
(about 100 rows) in about 1 (one) second
if i run it through my c# test harness (using a dataadapter fill)
with parameters x,y again i get the correct set of data in about 1 second
however if i run it with parameters a,b it times out (timeout is set to 30
seconds)
any idea how i can track this one down?
Guy
I have a stored proc that takes 2 parameters
if run it through management studio
either with pramaeters x,y or a,b it correctly returns the same set of data
(about 100 rows) in about 1 (one) second
if i run it through my c# test harness (using a dataadapter fill)
with parameters x,y again i get the correct set of data in about 1 second
however if i run it with parameters a,b it times out (timeout is set to 30
seconds)
any idea how i can track this one down?
Guy