Viewing 15 posts - 19,891 through 19,905 (of 59,072 total)
pdanes (8/14/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 14, 2015 at 8:44 am
Just checking. You DID intent to NOT import the Name field from the file, correct?
--Jeff Moden
Change is inevitable... Change for the better is not.
August 14, 2015 at 7:29 am
{EDIT} I previously suggested using BULK INSERT and now I see there's an identity column and a couple of unwanted columns. Still a job for BULK INSERT but we...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 14, 2015 at 7:07 am
Eric M Russell (8/13/2015)
Long overdue praise for the lowly tally table. I declare August 33rd as the official Tally Table Appreciation Day.
Ugh! That would mean that I'd have to...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2015 at 8:27 pm
Knut Boehnert (8/13/2015)
Working in sets of data instead of RBAR of data is a core skill....
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2015 at 8:23 pm
caojunhe24 (8/12/2015)
#temp is much more useful than @temp
Care to share any of the reasons you think so? Without such a list, you comment is just an opinion.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2015 at 3:29 pm
deebabat (8/11/2015)
Please I would like to know how to log how many times a trigger fires.
Why? I ask because it may help figure out the best way for you.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2015 at 12:19 am
Which are you going for? The fixed field lengths or the comma delimited? If the comma delimited, then change all but the first field length to 500 and...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2015 at 12:10 am
Luis Cazares (8/11/2015)
DECLARE @sourcedata TABLE(STR_DATA VARCHAR(100) NOT NULL);
INSERT...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2015 at 6:40 pm
Personally, I'd study the environment and find all the shortcomings and dangers in the environments. Then, make a plan to homogenize the environment a bit along with an explanation...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2015 at 6:04 pm
David.Poole (8/11/2015)
Does anyone have any experience of estimates that have...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2015 at 5:08 pm
Ed Wagner (8/11/2015)
Sean Lange (8/11/2015)
Grant Fritchey (8/11/2015)
Sean Lange (8/11/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2015 at 11:23 am
You folks should write and article each on these. Throw in something about sp_ValidateLogins and both would be to kill for.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2015 at 11:15 am
sgmunson (8/10/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2015 at 8:16 am
ricardo_chicas (6/3/2013)
...and sql server 2012 RTM in it
2012 had some serious problems. If you're not running at least SP2 CU6, then you're wasting your time trying to tweek any...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 11, 2015 at 8:05 am
Viewing 15 posts - 19,891 through 19,905 (of 59,072 total)