Viewing 15 posts - 721 through 735 (of 59,070 total)
Taking full backups does not backup the logfile over time. If you're in the SIMPLE recovery model, then the log file will be self truncating whether you take full backups...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 24, 2024 at 4:57 am
Post withdrawn because I don't actually know much specifically about VEEAM and didn't want to provide any misleading info.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2024 at 9:20 pm
The only correct answer is "It Depends". I recommend that you lookup what the abbreviations RPO and RTO are for starters. Also, find and read up on the Full, Differential,...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2024 at 9:08 pm
I am a SS rookie. To me it seems like running a query in parallel whenever possible is a great idea b/c that way more work can be done...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2024 at 8:58 pm
I had to create a Cursor to update the data in the table.
It would be interesting to know more about that. Usually, it's a serious mistake that can be...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 23, 2024 at 1:48 am
This reminds me of the good ol' days on these forums... thanks for the memories, folks.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 20, 2024 at 8:42 pm
If you install this DateRange function, this gives certainly the shortest SQL if not the fastest
select CONVERT(date, d.value) Date,
...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 20, 2024 at 1:58 pm
IMHO, Steve Collins' post (with a tiny tweak (change fn.n to fn.value) in the 2nd bit of code) contains the winning entries for simplicity IF you don't mind any missing...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 20, 2024 at 5:02 am
My opinion though - SQL Server and xp_cmdshell is an odd tool to use for downloading files from sharepoint... Powershell is a much better way to do it in...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 20, 2024 at 3:16 am
I have a Job running a Maintenence Plan. The plan performs the Backup Database, Check database Integrity, Maintenence Cleanup and Reorganise Index tasks. Occasionally the Reorganise Index task fails...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 20, 2024 at 3:06 am
Between the time that Rubrik starts its snapshot and ends it snapshot, tlog files are deleted.
I don't use Rubrik but any decent tool will turn off the "A" (archive)...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 20, 2024 at 2:40 am
the best way is to use openquery (use dynamic SQL if required to pass filtering parameters) and convert all numbers and dates to strings on source - if required...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 20, 2024 at 2:33 am
IMHO, the only "actual competitor" is ... the people writing the code.
If they not so good at SQL Server, the code is going to be slow. What makes you think...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 20, 2024 at 1:50 am
Just to ask the question, have you tried running the database in the 2019 Comparability Level to see if that fixes the issue?
--Jeff Moden
Change is inevitable... Change for the better is not.
February 20, 2024 at 1:03 am
Like I said 😉 ...
You could/should setup an Extended Event to capture anything (including code) that makes the log file grow. Of course, you'd have to shrink the log...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2024 at 5:22 pm
Viewing 15 posts - 721 through 735 (of 59,070 total)