Other News

Community

Migrating From VB6 to VB.NET

(Huw Collingbourne) In theory, Microsoft’s Visual Basic .NET should provide an easy path for experienced VB programmers to migrate to the .NET Framework. However, not all VB programmers have been enthusiastic about making the move. VB.NET is so different from Visual Basic 6.0 that even an experience

Community

Nonclustered Indexes

Nonclustered indexes have the same B-tree structure as clustered indexes, with two significant differences: –The data rows are not sorted and stored in order based on their nonclustered keys. –The leaf layer of a nonclustered index does not consist of the data pages.

Community

Shrinking Data Files

(Kalen Delaney) One topic I see discussed frequently in public discussion forums is how to most effectively shrink a database, why it doesn’t always shrink as much as you think it should, and how much overhead is involved. Most of the questions deal with the shrinking of the transaction log, probabl