Select SQL Server database size
how can i query my sql server to only get the size of database? I used this : use “MY_DB” exec sp_spaceused I … Read more
how can i query my sql server to only get the size of database? I used this : use “MY_DB” exec sp_spaceused I … Read more
I am using this query to rename the database: ALTER DATABASE BOSEVIKRAM MODIFY NAME = [BOSEVIKRAM_Deleted] But it shows an error when excuting: … Read more
I need to check when function was changed last time. I know how to check creation date (it is in function properties window … Read more
This question already has answers here: Check if table exists in SQL Server (29 answers) Closed 2 years ago. CREATE TABLE IF NOT … Read more
Currently, my database is in Single User mode. When I try to expand me database, I get an error: The database ‘my_db’ is … Read more
I have a development database that re-deploy frequently from a Visual Studio Database project (via a TFS Auto Build). Sometimes when I run … Read more
I have many users on my web site (20000-60000 per day), which is a download site for mobile files. I have remote access … Read more