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
Explain sql server service broker?
What is report subscription?
How to filter out duplications in the returning rows in ms sql server?
How to install sql server 2005 express edition?
When to use Inner join & when to use subquery?
Where views are stored in sql server?
What is the difference between inner join and equi join?
How to create a simple stored procedure in ms sql server?
What are basics of policy management?
why would you use sql agent? : Sql server database administration
What is meant by dirty read?
What are triggers in ms sql server?
How to drop an existing stored procedure in ms sql server?
What is msdb database? : SQL Server Architecture
How do use Having,Group by,Group function in SQL?