Viewing 15 posts - 8,566 through 8,580 (of 59,091 total)
It's actually much simpler than even that but that's it on any clues on this thread. Please PM the OP if anyone wants to help or discuss further. Help protect...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 3, 2019 at 1:04 pm
p.s. If you really want to do it right with Partitioned Views, create each period's FileGroup and File in a separate database using the exact same naming convention but with...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 3, 2019 at 12:47 pm
Hey Jeff. Great idea! I'm going to add this to my notes.
When you have a new historical period, you create a new table and modify the view definition?
Actually, it's...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 3, 2019 at 12:36 pm
MVDBA is spot on but I'll add that you MUST backup to a different physical machine than where your database files live. If backup compression is available, definitely use it...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 3, 2019 at 12:33 pm
Better than what Carey Hower just proposed, why not just leave the table named as HugeTable with no date marker and just back that up? What they're doing is insane.
I...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 3, 2019 at 12:01 pm
To be honest, I'm totally opposed to publishing answers to interview questions that some company obviously feels important about. Such answers would make it pretty easy for other people to...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 3, 2019 at 2:42 am
Hi Steve...
Thanks for taking the time to write and publish this article. I am curious, though. What is the link to Brent's article?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 3, 2019 at 2:24 am
5% doesn't prevent you from rebuilding an index. The settings you pass to your defrag software might.
The term "corrupted" is the wrong term here. The index is not being corrupted. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 3, 2019 at 1:50 am
Any format containing yyyy-mm-dd can also throw you for a loop if the data had French origins because SQL Server uses YYYY-DD-MM with the French Language.
There is NO WAY to...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2019 at 9:53 pm
What do you mean by "As the data moves on the pages the index is getting corrupted"?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2019 at 9:49 pm
I have a database that has monthly backups of a table for the past five years... i.e., they copied the table at the end of the month to a...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2019 at 3:49 pm
Have you looked at archive tools? This is not a SQL job.
Actually, it's the perfect job for SQL Server.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2019 at 3:42 pm
To answer both of your questions for what I'm currently doing... 100% on-prem for SQL Server.
As for the MS versions of machine learning in general, the only thing I've done...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 1, 2019 at 10:59 pm
If I had to guess, my guess would be that they're using the default settings instead of actual settings. That's terrible, of course, but I see little that can be...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 1, 2019 at 10:45 pm
Thanks, Luis. I appreciate the feedback. If you get the chance, let us know how it all works out for you even if you don't use the code I posted...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 1, 2019 at 9:12 pm
Viewing 15 posts - 8,566 through 8,580 (of 59,091 total)