What is the ideal way to check if a database exists on a SQL Server using TSQL? It seems multiple approaches to implement this.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
From a Microsoft's script:
|
|||||||||||||||||||||
|
|
Actually it's more optimal to use:
|
|||||
|
By the way, this came directly from SQL Server Studio, so if you have access to this tool, I recommend you start playing with the various "Script xxxx AS" functions that are available. Will make your life easier! :) |
||||