How can we help you today? How can we help you today?
rpresser
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...
3 followers 3 comments 0 votes
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 ((...
2 followers 3 comments 0 votes
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.
1 follower 1 comment 0 votes