snippetModerate
How to delay SQL Server startup
Viewed 0 times
delaysqlhowserverstartup
Problem
When we boot SQL Server, SAN drives might not be availiable yet. Is there a way to delay SQL Server start by 1 minute? Right now we have to restart SQL Server after we boot the server.
Solution
We talked about a similar issue before here and here and what worked in that case was setting the SQL Server to be dependent on the disk drivers. You'll want to test this to make sure this works in your setup but it should do the trick.
Context
StackExchange Database Administrators Q#4936, answer score: 10
Revisions (0)
No revisions yet.