Viewing 15 posts - 166 through 180 (of 7,500 total)
can you share the xml?
October 15, 2024 at 11:28 am
A tail-log backups only purpose is that you can restore the original database as is was on the target server right before you performed the intended restore.
What's the difference with...
October 15, 2024 at 8:48 am
I requested it to write the TSQL DDL to created the needed tables based on your input.
It came up with this. ( not perfect, but it gets you started )
October 10, 2024 at 7:30 am
fwiw - post this question as input for copilot . microsoft . com and add "Write the tsql stored procedure to process my expenses report per batch"
See what it comes...
October 10, 2024 at 6:42 am
Keep in mind, everybody that can use the linked server, will have the authority of the given "rmtuser" !
That's the reason I only allow read-only accounts to be used in...
October 10, 2024 at 5:36 am
How did you define the security to be followed when using this linked server ?

October 9, 2024 at 12:32 pm
even on SQLMI there are restrictions for CLR stuff: 
October 9, 2024 at 9:19 am
is your user profile stored with remote as primary ?
( = wrong implementation of a great concept )
October 8, 2024 at 11:10 am
indeed. Thank you for pointing the subtle difference.
Tried it.
Didn't provide the data I aimed for.
October 7, 2024 at 6:30 am
It did generate the same error as the debug channel at create time.
However, now I see it accepts the create of the event session.
Time to investigate ( for a short...
October 3, 2024 at 12:41 pm
doesn't work !!! ( see OP )
October 3, 2024 at 11:32 am
did you check for "Cross database ownership chaining" ?
Ref 2: "Understanding Cross Database Ownership Chaining in SQL Server"
October 2, 2024 at 11:29 am
I want to restore the DBs to another MI in regular intervals as use to do in traditional SQL. Please suggest how to make it possible to schedule automated...
October 2, 2024 at 9:49 am
The only thing you can do - if you really want your own backup files - is to remove TDE
have a look at "Removing TDE from a Database: Level...
October 1, 2024 at 11:00 am
You can, but only "copy_only" backups.
With PAAS solutions (like Azure SQLMI or azure sqldb) you tipically don't have to worry about backups after you have selected (and accepted $$) your...
September 30, 2024 at 3:15 pm
Viewing 15 posts - 166 through 180 (of 7,500 total)