Viewing 15 posts - 226 through 240 (of 388 total)
Hi JLSSCH,
These sample procedures were expecting that the caller will add the necessary wildcard pattern to the variable being passed. If you look at the code that calls the stored...
August 30, 2008 at 11:52 am
Yes, I agree that "...protects from almost every possible sql injection..." is some what misleading.
Paremeterization helps to prevent SQL injection to a good extend. sp_executesql helps to execute parameterized...
August 29, 2008 at 12:10 pm
yohannn (8/29/2008)
I dont think it will make much difference. However, i would suggest reading this article: http://sqlblog.com/blogs/adam_machanic/archive/2006/07/12/performance-isnull-vs-coalesce.aspx
August 29, 2008 at 7:55 am
Thank you David. I will try to do that.
August 29, 2008 at 5:12 am
nick.wright (8/29/2008)
Hi JacobYou seem to suggest that using the non-dynamic IsNull / Like method is better.
Hi Nick,
Infact, i did not suggest that non-dynamic method is better. See my note...
August 29, 2008 at 2:02 am
Hi Nick. Thank you for the feed back. This is what I expected when I said 'I am expecting sql experts to jump in and share their views'.
It looks like...
August 29, 2008 at 1:59 am
Glad to know it helped you to solve your problem. That is the real point.
August 20, 2008 at 8:47 pm
Have a great day!
I am falling asleep 🙂
August 20, 2008 at 12:50 pm
Pls replace the smily icon with a ")"
August 20, 2008 at 12:36 pm
Does this give you the required output?
SELECT
c.ID,
c.CaseName,
'boolean' AS "Mappings/@AutoCleanup",
'boolean' AS "Mappings/@PreserveExistingRecords",
...
August 20, 2008 at 12:32 pm
could you post the script to create the tables and some test data?
August 20, 2008 at 11:25 am
I dont have a 64 bit server on which I could test it. The RC0 download page has 64 bit download too. http://www.microsoft.com/downloads/details.aspx?FamilyId=35F53843-03F7-4ED5-8142-24A4C024CA05&displaylang=en
Hence I am pretty sure...
August 4, 2008 at 9:51 pm
Its worth pointing out that (at least so far as I can tell) the very nice missing index feature in the graphical execution plan only works when connected to SQL...
July 31, 2008 at 10:12 pm
Yes, the activity monitor and index hint are available when you are connected to a SQL Server 2005 instance.
Intellisense, (which I have not mentioned here) was available earlier, but in...
July 30, 2008 at 7:21 am
Viewing 15 posts - 226 through 240 (of 388 total)