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 are the pros and cons of putting a scalar function in a queries select list or in the where clause?
what is create database syntax? : Sql server database administration
What are the difference between primary key and unique key? : sql server database administration
What is the use of nvl work?
What do you understand by user-defined function in the sql server?
Give the query of getting last two records from the table in SQL SERVER?
How can you find out how many rows returned in a cursor?
How to define the name and server for a new dsn?
what data regions are and what are the different data regions?
How to list all triggers in the database with sys.triggers in ms sql server?
What are the different subsets of sql?
What is an identity?
How can you hide the sql server instances?
What is tablesample?
How do I view a stored procedure in sql server?