Viewing 15 posts - 4,921 through 4,935 (of 59,089 total)
Something else folks may not consider and that's the "native" format for transmitting data from SQL Server to SQL Server. It does really cool stuff such as leaving INTs in...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 26, 2021 at 8:55 pm
With the proliferation of file formats, perhaps it is time to revisit the delimited file and how its problems can be overcome.
CSV stands for comma separated values. As we...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 26, 2021 at 7:39 pm
On the subject of LOB compaction and deletes and page splits...
It may take 10 runs for REORGANIZE to actually get it to work right (yep... tried it and measured it).
On...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 26, 2021 at 7:33 pm
Don't forget: Microsoft is a Cloud Service provider. Quite a big one. With no plans of retreating.
Increased load on in-house servers makes the argument for a company to move...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 26, 2021 at 7:24 pm
😀
--Jeff Moden
Change is inevitable... Change for the better is not.
July 25, 2021 at 5:55 pm
Thanks for the response, Jeffrey. If you go to the first article I provided a link for and then search for "A/B", that 3 character link will take you to...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 25, 2021 at 3:58 pm
If it's done right on both the part of the sender and the receiver, it's actually not a "lengthy process". It can be nasty fast and super easy to setup...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 24, 2021 at 6:45 pm
You never said... what's the closest city you're moving to?
I also wish you luck with the move and, just like getting a DBA involved, I'll also say that the 6%...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 24, 2021 at 5:24 pm
Hi,
Table schema
RouteID bigint,
DLRStatus tinyint,
DLRID nchar(50)
ReceivedDate datetime
This table contains millions of records and we need to fetch the record by DLRID which is received from several sources from outside the...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 23, 2021 at 10:45 pm
You shouldn't be trying to do an "INSTALL" of SQL Server. It's been a long while since I've had to be the one to do the CU updates but, IIRC,...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 23, 2021 at 7:16 pm
I also want to share here the SP that I created that produced the report shown in the question.
It seems that you're still concentrating on waits... what have...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 21, 2021 at 8:28 pm
p.s. And NO!!! Rebuilding indexes at a lower Fill Factor is NOT A PANACEA especially on "ever-increasing indexes". Just do it on the ones you did the Rebuilds on here...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 20, 2021 at 10:46 pm
Hi,
I have a Combined View which is fetching data from 2 underline views which in turn are referring to 2 tables.
I did an index rebuild on the underlined tables...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 20, 2021 at 10:44 pm
For a Windows shop, is there any practical benefit, like in terms of licensing costs or performance, for running SQL Server on a non-containerized Linux instance? For example, could...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 20, 2021 at 9:23 pm
The file is now pipe delimited. I can then import the file much more quickly.
How does just changing the delimiter from one character to another make anything easier? The...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 20, 2021 at 3:00 pm
Viewing 15 posts - 4,921 through 4,935 (of 59,089 total)