SELECT ROW_NUMBER() OVER(ORDER BY name ASC) AS Row#, name, recovery_model_desc FROM sys.databases WHERE database_id < 5;
Post a comment
Log in or sign up to comment on this bit
Comments
Be the first to comment on this post!