Viewing 15 posts - 3,976 through 3,990 (of 6,486 total)
Adam Haines (3/25/2008)
Not sure how it could possibly be a seek with the leading % in the LIKE statement....
Is there a OPTION (FAST N) statement anywhere? All of these...
March 25, 2008 at 12:03 pm
Database triggers. DDL triggers can be set up to occur on creation/deletion of objects.
BOL reference here:
March 25, 2008 at 11:58 am
I think the big concern is that the way you would use this would force single-row processing, which in SQL server is VERY inefficient. That is often enough why...
March 25, 2008 at 11:56 am
Adam Haines (3/25/2008)
What do you execution plans look like? You may be doing a table scan with 2 chars and maybe your 3 chars is using index seeks.
Not sure...
March 25, 2008 at 11:45 am
Trader Sam (3/25/2008)
March 25, 2008 at 11:33 am
I've noticed that the script generator at time puts in too many parentheses, but they're harmless. They hurt nothing, and evaluate to the same thing when all is said...
March 25, 2008 at 11:19 am
Doesn't seem to be a problem here. Are you SURE it's in this snippet of code?
I cut and pasted it and it runs over here....
March 25, 2008 at 11:09 am
#1.Well - I'd probably build a large FOR XML EXPLICIT query, spit it to disk and post-process it to the format they want (way faster than solution #2). ...
March 25, 2008 at 10:53 am
Tim -
I'm in the process of setting up a VPC config to handle VS2008 and SS2008 (since I hear they affect the functionality in their 2005 counterparts, and I...
March 25, 2008 at 9:39 am
Steve - I don't know how much control you have over the page formatting, but there's a somewhat advanced version of CSS formatting called "Jello Mold" that allows for dynamic...
March 25, 2008 at 9:33 am
It looks like a cute technique, so I will keep it in mind. That being said - doesn't your quote above from BOL state that there must be a...
March 25, 2008 at 9:29 am
Marios Philippopoulos (3/25/2008)
March 25, 2008 at 9:23 am
Trader Sam (3/25/2008)
March 25, 2008 at 8:46 am
George Heinrich (3/25/2008)
Thanks for the input.
The problem is that they set this column up as a varchar(15) and often replicate 0's to the front of it. So a cagecard id...
March 25, 2008 at 8:36 am
Viewing 15 posts - 3,976 through 3,990 (of 6,486 total)