HiveBrain v1.2.0
Get Started
← Back to all entries
snippetModerate

How to delay SQL Server startup

Submitted by: @import:stackexchange-dba··
0
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.