How to know the NAME of the Database and SIZE of the Database at the client node in Sql Server 2005
Answer Posted / neeladhar.n
sp_helpdb.
it will give the name & size of all the Databases.
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is the difference between functions and stored procedures?
Define Joins?
What are the export options of ssrs?
Explain the relational database management system (rdbms)?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
what is normalization? : Sql server database administration
What is transaction server isolation?
What is meant by indexing?
Explain tablesample?
What number aggregate functions are accessible there in sql?
How do you maintain database integrity where deletions from one table will automatically cause deletions in another table?
Explain syntax for dropping triggers?
What do you understand by physical_only option in dbcc checkdb?
What is the difference between clustered index and primary key?
Do you know the cursor types?