Viewing 15 posts - 691 through 705 (of 7,472 total)
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
Heh... Temporal Tables. Reminds me of String_Split(). Fantastic idea but they left a part out... like who or what made the update. 🙁
Indeed, Jeff, that operational metadata should be...
December 16, 2021 at 9:13 am
another reason to keep up your software level 🙂
December 14, 2021 at 2:05 pm
If you want to do that using Powershell, I suggest you use SQLSMO or DBATools.
December 14, 2021 at 7:59 am
that is a (local) windows managed account, not a group!
December 9, 2021 at 6:43 am
double check the path to the sqlagent step log file. Something must be off
December 6, 2021 at 12:32 pm
Did someone modify the SQLAgent service account after the installation of this sqlserver instance ?
December 6, 2021 at 10:55 am
Here is the problem !
Your final query is
INSERT INTO dbo.TAllData(PartID
...
December 1, 2021 at 7:27 pm
did you specify the "ApplicationIntent=ReadOnly" parameter with your connection and is you secondary readable?
December 1, 2021 at 1:41 pm
I put dev in read-only restricte mode ( with rollback immediate ) to force everybody out, before attempting to restore.
December 1, 2021 at 1:39 pm
Viewing 15 posts - 691 through 705 (of 7,472 total)