how can i check if a database is already existing
thank uuu Evermoob, it s working!!
2009-09-22 11:31:47
You're welcome! :D
Evernoob
2009-09-22 11:35:23
A:
You can use the following query to check the database
select * from master.dbo.sysdatabases where name='databasename'
Hope that will help.
Asim Sajjad
2009-09-22 11:32:36