News

Using T-SQL to rename the SQL Server Database You can use the T-SQL command below to change the name of the database if you are using SQL Server 2000. With SQL 2005, 2008, 2008R2, 2012, 2014, 2016 and ...
Here, ‘state_desc’ is the database status or state and ‘stellar’ is the database name. In this query, we are checking the database state of the stellar DB. Possible Database States. There are ...