Viewing 15 posts - 12,301 through 12,315 (of 14,953 total)
I don't see create linked server in BOL under the list of events that DDL triggers can fire for.
August 14, 2008 at 8:01 am
RedGate (link at top right of this page) has a product called Refactor that can help with that.
August 13, 2008 at 3:16 pm
Look up Apply, specifically Cross Apply, in Books Online. That should do what you need.
With that, you can use a value in the main query/table as an input parameter...
August 13, 2008 at 2:26 pm
riix (8/12/2008)
"Just watch the performance implications. A single statement tvf is usually fine, the multi-statement ones...
August 13, 2008 at 9:57 am
rbarryyoung (8/12/2008)
August 13, 2008 at 9:49 am
Tom Garth (8/12/2008)
August 13, 2008 at 9:38 am
Yep... I agree... will usually cause a recompile even if all the DDL is at the beginning... the goal is, if you're gonna have one, just have one... moving all...
August 13, 2008 at 8:47 am
rosh (8/12/2008)
And in terms of performance?
In my tests, the exact same select written as a CTE and a view performs identically for both. Which makes sense.
August 13, 2008 at 8:41 am
vlad (8/12/2008)
Nope. Implicit conversion can be a problem on just about any data type. Elimination of implicit conversion would be the only way to handle that, and implicit...
August 13, 2008 at 8:19 am
The first ten years of my adult life were spent in a company with very tight security standards. Since I was one of the people who was enforcing those...
August 13, 2008 at 8:14 am
You can also escape the wildcard characters with square-brackets.
where col like '[_]'
or
where col like '[%]'
August 13, 2008 at 8:08 am
Haven't run into WSquared. No clue who that would be.
I have run into another DBA who likes to use GSquared. And in high school, I knew a guy...
August 12, 2008 at 9:25 am
Jeff Moden (8/11/2008)
I haven't read all the posts on this thread, but I have to ask... why do you want to return 200k+ rows for anything? :blink:
He mentioned late...
August 12, 2008 at 9:20 am
Jeffrey Williams (8/11/2008)
GSquared (8/11/2008)
The difference is probably where your Numbers table starts. ...
August 12, 2008 at 9:18 am
Jeff Moden (8/11/2008)
August 12, 2008 at 9:11 am
Viewing 15 posts - 12,301 through 12,315 (of 14,953 total)