Viewing 4 posts - 1 through 5 (of 5 total)
Chris,
Thanks for that, I will modify it accordingly and give it a try.
Thanks again for your assitance.
brett
July 8, 2010 at 5:55 am
Chris,
I could do that, and possibly simplify my life quite a bit, I didn't know that I could do that. Can I import into a table with an...
July 8, 2010 at 4:44 am
Hi Chris,
The table with the SEQ_NUM as autoincrement is an existing table in the database that I am eventually trying to import into. The table that I am creating...
July 8, 2010 at 4:32 am
With help from my friend Google, I have managed to get the MAX + 1 part right by declaring it as a variable first. New script as follows;
BEGIN
DECLARE @n NUMERIC(10);
DECLARE...
July 8, 2010 at 2:31 am
Viewing 4 posts - 1 through 5 (of 5 total)