Posts
Sort by recent activity
Why does SQL Prompt Installer think I do NOT have SSMS Installed?
I am having trouble installing SQL Prompt 10. Actually installing from the SQL Developer Bundle (file version 2.3.5.2690). When I run the installer, all tools install successfully EXCEPT for thos...
Include Comments ABOVE the ALTER PROC statement
I like to put my header comment block ABOVE the ALTER PROCEDURE or CREATE PROCEDURE statement (similar to what you would see in C# code above a method definition). As long as it is within the same...