Viewing 15 posts - 676 through 690 (of 7,466 total)
too many ? There should only be a single one !
ref: https://blog.sqlauthority.com/2020/04/11/sql-server-multiple-log-files-to-your-databases-not-needed/
( I only temporarily used a second ldf file to be able to extend to a new disk and...
January 25, 2022 at 1:03 pm
Also keep in mind by default it will only report progress every 10 % !
Use Jeffrey's script to have the prognosis.
January 25, 2022 at 7:51 am
Here is a nice reference by Brent Ozar regarding RCSI: "Implementing Snapshot or Read Committed Snapshot Isolation in SQL Server: A Guide"
Have a look at the "Gotchas With Implementing...
January 19, 2022 at 11:41 am
How correct do you need your results to be ?
Check this great blog post by Paul White: "The Read Uncommitted Isolation Level"
January 17, 2022 at 3:01 pm
Asking around how colleagues handle it or web search for a minute, especially nowadays, chances are someone already 90% published of what you need.
Although I must admit: "what you automate,...
January 17, 2022 at 2:53 pm
Ask for "view definition" to be granted to you, so you can seed an objects composition.
GRANT view definition TO [user_or_role]
January 17, 2022 at 9:13 am
also keep in mind, the SQLServer service account needs to be granted usage of the given paths !
January 13, 2022 at 7:29 am
Did someone add the registry key settings to disable the old TLS and/or SSL protocols ? ( and not reboot the node at that time )
January 12, 2022 at 12:45 pm
That is not advisable as this will always start the job, even when it is disabled !
My point is: When a sysadmin or "sqlagent job manager" disables a job for...
January 10, 2022 at 7:20 am
check out msdb table dbo.sysjobhistory
it logs execution times per step.
January 7, 2022 at 1:24 pm
Keep in mind it may take SQLAgent up to 20 seconds to respond.
I'm the same way until I have two 12 ouncers of coffee under my...
January 6, 2022 at 3:36 pm
We use sqlserver alerts ( raiserror 50000+ ) and have sqlagent respond to it and launch a given job.
Keep in mind it may take SQLAgent up to 20 seconds to...
January 4, 2022 at 10:59 am
the options are documented: Overview of business continuity with Azure SQL Database & Azure SQL Managed Instance
and Restore a database in Azure SQL Managed Instance to a previous...
December 28, 2021 at 7:47 pm
Oh no ....
December 21, 2021 at 8:10 am
Since you're stating your next step is AI, why don't you have a look at Azure SQLDB ?
It gives you SQLServer EE, but with the flexibility of number of cores...
December 20, 2021 at 7:12 am
Viewing 15 posts - 676 through 690 (of 7,466 total)