This blog is mostly a blog for me with hints to remember those little bits of code etc where ever I am. Please be aware of this when reading any of the posts as they are mainly reminders for me. When I get time I will try to flesh out those sections that are a little ambiguous.
Pages
▼
Tuesday, 16 October 2012
SQL Server Uptime, SQL 2008 onwards
SELECTDATEDIFF(day,[sqlserver_start_time],GETDATE())AS [Days SQL
Server Has Been Up]
No comments:
Post a Comment
Note: only a member of this blog may post a comment.