Answer Posted / anand
The UPDATE STATISTICS statement defines the storage
requirements of tables and indexes as well as the value
distribution of columns, and stores this information in the
database catalog.
Syntax
<update statistics statement> ::=
UPDATE STAT[ISTICS] COLUMN <table name>.<column name>
[ESTIMATE [<sample definition>]]
| UPDATE STAT[ISTICS] COLUMN (<column name>,...) FOR <table
name> [ESTIMATE [<sample definition>]]
| UPDATE STAT[ISTICS] COLUMN (*) FOR <table name> [ESTIMATE
[<sample definition>]]
| UPDATE STAT[ISTICS] <table name> [ESTIMATE [<sample
definition>]]
| UPDATE STAT[ISTICS] [<owner>.][<identifier>]* [ESTIMATE
[<sample definition>]]
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain following error properties?
What is openxml in sql server?
What is the purpose of linked server configuration in sql server?
How do we know if any query is retrieving a large amount of data or very little data?
Explain Geography datatype in SQL Server
Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?
In what sequence sql statement is processed?
what are the different ways of moving data/databases between servers and databases in sql server? : Sql server database administration
Explain the different types of backups available in sql server? : sql server database administration
What is the sql profiler?
What is temporary stored procedure?
Explain the difference between control flow and data flow?
What are the different types of upgrades that can be performed in sql server?
Define the one-to-one relationship while designing tables.
Explain magic tables in sql server?