sqlhints.com
How to check if a Database exists in Sql Server
Many a times we come across a scenario where we need to execute some code based on whether a Database exists or not. There are different ways of identifying the Database existence in Sql Server, in…