Activity overview
Latest activity by rpresser
stanori wrote:
It looks like the issue you are experiencing has been previously reported as a bug. The bug reference number is STM-66.
Thank you! / comments
stanori wrote:
It looks like the issue you are experiencing has been previously reported as a bug. The bug reference number is STM-66.
Thank you!
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...
james.billings wrote:
Thanks for your post. I've just tried this and it seems to work okay for me- the only thing I did notice is I had to click the refresh button on the commit tab to force it to re-check for changes. Can you try that?
It appears you're correct. When I returned to it just now, it was marked as needing committing. / comments
james.billings wrote:
Thanks for your post. I've just tried this and it seems to work okay for me- the only thing I did notice is I had to click the refresh button on the commit tab to force it ...
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 ((...
benrees wrote:
The IPN Service is part of the Check for Updates process, installed with Red Gate products, and helps ensure you have the latest releases and to keep your support and upgrades up-to-date (if relevant).
Ben Rees
Product Manager
Red Gate Software
Wonderful. Yet another software package that wants to run its own update service continuously. It would be FAR MORE FRIENDLY to simply check once a day using a scheduled task, or to check ONCE when a product is started. Instead you've raised the overhead of using your (admittedly excellent) products by 44mb at best (when everything is working) and by a full core's worth of CPU at worst (when it isn't).
Is the operation of SQL Prompt and other products absolutely dependent on this running? Is there any chance of changing the minds of your development team? / comments
benrees wrote:
The IPN Service is part of the Check for Updates process, installed with Red Gate products, and helps ensure you have the latest releases and to keep your support and upgrades up-...
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.