Viewing 7 posts - 31 through 37 (of 37 total)
takes 4 parameters-- one of them is a date..
what is parameter sniffing?
and how to resolve it?
December 16, 2008 at 4:42 am
Resolved...
Used a simple try catch block...
Thanks a lot anyways...
December 15, 2008 at 9:50 am
beats me...
if you are doing exactly what you are saying then thr is no reason it shud not work..
December 10, 2008 at 2:23 am
What is the datatype for the column contactname?
Check if your query is returning some data or not.
December 9, 2008 at 1:59 am
you need to do two things:
1) Modify your query as Select Top 1 contactname as GetName from contacts where contactname like 's%'
2)Change the 'ResultSet' property of your execute SQL task...
December 8, 2008 at 2:36 am
for a starter...you should replace the temp table(#table) by a table variable. That should help you.
Thanks
Pankaj
December 8, 2008 at 2:30 am
Viewing 7 posts - 31 through 37 (of 37 total)