Posts
Sort by recent activity
After installing SQL Tab Magic, my saved passwords are gone
I connect regularly to 3 SQL 2008 R2 servers in our environment. I always use my own account and password (SQL authentication, not Integrated). I used to have those passwords saved by hitting the c...
Change to CHECK constraint not detected for commit
I altered a CHECK constraint to add one more legal value for the column:
ALTER TABLE [dbo].[ACLs] DROP CONSTRAINT [CK__ACLs__TargetType__54A177DD]
ALTER TABLE [dbo].[ACLs] WITH CHECK ADD CHECK ((...
Changed index not detected as a change
I dropped and recreated two indexes on a table (I changed the filter expressions), but SQL Source Control does not offer to let me commit them.