Overblog All blogs Top blogs Jobs, Education & Studies
Follow this blog Administration + Create my blog
MENU
Advertising

Performance Tuning – SQL Server Part -2 –

Performance Tuning – SQL Server Part -2 – Q. What are the primary differences between an index reorganization and an index rebuild? Ans: Reorganization is an “online” operation by default; a rebuild is an “offline” operation by default Reorganization...

Read more

Advertising

Can you briefly describe about EXTENT?

Can you briefly describe about EXTENT? Ans: An extent is eight physically contiguous pages, or 64 KB means 16 Extents= 1 MB. There are two types of Extents. Uniform Extents and Mixed Extents. Uniform extents are owned by a single object; Mixed extents...

Read more

Advertising

LOG file architecture?

“Transactionlog” Logical Architecture: Each log record is identified by a unique number called LSN (Log Sequence Number). A log record contains the LSN, TransactionID to which it belongs and data modification record. Data modification record: It’s either...

Read more

What is “Write Ahead Transaction Log”?

What is “Write Ahead Transaction Log”? Ans: SQL Server uses a write-ahead log (WAL), which guarantees that no data modifications are written to disk before the associated log record is written to disk. Data modifications are not made directly to disk,...

Read more

SQL SERVER SECURITY

1. What is the Guest user account in SQL Server? What login is it mapped to it? Ans: The Guest user account is created by default in all databases and is used when explicit permissions are not granted to access an object. It is not mapped directly to...

Read more

Advertising

See I have an environment, Sunday night full backup, everyday night diff backup and every 45 min a transactional backup. Disaster happened at 2:30 PM on Saturday. You suddenly found that the last Sunday backup has been corrupted. What’s your recovery plan?

Q. See I have an environment, Sunday night full backup, everyday night diff backup and every 45 min a transactional backup. Disaster happened at 2:30 PM on Saturday. You suddenly found that the last Sunday backup has been corrupted. What’s your recovery...

Read more

<< < 10 20 21 22 23 24 25 26 27 28 29 30 > >>