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 use of nvl work?
your distribution database is full what will u do
What is a trace frag? Where do we use it?
How to bind a view to the schema of the underlying tables?
How many partitions a clustered index has by default in sql server 2012?
what stored procedure can you use to display the current processes? : Sql server administration
List some case manipulation functions in sql?
What is the difference between createstatement and preparedstatement?
Issues related in upgrading SQL Server 2000 to 2005 / 2008
What is normalization? Describe its different types.
if you encounter this kind of an error message, what you need to look into to solve this problem? : Sql server database administration
What are the properties of the transaction?
What is stretch database in sql server?
What is de-normalization in sql database administration? Give examples?
What are scalar functions in sql?