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 |
|
davidpardoe
Constraint Violating Yak Guru
324 Posts |
Posted - 2001-09-17 : 11:44:04
|
| Upon creating a table within a stored procedure I get the following warning...Warning: The table 'ProductStatements' has been created but its maximum row size (21239) exceeds the maximum number of bytes per row (8060). INSERT or UPDATE of a row in this table will fail if the resulting row length exceeds 8060 bytes.I thought row size in database tables was unlimited?============The Dabbler! |
|
|
|
|
|