Viewing 15 posts - 61 through 75 (of 7,368 total)
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
That is normal as security has become tighter with the lastest updates.
To ommit this extra security for dbatools you can use
<# https://docs.dbatools.io/Set-DbatoolsInsecureConnection.html
Synopsis
Sets the default connection settings to...
August 29, 2024 at 5:57 am
August 27, 2024 at 1:09 pm
I asked Copilot how to overrule an Nhibernate generated query:
To overrule or customize an NHibernate-generated query, you can use native SQL queries or HQL (Hibernate Query Language). Here are...
August 27, 2024 at 8:22 am
Of course, splitting the query and using UNION ALL to put it all together may be an option too.
August 22, 2024 at 1:00 pm
did you switch from 32-bit version to 64-bit version of the software ? ( We're using the 64-bit versions whenever available )
64-bit versions have always been advised to set max-memory-size...
August 22, 2024 at 11:23 am
of course, there's also the database's page verify option, that protects page content ...
August 21, 2024 at 8:55 am
Anyone who has write auth on the backup file, can manipulate it.
Will it be restorable?
August 21, 2024 at 7:11 am
Viewing 15 posts - 61 through 75 (of 7,368 total)