SP limitation ?
From: Agnes (agnes_at_dynamictech.com.hk)
Date: 02/21/05
- Next message: Alejandro Mesa: "RE: SP limitation ?"
- Previous message: David Portas: "RE: Identity/Seed Values"
- Next in thread: Alejandro Mesa: "RE: SP limitation ?"
- Reply: Alejandro Mesa: "RE: SP limitation ?"
- Reply: JohnnyAppleseed: "Re: SP limitation ?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 21 Feb 2005 23:39:51 +0800
I got an if else statment in my SP
Create dbo..........etc
if ...............
one long insert statment
second long insert statment
else
third long insert statment
[one & second insert statment , got 40 lines together]
For the above sytnax, I got" syntax error near ELSE] if I remove "ELSE",
there is no syntax error
OR if i remove the second insert statment, there is no error too. What
happend ???
Does my SP too large ?? Thanks
- Next message: Alejandro Mesa: "RE: SP limitation ?"
- Previous message: David Portas: "RE: Identity/Seed Values"
- Next in thread: Alejandro Mesa: "RE: SP limitation ?"
- Reply: Alejandro Mesa: "RE: SP limitation ?"
- Reply: JohnnyAppleseed: "Re: SP limitation ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|