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
 General SQL Server Forums
 New to SQL Server Programming
 Stored Procedure to Insert records into Next row

Author  Topic 

sreekanth
Starting Member

1 Post

Posted - 2014-09-20 : 11:52:39
Hi,

Can any one help me on creating a stored procedure to insert records into multiple rows.

Let's say we have 3 colums in procedure to insert, col3 has a max limit of 1000, if col3 data exceeds limit it has insert into next row and vice versa.

Thanks in Advance

Sree

gbritton
Master Smack Fu Yak Hacker

2780 Posts

Posted - 2014-09-20 : 21:59:45
Please post sample data and expected results
Go to Top of Page
   

- Advertisement -