Activity overview
Latest activity by Greg Wilson
I am having a similar issue: When I first installed SqlPrompt 11, it would only show up when I ran SSMS 21 normally, but when I ran SSMS 21 as “Run as a different user” (to use my elevated account that has permissions on the SQL Server), the SqlPrompt menu did not show, and I found no option to enter the licensing credentials for SqlPrompt. I tried uninstalling/reinstalling SqlPrompt 11, and now it does not appear when run as either my regular user or my elevated user. What do I need to do to get SqlPrompt 11 functioning again? Database work without SqlPrompt is painfull! / comments
I am having a similar issue: When I first installed SqlPrompt 11, it would only show up when I ran SSMS 21 normally, but when I ran SSMS 21 as “Run as a different user” (to use my elevated account...
SQL Prompt warns about UPDATE triggers
When running a TSQL statement similar to:CREATE TRIGGER [dbo].[trgPersonalFinancialHeaderModified]
ON [dbo].[PersonalFinancialHeader] AFTER UPDATE NOT FOR REPLICATION
AS
UPDATE d SET Modified = ...