How to generate the Reports for the Database? I need an
Example for it.Will we manually do this or else any script
is there? Please let me know ASAP...
Answer Posted / abhi
right click on the database and go to view reports. that will show you the reports (i am not sure though by the question you asked)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain trigger and its types?
What is application role in sql server database security? : sql server security
What is the difference between Normalization and De-normalization?
What are the types of subquery?
What is CTE in SQL
What is difference between materialized view and view?
What is update_statistics command?
How to add a new column to an existing table with "alter table ... Add" in ms sql server?
How to recompile stored procedure at run time?
As a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this?
What are the character string functions supported by sql server 2005?
Why I am getting this error when renaming a database in ms sql server?
How many types of local tables are there in sql server?
How to copy data from one table to another table?
How to Insert multiple rows with a single insert statement?