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 / 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 |
Can we use where clause with group by?
What are the new features introduced in SQL Server 2000? What changed between the previous version of SQL Server and the current version?
What is an active database?
What is 2nf example?
explain how to create a new schema in a database? : Sql server database administration
How to perform backup for certificates in sql server? : sql server security
How can you find out which stored procedures are recompiling?
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration
How do you create a data source?
system date format is "yy-mm-dd" "select getdate()" ----> 2009-01-24 20:03:28.513 if i write "select dateadd(dd,2,getdate()) ".it returns "2009-01-26 19:59:38.340"...my question is dat could it be possible to retrive da date in da format "26 jan 2009 ...."??
Explain what is meant by replication of database?
What is table constraint?