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 parts of a function?
Which data type columns are the best candidates for full-text indexing?
How to use order by with union operators in ms sql server?
Does order by actually change the order of the data in the tables or does it just change the output?
What is your recommendation for a query running very slow? : sql server database administration
Can an entity have two primary keys?
OPTIMIZATION OF SP,CURSOR,TRIGGERS
How many types of functions are there in sql server?
How to get a list of columns in a view using "sys.columns" in ms sql server?
What is indexing a document?
What’s the distinction between dropping a info and taking a info offline?
What happens if we shrink log file in sql server?
What is auditing in sql server?
What is merge statement?
What are the difficulties faced in cube development? : sql server analysis services, ssas