Viewing 15 posts - 5,926 through 5,940 (of 6,486 total)
K. Brian Kelley (10/26/2007)
True, but once a person has legitimate skills and can document experience on a resume, there's a lot of love out there for competent SQL Server DBAs...
Absolutely...
October 26, 2007 at 11:41 am
Grant Fritchey (10/26/2007)
October 26, 2007 at 11:34 am
Since I doubt heavily that they are paying you for experience you don't have....learn as fast as you can, learn to be good using the tips above, and THEN look...
October 26, 2007 at 9:50 am
Kenneth -
when you take out the time to actually return the results - the performance is disgusting. Or rather - the performance difference is astounding.
Of course - on...
October 26, 2007 at 9:22 am
A few things:
- while .NET does make it relatively easy to go either way, it's not the only language. Most of the other solutions tend to have issues...
October 26, 2007 at 8:39 am
I know Jason - I was just answering OP's question directly...
I need to clarify who I'm speaking to:)
October 26, 2007 at 7:58 am
I'd think Regex using CLR integration. Specifically a CLR Table-valued function.
If you created the right Regex, then simply ran the MATCHES method - you'd end up with an array...
October 26, 2007 at 7:54 am
well - bad results or no bad results, you do want to avoid functions in your ORDER by. That's one where performance will SUCK.
Sort by the real date, display...
October 26, 2007 at 7:36 am
Also - are the network links between the two slow? It may at least partially be due to network latency. If so - you might consider have a...
October 26, 2007 at 7:34 am
you CAN use a case statement in your where clause, but not in the way you're looking at it.
The CASE statement can only return a scalar value, not...
October 26, 2007 at 7:29 am
I kind of chuckled the other day when I came across one of the Microsoft blogs referring to the "running totals" syntax we keep reusing as the "inner loop" and/or...
October 26, 2007 at 7:19 am
Of course - once you HAVE the table name like Lowell pointed out - you're heading into Dynamic SQL land...
October 26, 2007 at 7:10 am
Also - the old syntax is considered deprecated, so will likely be going away soon....
October 26, 2007 at 7:09 am
Viewing 15 posts - 5,926 through 5,940 (of 6,486 total)