Hello all!

Think I've found a bug in sql-ms mode.
Consider the following code:

--------------------------------------------------------------------------------------------

insert into configuration (user_id) VALUES ('TESTUSER')
go

select count(*) from configuration
go
(1 row affected)
             
 ----------- 
          26 

IINM, this row:
>(1 row affected)
Should have appeared right after the INSERT statement. 


Running:
    GNU Emacs 24.3.1 (i386-mingw-nt6.0.6002) on Windows. 

Connected to:
    Microsoft SQL Server 2005 - 9.00.5000.00 (X64)
    Standard Edition (64-bit) on Windows NT 5.2 (Build 3790: Service Pack 2)
 

--
Best wishes,
Mike Koltsov.