Viewing 15 posts - 151 through 165 (of 7,466 total)
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
How did you provide access to the backup file on blob storage to your SQLMI ?
September 20, 2024 at 7:00 am
of course there was a #sarcasm LOL reading this post.
- None of my business side (in-house) clients cares about performance and scalability, but all want best ... until shown the...
September 19, 2024 at 8:11 am
did you check with this soluiton ? "Tally OH! An Improved SQL 8K “CSV Splitter” Function"
And its followup comments
September 18, 2024 at 1:46 pm
how about
go
Declare @Festivaldates TABLE
([createdate] date NULL
...
September 18, 2024 at 12:00 pm
Also keep in mind you can use QueryStore to have query followup.
Interesting with this is you already have reports at hand to help you dig into it all
September 11, 2024 at 6:54 am
I would go for eXtended Events to capture such information.
could be something like this:
-- Create the event session
CREATE EVENT SESSION DBA_LongRunningQueries ON SERVER
ADD EVENT sqlserver.sql_statement_completed (
...
September 11, 2024 at 6:33 am
If it is an Azure SQLVM, I would prefer my Azure provider/facilitator to drop the Azure SQLVM and provide you an Azure SQLVM that matches your specs.
August 30, 2024 at 6:45 am
That are indeed valid arguments to take into account.
Our world is mainly about being able to cooperate !
August 29, 2024 at 6:30 am
Viewing 15 posts - 151 through 165 (of 7,466 total)