How to do - MS SQL C# Excel Access
Saturday, 4 February 2017
MSSQL - Query to list all database names with corresponding ID's
Watch this example on YouTube
Select DB_Name(database_id) as DatabaseName, database_id
From sys.databases;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment