with below query you can List the databases from SQL Server 2000
SELECT CATALOG_NAME
FROM INFORMATION_SCHEMA.SCHEMATA
ORDER BY CATALOG_NAME
If you received below error while attaching a .mdf file in cluster environment please follow below steps to resolve the issue ERROR Ca...
No comments:
Post a Comment