|
|
|
|
Browse by Tags
All Tags » t-sql » Scripting (RSS)
-
On the SQL Server public programming newsgroup someone recently posted a question about an SSMS error (''Cannot parse script. 'System.OutOfMemoryException' thrown.'') I hadn’t encountered this error myself, but the workaround is to break up very large scripts (50+ MB) into smaller scripts. Adam Machanic posted a T-SQL Tuesday challenge to post a ...
-
Would it be nice to print out the complete call tree of a stored procedure? By complete call tree, I mean the following:
· At the very top level, the call tree should identify all the procedures that are called ...
|
|
|
|
|