Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error in Code when creating SP
Message
 
To
18/09/2007 16:12:15
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01255212
Message ID:
01255300
Views:
23
This message has been marked as the solution to the initial question of the thread.
As I said, this is something really stupid (no offense here) I did such mistakes the time.
You miss the last END for the stored procedure:
CREATE PROCEDURE bpsp_fillbuspass 
AS
  BEGIN
      --- Huge code here

  END -- That is missing
And there is no need to create temp table before SP :-)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform