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
‹
›
Home
View web version
No comments:
Post a Comment