Viewing 15 posts - 841 through 855 (of 7,466 total)
Hi Jeff,
That is strange.
I hoped the 'insert/edit code sample' would nutralise all dodgy behaviour of ampersants, etc
-- please see attachment
September 18, 2020 at 1:40 pm
Keep min mind, with non simple recovery models, transactions are only flagged overwritable during a LOG backup !
To keep your log file size under control, it may require more frequent...
September 18, 2020 at 9:46 am
This script gets me all jobs and schedules that have "%backup%" in their steps command.
Just modify to the wanted database name and off you go.
select ServerName
...
September 18, 2020 at 8:06 am
Keep in mind you will need to do some extra validation if to see of jobs address database objects using 4-part naming.
So, the query you'll end up with using the...
September 17, 2020 at 2:03 pm
check msdb dbo.sysjobs dbo.sysjobsteps dbo.sysjobschedules dbo.sysschedules
September 17, 2020 at 1:44 pm
September 16, 2020 at 9:01 am
You could try to download the bak file locally ( with e.g. Microsoft Azure Storage Explorer ) and then perform the restore.
September 15, 2020 at 12:52 pm
Restore HeaderOnly from url= ... ?
?
September 15, 2020 at 9:53 am
You could start with this query:
/*
type char(1) Backup type. Can be:
D = Database
I = Differential database
L = Log
F = File or filegroup
G =Differential...
September 9, 2020 at 10:03 am
I haven't encountered issues yet.
In any case, best is to start your preparation using SQL Server Data Migration Assistant
September 8, 2020 at 12:03 pm
Regarding your error: Check the choose function in Books online ! It expects an INT for index value !
July 17, 2020 at 9:20 am
With regards to using the "not exists " variant vs the "left join where key is null" : it all about the volume you expect to delete vs the set...
July 17, 2020 at 9:12 am
FWIW
Have you tried replacing the "not IN"-lists with temp tables or tablevars ?
Basically you have SQLServer using its query engine in a better way using table objects in stead of...
July 16, 2020 at 11:48 am
Using Standard Edition I assume.
AFAIK Std Edtn only supports Basic Availability Groups and has limitations !
July 10, 2020 at 1:36 pm
Viewing 15 posts - 841 through 855 (of 7,466 total)