Viewing 15 posts - 196 through 210 (of 59,048 total)
BWAA-HAA-HAA! This was more of a test of knowledge about Christmas songs than I thought it would be. 😀
December 26, 2024 at 9:43 am
Merry Christmas, Steve, and thank you for the early present of seeing you at the Pittsburgh SQL Saturday. It was a real treat, my ol' friend.
December 26, 2024 at 2:47 am
Thank you kindly for the feedback, windchaser... especially after nearly 20 years! I couldn't believe it.
December 24, 2024 at 9:36 pm
You've answered you own question. The tables are, in fact, NOT identical. You different indexes, which can make the difference between a full table scan (or clustered index scan) and...
December 24, 2024 at 7:32 pm
I personally don't write code to do imports any more, but I sure used to.
I did pretty much the opposite as what others do. There were some exceptions, of course,...
December 20, 2024 at 9:56 pm
I find that a whole lot of people have some really serious problems with smaller data sets. I been told probably hundreds of times that "performance doesn't matter...
December 20, 2024 at 2:01 am
For starters, change this...
DECLARE @cmd NVARCHAR(MAX);
... to this ...
DECLARE @cmd NVARCHAR(4000);
Then see the following for why...
December 20, 2024 at 1:40 am
I find that a whole lot of people have some really serious problems with smaller data sets. I been told probably hundreds of times that "performance doesn't matter because it...
December 19, 2024 at 2:20 am
The OP said "but that session is a background session with a command of "DB Startup" and that he has the logfile being backed up an truncating every hour but...
December 18, 2024 at 3:49 pm
What type of files are you doing this for? Plaiu text., CSV, TSV, PDF, what?
December 17, 2024 at 8:41 pm
You might want to send an email to webmaster@sqlservercentral.com with that question.
December 17, 2024 at 6:20 pm
I think people have been going a bit nuts for the last 15 or so years and especially in the last 6 or so years. I just found out about...
December 17, 2024 at 5:48 pm
December 17, 2024 at 10:34 am
Interviewing for open position...
My boss: Rate your SQL skills & knowledge on a scale of 1 to 10.
Interviewee: 7 or 8
Me: Let's talk about backups and restores.
Interviewee: I...
December 17, 2024 at 3:46 am
Too much fun, Michael!
December 17, 2024 at 3:42 am
Viewing 15 posts - 196 through 210 (of 59,048 total)