Viewing 3 posts - 1 through 4 (of 4 total)
Hi, this is a script to upsize an access db to sql. I'm not really sure about the details. I run across these error during the process. ...
September 13, 2010 at 7:36 am
#1220041
Hi, got his when updated to Insert (1,1)
Server: Msg 2715, Level 16, State 7, Line 13
Column or parameter #7: Cannot find data type blob.
September 13, 2010 at 7:19 am
#1220019
Hi, thanks. Should it look like this:
seqno INT not NULL identity(1,1) PRIMARY KEY,
September 13, 2010 at 7:16 am
#1220016