Viewing 15 posts - 6,076 through 6,090 (of 59,070 total)
I want if we can know how many pieces of data can be saved for each data page. thanks!
Thank you but the question above is basically just a...
November 12, 2020 at 1:41 am
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...
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 ...
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...
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...
November 10, 2020 at 8:26 pm
To answer your question, my answer would be "Probably even more so".
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"...
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...
November 9, 2020 at 2:33 pm
I think the 3 most important things are...
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...
November 9, 2020 at 5:23 am
You're welcome and thank you for the feedback.
November 9, 2020 at 5:06 am
My first question would be, why are you using FLOAT to begin with?
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...
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.
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...
November 8, 2020 at 4:07 pm
Viewing 15 posts - 6,076 through 6,090 (of 59,070 total)