Viewing 15 posts - 5,416 through 5,430 (of 59,089 total)
It's a "staging" table, right? Do you actually need a Clustered Index on it? While it usually is a "Best Practice" to have a good Clustered Index on permanent tables,...
--Jeff Moden
Change is inevitable... Change for the better is not.
Heh... a little Sunday morning laugh for everyone... It's simply titled "DevOps engineer during automation of CI-CD ". I have a real-live appreciation for what they frequently have to go...
--Jeff Moden
Change is inevitable... Change for the better is not.
Just for your information, Thomas Grosher works with reporting databases that dwarf even the sizes reported on this thread. He recently did a presentation for the "Cloud Driven Data" Meetup...
--Jeff Moden
Change is inevitable... Change for the better is not.
We have dedicated Sr. People for optimization and they have been doing it for more than a decade for some good clients. So we trust their understanding for indexes...
--Jeff Moden
Change is inevitable... Change for the better is not.
.... Compressed backups are only available in the Enterprise Edition for production environments (and Developer's Edition for development/testing environments)....
Compressed backups are available on every edition except Express Edition ...
--Jeff Moden
Change is inevitable... Change for the better is not.
Awesome article, Johan! Thanks a million!
--Jeff Moden
Change is inevitable... Change for the better is not.
If you move tables to another database, remember that DRI (Declared Referential Integrity, like FKs, etc) won't work across databases.
I totally agree with Page/Row Compression, compressed columns using the COMPRESS/DECOMPRESS...
--Jeff Moden
Change is inevitable... Change for the better is not.
You don't really need a pk or any other column from the main table. Also, I assumed you're rather see blank than NULL for missing levels, but...
--Jeff Moden
Change is inevitable... Change for the better is not.
Although the PK is frequently also the clustered index, it's not necessarily so. The keys of non-clustered indexes include the keys of the clustered index, which isn't necessarily...
--Jeff Moden
Change is inevitable... Change for the better is not.
Just as a side bar, a search engine search for "backup database to multiple files sql server" yields a large number of articles on the subject.
From that lot, the simplest...
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 15 posts - 5,416 through 5,430 (of 59,089 total)