Activity overview
Latest activity by pwo311
Yes, please give and ETA as a couple of the bugs fixed in SSMS 20.0 were needed. I hate choosing between dealing with bugs and using SQLPrompt. / comments
Yes, please give and ETA as a couple of the bugs fixed in SSMS 20.0 were needed. I hate choosing between dealing with bugs and using SQLPrompt.
Unable to log in to the SQL Prompt request features
Can't log in with RG credentials. Verify email just spins if you try to setup new account.
Is there a way to get the SET statement clauses of an update statement to indent?
Original:update dbo.Holidayset Holiday_Nm = ''where Holiday_ID = -1;Desired:update dbo.Holiday
set Holiday_Nm = ''
where
Holiday_ID = -1;
After a from clause is there a ways to restrict suggestions to just schemas first?
We have many schemas in databases. Can we restrict what is prompted to schemas first and then when entered, objects in the schema?