From: SourceForge.net <no...@so...> - 2007-01-21 21:17:42
|
Bugs item #1641026, was opened at 2007-01-21 16:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=809608&aid=1641026&group_id=158881 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Brian Nalewajek (brian27) Assigned to: Nobody/Anonymous (nobody) Summary: DDL Gen error SQL Server SP @ var Initial Comment: Hi, Often repeated errors where '@' variable is not declared for a reference in a WHERE clause in a SP generated by DDL script from custom tool for MS SQL Server. The generated SP comtains variable assignments using the '@' symbol, but if another '@' variable is referenced in the WHERE clause, it throws an error (even if that variable is declared in another part of the script - being local). BRN.. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=809608&aid=1641026&group_id=158881 |