Viewing 15 posts - 2,191 through 2,205 (of 3,957 total)
Lynn Pettis (1/10/2013)
dwain.c (1/10/2013)
Lynn Pettis (1/10/2013)
January 10, 2013 at 7:23 pm
Lynn Pettis (1/10/2013)
January 10, 2013 at 6:44 pm
jay.schwinn (1/10/2013)
Thank you for your input and advice. This is indeed how I would like the final output to look. However, I need the groupId to populate automatically...
January 10, 2013 at 5:55 pm
Have you tried the solution I suggested on your posted test data?
All you need to do is change the hard-coded 206 in the replacement with:
CAST(groupid AS VARCHAR(5))
and I think it...
January 10, 2013 at 5:36 pm
ScottPletcher (1/10/2013)
dwain.c (1/9/2013)
Steven - Those FUNCTIONs look like nice work. I've saved them off for future analysis. 🙂
You might want to review the new functions in SQL 2012 dealing...
January 10, 2013 at 5:32 pm
Jeff Moden (1/10/2013)
Alan.B (1/10/2013)
This morning before work for example, after a lot of effort, I finally figured out how to get the Levenshtein Edit Distance between 2 strings without a...
January 10, 2013 at 5:31 pm
Jeff Moden (1/9/2013)
Alan.B (1/9/2013)
AndrewSQLDBA (1/9/2013)
Its worth noting that the following is sargable.LIKE '%abc%'
Did you mean "NOT" SARGable because it sure doesn't look SARGable from here. 😉
Is that because...
January 9, 2013 at 9:57 pm
You could possibly do this:
UPDATE Table
SET col1 =CASE department
...
January 9, 2013 at 9:03 pm
UPDATE TABLE1 SET FIELD1 = .....
SELECT @@ROWCOUNT
UPDATE TABLE1 SET FIELD1 = .....
SELECT @@ROWCOUNT
UPDATE TABLE1 SET FIELD1 = .....
SELECT @@ROWCOUNT
UPDATE TABLE1 SET FIELD1 = .....
SELECT @@ROWCOUNT
UPDATE TABLE1 SET FIELD1 = .....
SELECT...
January 9, 2013 at 8:59 pm
Lynn Pettis (1/9/2013)
dwain.c (1/9/2013)
Lynn Pettis (1/9/2013)
By the way, my brain isn't functioning, what does LTEHQ mean?
I was referring to this in my prior post:
long time, experienced and heavily qualified posters
I...
January 9, 2013 at 7:43 pm
Lynn Pettis (1/9/2013)
By the way, my brain isn't functioning, what does LTEHQ mean?
I was referring to this in my prior post:
long time, experienced and heavily qualified posters
I understand how you...
January 9, 2013 at 7:37 pm
Lynn Pettis (1/9/2013)
dwain.c (1/8/2013)
http://www.sqlservercentral.com/Forums/Topic1403293-392-1.aspx
Come on! Surely some of you heavyweights can whip up a cool solution to...
January 9, 2013 at 7:19 pm
fbrewer (1/2/2013)
dwain,Thanks for your post. I will consume it over the next few days and will report back.
I was just wondering if you had any luck with this.
January 9, 2013 at 6:31 pm
Lowell (12/6/2012)
the rest is just syntax.
something like this is how you update from another table...and it doesn't matter...
January 9, 2013 at 6:29 pm
Stefan Krzywicki (1/9/2013)
I don't want to start fights.
And neither do I. I do like a bit of controversy in my otherwise dull life though. 😀
January 9, 2013 at 6:25 pm
Viewing 15 posts - 2,191 through 2,205 (of 3,957 total)