Viewing 10 posts - 1 through 10 (of 10 total)
So, use of Parameter in sp_executesql makes it parameterized
(defining parameter) @params = N'@ProductID integer', (value of the parameter) @ProductID = @parameter;
If only...
January 27, 2012 at 7:42 am
Thanks Paul,
So in your second SQL(Dynamic Parameterized SQL), since variable is not concatenated in WHERE condition (WHERE p.ProductID = @ProductID) is this what makes it 'Parameterized SQL'?
January 24, 2012 at 9:31 pm
Thanks a lot. Is it possible for you to give me one example of each? Thanks
January 24, 2012 at 6:09 pm
Thanks for the guidance. So I was not the only one with this problem.
April 6, 2010 at 12:59 pm
Thank you guys, I am going through Jacb sebastians workshop and his tutorials are just phenomenal. Thanks
January 24, 2010 at 10:53 am
You said you have 5 datetime columns and about 400 results in that table right? If thats the case, is it possible for you to copy the result set of...
June 11, 2009 at 3:49 pm
That seems like good home work and nice points George. Well, I do need to get same baseline stats. I really appreciate your help. Nice checklist.
June 10, 2009 at 5:37 pm
Any more suggestions? Any idea will be helpful. thanks
June 10, 2009 at 7:58 am
Thats exactly what I did today, instead of top 5 I went for top 3 queries. Really appreciate your response. Thanks.
June 9, 2009 at 9:06 pm
Question has the answer.
"You want to deploy SQL Server Compact Edition"
July 9, 2007 at 11:15 am
Viewing 10 posts - 1 through 10 (of 10 total)