Viewing 2 posts - 1 through 2 (of 2 total)
The following approach worked for us. Any drawback in this? Added 'fmtonly off' for BCP.
create procedure test1
as
set nocount on
IF(1 = 0)
BEGIN
...
October 27, 2007 at 7:05 pm
#746020
So, what is the solution to this problem. We are also facing this.
October 25, 2007 at 10:02 pm
#745561