Viewing 15 posts - 16 through 30 (of 50 total)
As requested...Sorry about the lousy format...
Anton
-- Original Data
CREATE TABLE #Table_Orig (PartNumber int, FILEVERSION varchar(100), VALUE varchar(100))
INSERT INTO #Table_Orig VALUES (1234, 'CURRENT', 'A B')
INSERT INTO #Table_Orig VALUES (1234,...
September 30, 2013 at 12:42 pm
One thing to note is that the color doesn't show up when doing an action that doesn't have a status bar (Edit Top 200 Rows, Design, Add Table).
Too...
September 17, 2013 at 8:53 am
Thanks for the tip. Learned two items today. Registration of servers and how to set colors.
Has anyone tried the SSMS Tools pack add-in? Any stability...
September 17, 2013 at 7:06 am
Good QotD...As usual, it seems the best way to learn new items is to take a little quiz on them. I learned a couple of new things today..just not...
August 19, 2013 at 6:59 am
tom.w.brannon (8/14/2013)
August 14, 2013 at 6:53 am
Great question (I like that you included explanations of the build in function).
However, I cannot see the use/value of the "NULLIF" construct. In what situations would you use...
August 9, 2013 at 7:44 am
Koen Verbeeck (8/9/2013)
August 9, 2013 at 7:27 am
All,
OK, add the "EXCEPT" and "INTERSECT" clauses to my list. I was asked to compare a file used to load our master parts data from last week's file...
August 8, 2013 at 9:34 am
Very good question...We use FREETEXTTABLE instead of CONTAINSTABLE in our FTS table searches. Thought for sure that the 3 was characters and not words apart.
I always...
August 6, 2013 at 1:27 pm
Non Tech Side: Our "New Horizons" band is getting back together this fall. Getting the trombone out again.
Tech Side (SQL): Doing C# at work for the last...
August 2, 2013 at 10:25 am
A couple of more suggestions to have your voice heard..
There is a link on the SQLServerCentral home page for a user survey. The survey has a "what can we...
July 25, 2013 at 12:54 pm
tom.w.brannon (5/3/2013)
July 5, 2013 at 1:20 pm
The new format is not a step in the right direction. Too much scrolling...Hopefully we don't have to wait 8 months for the dot one release of the fixes.
Otherwise...
July 3, 2013 at 2:11 pm
Tom,
Sorry, I should have been more clear. For example...Oaks returns O200.
Anton
July 3, 2013 at 2:02 pm
At least here in Michigan the result of a Soundex of your last name is the same as (or close to) the first 4 characters of your driver's license number....
July 3, 2013 at 9:55 am
Viewing 15 posts - 16 through 30 (of 50 total)