Viewing 15 posts - 7,516 through 7,530 (of 9,399 total)
hughesj23 (8/21/2014)
I have a SQL database on Server1 called DB1. I need that entire database copied over to...
August 22, 2014 at 5:38 am
The bug that was afflicting the thread is fixed!!! Thanks very much, Steve. I, for one, have missed the water cooler. 😉 If you're so inclined, I'm...
August 22, 2014 at 5:31 am
I don't see what you're after either. Good job posting consumable DDL and sample data. Could you please explain the logic behind how you get the output you're...
August 21, 2014 at 1:54 pm
Yeah, the Forum home page was behaving strangely for a while, showing the legend inside the Last Post column, but it seems to be fixed now.
Some topics themselves are showing...
August 21, 2014 at 1:52 pm
Eric M Russell (8/21/2014)
August 21, 2014 at 11:48 am
djj (8/21/2014)
TomThomson (8/21/2014)
Brandie Tarvin (8/21/2014)
Ed Wagner (8/21/2014)
whereisSQL? (8/21/2014)
EL Jerry (8/21/2014)
jasona.work (8/21/2014)
crookj (8/21/2014)
Ed Wagner (8/21/2014)
TomThomson (8/21/2014)
Brandie Tarvin (8/20/2014)
Ed Wagner (8/20/2014)
BugSnafu
Government IT
Expensive
Amateur
Night :hehe:
Sleep
Coffee
Espresso 😀
Bean
Beanstalk
Giant
Green
August 21, 2014 at 11:31 am
whereisSQL? (8/21/2014)
EL Jerry (8/21/2014)
jasona.work (8/21/2014)
crookj (8/21/2014)
Ed Wagner (8/21/2014)
TomThomson (8/21/2014)
Brandie Tarvin (8/20/2014)
Ed Wagner (8/20/2014)
BugSnafu
Government IT
Expensive
Amateur
Night :hehe:
Sleep
Coffee
Espresso 😀
August 21, 2014 at 8:57 am
TomThomson (8/21/2014)
Brandie Tarvin (8/20/2014)
Ed Wagner (8/20/2014)
BugSnafu
Government IT
Expensive
August 21, 2014 at 8:18 am
Nice question, thanks. But I'm with Koen - I've never used a table name that long and I expect to be beaten by someone if I do.
August 21, 2014 at 5:18 am
Good point, Luis, but your solution still performs better. I've tried to get the DelimitedSplit8K function to handle MAX data types, and they simply don't like being joined to...
August 20, 2014 at 1:49 pm
Luis, nice work.
sqldriver, I would give Luis's solution a try instead. It operates on the base strings themselves and doesn't split them out into their component parts. As...
August 20, 2014 at 1:31 pm
Brandie Tarvin (8/20/2014)
Ed Wagner (8/20/2014)
BugSnafu
Glitch
August 20, 2014 at 11:52 am
Okay, now that's just a really cool puzzle. The following uses the "Swiss Army Knife" that is Jeff's DelimitedSplit8K function.
WITH cteText(string) AS (
SELECT 'oh_look_at_this.thing.his\hers_stuff\mine.craft\yours_protein' UNION ALL
...
August 20, 2014 at 11:43 am
Well, given the day, how about a new WOTD? Seems fitting...
Bug
August 20, 2014 at 11:13 am
Viewing 15 posts - 7,516 through 7,530 (of 9,399 total)