Viewing 15 posts - 8,941 through 8,955 (of 14,953 total)
You're probably going to need to use the collation hint on the joins if you use that function.
I don't use a function for string parsing, I use an inline query...
July 28, 2009 at 10:26 am
If you use a CTE and the Row_Number function, ordered by the datetime of the data, it's pretty easy to join a row in a table to the row before...
July 28, 2009 at 10:13 am
I recently had a problem because of a virtual server. The server was running really, really slowly, and nothing seemed to be causing it, so far as I could...
July 28, 2009 at 10:11 am
Lowell (7/28/2009)
July 28, 2009 at 9:28 am
Mad Hacker (7/28/2009)
July 28, 2009 at 9:09 am
SQL Standard is server software. It's not meant to be installed on XP, it's meant to be installed on Windows Server. There have been problems with installing it...
July 28, 2009 at 8:37 am
Those will work, but if you implement code like that, it's much harder to document, because it doesn't have as natural a logic-flow. Make sure you include a full...
July 28, 2009 at 6:52 am
Personally, I think the observations in the article and in many of the responses come under the "primitive astrology" heading.
Many years ago, I saw a comic in a newspaper, which...
July 27, 2009 at 1:49 pm
She Through Whom All Data Flows (7/27/2009)
I am...
July 27, 2009 at 1:37 pm
Deadlocks are caused by unresolvable resource conflicts. Two jobs inserting into the same table usually won't cause one. SQL Server can usually handle it with locks.
July 27, 2009 at 11:56 am
I have plates with "GSQRD" on them. Nobody here will ever figure that one out! :hehe:
July 27, 2009 at 11:54 am
You need to have Xact_Abort set to "on" for it to work the way you expect. Check out "set Xact_Abort" in Books Online for the details.
July 27, 2009 at 11:53 am
I recently read an interesting argument in favor of publishing all SSNs publicly, and removing them from all security systems. Not sure I agree, but it should be considered.
July 27, 2009 at 9:58 am
Think it's interesting now? The current national health care bill in the US House includes a mandatory National Health ID, and the federal government is supposed to have real-time...
July 27, 2009 at 8:32 am
Viewing 15 posts - 8,941 through 8,955 (of 14,953 total)