How to know the NAME of the Database and SIZE of the Database at the client node in Sql Server 2005
Answer / neeladhar.n
sp_helpdb.
it will give the name & size of all the Databases.
Is This Answer Correct ? | 10 Yes | 0 No |
how to retrive only second row from table in sql server 2000?
What is a periodical index?
State a few properties of relational databases?
How to write a query with an inner join in ms sql server?
I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
Name 3 of the features that the sql server built-in function loginproperty performs on standard logins? : sql server security
What is history table in sql server?
What is collation sensitivity?
What is the difference between system objects and user objects?
What is named calculation? : sql server analysis services, ssas
what is the difference between Delete and Truncate
4 Answers CarrizalSoft Technologies, Geo Research Centre,
what is a stored procedure and trigger?