Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Commit Insert after x amount of rows

Author  Topic 

joedz81
Starting Member

3 Posts

Posted - 2007-12-13 : 16:33:56
Does anyone know how to commit an 'insert into' after X amount of rows? I know Set rowcount works for delete or updates...

Insert into table A
Select * from table b where x=1

thanks!

Joe Dziadosz

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2007-12-13 : 16:44:04
so does for inserts...

_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
SSMS Add-in that does a few things: www.ssmstoolspack.com <- new version out
Go to Top of Page
   

- Advertisement -