Viewing 15 posts - 931 through 945 (of 59,072 total)
12am full to 2am diff is 26 hours for the first one, so no, not 24 hours.
In terms of your last question, changing logins makes changes in master. Changing...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2023 at 9:48 pm
As a bit o a sidebar, I've found that the cutover point between DELETES and COPY to a new table is actually about (depending on the table, of course) only...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2023 at 9:43 pm
Hadn't thought about that. Thanks, Scott.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2023 at 7:55 pm
Looks like they fixed it!
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2023 at 7:42 pm
Heh... pretty typical for things like this. The OP asks a question and then never participates in their own thread. While some great code has been posted, there...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2023 at 7:41 pm
Mostly but, personally, I wouldn't tolerate an RPO of 24 hours for any important data. Why are these databases in the SIMPLE Recovery Model?
these are read-only dbs. there's...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2023 at 4:29 pm
Heh... pretty typical for things like this. The OP asks a question and then never participates in their own thread. While some great code has been posted, there are still...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2023 at 4:03 pm
Although there is a solution provided to the OP that works, I have to ask what the original reason is for trying to build a string based GUID...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2023 at 4:30 am
The worst schema I had to implement: A customer wanted us to reboot the server for patches on the first friday of the month around 1am.
How do you schedule...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2023 at 1:53 am
Does the following backup strategy satisfy the RPO of 24 hours. these are SIMPLE recovery. no transaction
FULL every sunday at 12 am.
DIFF daily at 2am
Mostly but, personally, I wouldn't...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2023 at 10:16 pm
Thank you Jeff,
I have been emailing them everyday since last week. Did not get any response, therefore started a thread here.
Any other email or person I can reach out...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2023 at 10:04 pm
Although there is a solution provided to the OP that works, I have to ask what the original reason is for trying to build a string based GUID base on...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2023 at 9:53 pm
If the clustered index has an ever increasing key and the inserts are following that key, you won't get page splits. If, however, the inserts are followed by "ExpAnsive" Updates,...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2023 at 9:40 pm
To be honest, you need to challenge their design... this table is a HISTORY table! Why are they updating a HISTORY table? It should be an INSERT ONLY table that...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2023 at 9:31 pm
You need to send an email to webmaster@sqlservercentral.com to get this fixed.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2023 at 9:18 pm
Viewing 15 posts - 931 through 945 (of 59,072 total)