Viewing 15 posts - 6,091 through 6,105 (of 59,072 total)
Exactly what I needed for a DR query results export process I'm working on.
Thank you for this!
If you moving data between SQL Servers, the "native" mode of BCP will...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 10, 2020 at 9:34 pm
we can use sp_spaceused to know how many space reservred by a table and know how many spaces for data space and index space, but if there is a ...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 10, 2020 at 8:59 pm
Just to be sure... the CTE's that generate the sequence in the code are NOT "recursive" CTEs. They're "cascading" CTE's and there's a huge difference in both performance and resource...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 10, 2020 at 8:50 pm
Thanks Jeff & Scott for taking the time to reply. It may sound like a dumb question but I asked anyway because the hardware/network folks keeping trying to say...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 10, 2020 at 8:26 pm
To answer your question, my answer would be "Probably even more so".
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2020 at 8:21 pm
Thank you Jeff Moden for you kind help!
you said "Understanding that there are at least 6 different Insert/Update patterns and the 4 of them are seriously affected by "ExpAnsive"...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2020 at 5:54 pm
+1 Million, Mr. Poole. Especially on that last thing. It's funny how people will change the tools (sometimes causing huge amounts of lost learning and functionality) in attempt to improve...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2020 at 2:33 pm
I think the 3 most important things are...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2020 at 5:49 am
The ability to deploy faster has done nothing for the quality of code, IMHO. I know you didn't say that in your good article but seem to be leaning a...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2020 at 5:23 am
You're welcome and thank you for the feedback.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2020 at 5:06 am
My first question would be, why are you using FLOAT to begin with?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 9, 2020 at 12:51 am
This will use an index seek but the problem is for it to work I need to use substring or a left to get the rest of the start...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 8, 2020 at 10:39 pm
I can't speak for others but I find that anything that relies on log files for replication is a huge PITA, especially when it comes time to doing index maintenance.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 8, 2020 at 8:19 pm
If I concatenate the varchar columns into a single column, I will (almost) duplicate the table size. That don’t look so good either and I don't like this idea...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 8, 2020 at 4:07 pm
4T in a few seconds !?!?
Yes. No typo's there.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 8, 2020 at 3:28 pm
Viewing 15 posts - 6,091 through 6,105 (of 59,072 total)