|
-
Sep 22nd, 2000, 01:05 PM
#1
Thread Starter
Fanatic Member
Guys/Gals
Has any 1 ever encountered this error from SQL SERVER
(A stored procedure was executing)
8152
Please let me know
Thanks
-
Sep 22nd, 2000, 02:29 PM
#2
Addicted Member
Check on the declaration of your columns...char(4), varchar(100) etc.
Sending the storeproc script would help.
I think that in your stored proc, if it is processing a lot of records, the value could not fit the column that is why this error occurs.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|