Posts
Sort by recent activity
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?