Activity overview
Latest activity by phonemyatt
Please ignore. after restarting ssms, it back to normal --Edited-- Look like still not resolve after a while. You need to add the default snippet in SQL Prompt Options > Snippets > Add Default from hyperlink. / comments
Please ignore. after restarting ssms, it back to normal--Edited--Look like still not resolve after a while. You need to add the default snippet in SQL Prompt Options > Snippets > Add Default from h...
What's shortcut for Create Proc snippet
I just updated SQL Prompt and Im not sure what is the snippet for creating stored procedure. Usually, u can type CP and tab to call create stored procedure query
@Andrew P ,Im having the same problem in our CICD pipeline. I always need to delete existing tempDatabase before I can run any agent. How do you solve this issue? / comments
@Andrew P ,Im having the same problem in our CICD pipeline. I always need to delete existing tempDatabase before I can run any agent. How do you solve this issue?
@Sergio R Thanks for the answer. To clarify, does that mean I have to select the static tables by myself and there is no filter just for static tables? / comments
@Sergio R Thanks for the answer. To clarify, does that mean I have to select the static tables by myself and there is no filter just for static tables?
Deploy only static table.
Hi guys, I have multiple static tables that need to deploy from one db to another db. Is there easy way to data compare only static tables between this two db and deploy?Thanks in advance