Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Ah, remove that from the default value... or change it to (''), single quotes, since that's the SQL Server constant for an empty string. You probably don't need a default value anyways since it's the primary key and you're specifying it manually anyways.
|