Viewing 15 posts - 3,016 through 3,030 (of 22,202 total)
August 22, 2018 at 12:46 pm
August 22, 2018 at 12:14 pm
Grant,
I have 683GB of backups which I could then limit to one day retention...
August 22, 2018 at 11:57 am
You can simply add files to existing file groups and you can specify storage of an object to a file. However, management is a lot easier through filegroups, so yeah,...
August 22, 2018 at 8:36 am
And therein lies a philosophical debate.
After reading a lot of what Jeff Moden has to say on fragmentation, some testing, some research, I lean heavily towards setting an...
August 22, 2018 at 5:31 am
Don't run the query twice. Run it one time. SELECT whatever FROM wherever WHERE somesetofrestrictivefilteringthatusesanindexanddoesnthavecalculationsandfunctionsonit is the right way to do something like this. Trying to determine if there is...
August 22, 2018 at 5:22 am
Think of the IF EXISTS command like the WHERE clause in a query. Yes, your WHERE clause may eliminate all the data in a table/index, but the table/index was still...
August 22, 2018 at 5:10 am
If it's some type of SAN, work with the admins there to get more space on the drives as Chris already suggested. Otherwise, yeah, you'll need to move some stuff...
August 22, 2018 at 5:08 am
Might want to reevaluate those plans with the oncoming storm of GDPR/CPP/SHIELD laws. Natural...
August 21, 2018 at 7:25 am
The separation still sucks.
If someone wants uniqueness...
August 21, 2018 at 5:07 am
August 15, 2018 at 9:13 am
August 15, 2018 at 5:26 am
Piling on.
Focus on gathering metrics right now. What are your wait statistics like? Is the server waiting on memory? Which queries are waiting? What is making those...
August 15, 2018 at 5:18 am
Viewing 15 posts - 3,016 through 3,030 (of 22,202 total)