Viewing 15 posts - 226 through 240 (of 6,400 total)
The agent log is the whole thing that the command ran, so its ALL the history of the run, not just the failure.
When you run index optimise manually you see...
October 20, 2023 at 1:36 pm
As you have "LogToTable" enabled, query the command log table and return anything which doesn't have an error code of 0, this will give you what failed and the error...
October 20, 2023 at 12:38 pm
Sam, you didn't answer Jo's point above.
Are you actually using IndexOptimise correctly?
Have you read Ola's documentation to verify your job is actually only doing statistics maintenance and not also index...
October 20, 2023 at 8:13 am
I am assuming this is a SQL Server Login you are having troubles with?
This issue is known as the orphaned user issue, plenty to read up on the net about...
October 18, 2023 at 2:28 pm
Set the database to offline, then no one can access it at all, then if you need to failback you just set it back to online
ALTER DATABASE <dbname> SET OFFLINE...
October 18, 2023 at 9:53 am
It may be quicker to create a new database with the correct structure and size, and then copy data from the large DB to the correctly sized DB, and rename...
October 18, 2023 at 8:35 am
Correct, original question is a bit open to interpretation as to what is going on.
500GB in table but DB is 2.6TB, is that a 600GB MDF and a 2TB LDF,...
October 17, 2023 at 11:31 am
Also what is the "log_reuse_wait_desc" from sys.databases for the database in question?
October 17, 2023 at 11:01 am
Azure SQL Database is a PaaS offering, as such you hand off management to Microsoft.
Certain functionality for Azure SQL DB must be done in the portal, others must be done...
October 17, 2023 at 7:07 am
If you used the AdventureWorksLT database as the sample you should see the "SalesLT" schema and objects in the DB, otherwise it wasn't selected at creation time.
October 16, 2023 at 8:13 am
And what have you searched on said topic?
A simple search on this topic will yield a plethora of results.
If you have issues with a specific method then by all means...
October 15, 2023 at 7:46 am
It's a bit more involved.
On the secondaries you need to do the restores manually, so you need to get the full/logs all restored and the final one done with NORECOVERY
Then...
October 13, 2023 at 12:51 pm
The Managed Instance link feature uses distributed availability groups to extend your SQL Server on-premises Always On availability group hosted anywhere to Azure SQL Managed Instance in a safe and...
October 13, 2023 at 8:07 am
Viewing 15 posts - 226 through 240 (of 6,400 total)