Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » T-SQL » SMO   (RSS)
Get all system databases of a server
The easiest way for querying all system databases of a server is to assume that databases create by a user come with a database_id >= 5 in sys.databases. But the problem is that distribution databsaes will not be kept into this consideration. Therefore Read More...
Page view tracker