Viewing 15 posts - 46 through 60 (of 7,368 total)
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
WOW, thank you, Phil, for giving me additional information on PBI vs. SSRS!! Everything you've said is information I've never known. Thank you, again!
A pleasure. Let me know...
September 30, 2024 at 6:59 am
IT DEPENDS !
Database mirroring is not dead yet! ( Such a shame Microsoft uses that terminology now in its cloud context )
It still works and in some cases outperforms AG's...
September 27, 2024 at 9:44 am
check "sql-server-diagnostic-information-queries-detailed-day-17" Query #40!
September 27, 2024 at 9:28 am
What is the actual error message ?
Do you have monitoring for succeeded and failed connections ( in this case especially on S2 ) ?
When using a SQLUser, how did you...
September 25, 2024 at 1:26 pm
Going backward over version(s) is always a hard time.
As you've figured out, the only way is a scripting and data migration solution.
On the other hand, since sqlexpress is free, why...
September 24, 2024 at 11:19 am
Thank you for the cautions, Grant.
I always develop xEvents related stuff on my local box, then on a dev box, then on a QA box and only then ....
As you...
September 24, 2024 at 7:58 am
"RETURN EXECUTE ..." ? ( I never used this consturction )
September 24, 2024 at 7:05 am
Did you verify the database backup at the source server?
September 24, 2024 at 7:02 am
Nowadays we experience more and more "shadow IT". Meaning people at the business side gaining knowledge about some "new" programming tool / reporting tool / skills driven language / ......
September 23, 2024 at 11:22 am
Check sys.foreign_keys ( did not read the full Q )
Indeed, some tools can suggest logical relationships. Mostly based on column name and data type.
However, that must still be double...
September 20, 2024 at 7:02 am
Viewing 15 posts - 46 through 60 (of 7,368 total)