Community

FIX: An access violation may occur when you run a query on a table that has a multicolumn index in SQL Server 2000

When you run a query in Microsoft SQL Server 2000, an access violation may occur. You experience this problem when the following conditions are true: • A table has a multicolumn index such as Table1(col1, col2). • The columns of the table do not accept the value NULL. • The query uses a predi

Read More - Register for Free Membership