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.
| 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 ASelect * from table b where x=1thanks!Joe Dziadosz |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2007-12-13 : 16:44:04
|
| so does for inserts..._______________________________________________Causing trouble since 1980blog: http://weblogs.sqlteam.com/mladenpSSMS Add-in that does a few things: www.ssmstoolspack.com <- new version out |
 |
|
|
|
|
|