Viewing 15 posts - 1,426 through 1,440 (of 1,957 total)
wodom (5/4/2011)
May 4, 2011 at 9:04 am
Ok, here is a fuller reply - now that I am at a keyboard...
Open a command prompt on the TEST server and type
%WINDIR%\system32\cliconfg.exe
This will open the SQL Server Client...
May 3, 2011 at 4:26 pm
Sorry for short answer...on phone...http://msdn.microsoft.com/en-us/library/ms190445.aspx
Read the community content on that page to give you a pointer.
May 3, 2011 at 2:03 pm
wodom (5/3/2011)
mister.magoo (5/2/2011)
wodom (5/2/2011)
May 3, 2011 at 9:45 am
wodom (5/2/2011)
May 2, 2011 at 5:55 pm
You can configure an alias on the test server using SQL Server Configuration Manager - see screenshot.
May 2, 2011 at 5:00 pm
Hi, I would recommend using STUFF(myvarchar,LEN(myvarchar),1,'') instead of REVERSE/SUBSTRING - it's a bit quicker.
Sample timing for 1 million rows:
...
May 2, 2011 at 4:52 pm
If you really aren't comfortable with the QU (I don't have a problem with it myself, but have yet to need it...), then a simpler pre-select and index gets the...
April 26, 2011 at 5:15 pm
Toreador (4/26/2011)
April 26, 2011 at 3:34 am
Jason, good question - not going to bother commenting on the answer as the question is the important bit.
For the record, (as part of the general discussion of the issue...
April 25, 2011 at 7:11 pm
opc.three (4/15/2011)
April 15, 2011 at 5:09 pm
David Dubois (4/15/2011)
I can't say that I know how this is implemented in this particular...
April 15, 2011 at 5:13 am
I don't know the answer, but suggest capturing the query plan using sql profiler, then checking the properties of the SELECT object - it shows the SET options in...
April 14, 2011 at 12:46 pm
LEFT(your_column,CHARINDEX('_',your_column+'_')-1)
April 14, 2011 at 12:37 pm
Ninja's_RGR'us (4/13/2011)
I guess I wasn't clear. It takes both. Prepending alone is not enough, it takes EVERYTHING varchar. Even a single nchar in there screws it up...
April 13, 2011 at 6:58 am
Viewing 15 posts - 1,426 through 1,440 (of 1,957 total)