Hi Everyone,
Could any one let me know if SQL Server 2008 has any support for adding "regions" to a T-SQL script so that one can expand and collapse regions just as you can do in C# with #region and #endregion. I can do this with comments (/* */) but I want the region to remain active. Also is there any shortcut to expand or collapse all regions like in VS.NET when you use Control-M, Control-O??
Thanks in advance,
Jesse
Could any one let me know if SQL Server 2008 has any support for adding "regions" to a T-SQL script so that one can expand and collapse regions just as you can do in C# with #region and #endregion. I can do this with comments (/* */) but I want the region to remain active. Also is there any shortcut to expand or collapse all regions like in VS.NET when you use Control-M, Control-O??
Thanks in advance,
Jesse