Posts
Sort by recent activity
sql 2008 filtered indexes not detected in sql compare 8
I'm using the sql compare version 8.2.1.2. I have an index created as follows:
CREATE NONCLUSTERED INDEX [IX_ServiceRequest_WebApp_NoSWF] ON [dbo].[ServiceRequest] ([WebAppName]) INCLUDE ([LastObj...