what is statistics
Answer / sam
statistics in SQL Server refers specifically to information
that the server collects about the distribution of data in
columns and indexes. This data in turn is used by the query
optimizer to determine the plan of attack for returning
results when you run a query. While in the majority of
cases SQL Server takes care of this statistical
recordkeeping for you automatically, it's useful to have
some understanding of what's going on, and to know when you
might need to intervene.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is the security principal at the server level that represents your session?
Is it important for a database administrator to understand the operating system and file access?
Can we move Resource database from one path to another? If yes,How can we?
How can we call UDF(User Define Function) using C# code in ASP.net ?
what is bit data type? and what are the information that can be stored inside a bit column?
Can you explain the types of Joins that we can have with Sql Server?
There is a trigger defined for INSERT operations on a table, in an OLTP system. The trigger is written to instantiate a COM object and pass the newly insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?
How m-m relationships are implemented?
What is an entity-relationship diagram (erd)?
What is a rollup clause?
How to create user defined functions with parameters?
What is bit data type?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)