Tag: sql server

Community

Index Internal Information

(Kalen Delaney) The sysindexes system table contains information about your index structures that you can’t get through information schema views. Every database has a sysindexes table, which contains one row for every index and one row for every column-based statistics on a table. In general, Mi

Community

Versioning

(Andre Vigneau) The question is why do you want to know which version of Microsoft SQL Server you’re running? In my case it is for compatibility purposes. Applications or scripts might not always be compatible with older versions of SQL Server. Also in the same way applications or scripts might n

Community

SQL Server 2005 Part 4 – High Availability and Scalability Enhancements – Online Indexing, Fast Recovery, Database Snapshots, and Snapshot Isolation

(Marcin Policht) We are continuing our series which covers new and enhanced functionality implemented in SQL Server 2005 (based on its Beta 2 release), focusing on high availability and scalability area. We have presented so far database mirroring and failover clustering – now it is time for other f