Error after intial commit
ad888
Posts: 2
Hi
I've commited an initial version of a db (sql 2008)
When attempting to view the commit changes tab afterwards - I get this error:
Tried to the Size of a data type that specifies its parameters using a keyword
Is this a known issue?
Thanks
I've commited an initial version of a db (sql 2008)
When attempting to view the commit changes tab afterwards - I get this error:
Tried to the Size of a data type that specifies its parameters using a keyword
Is this a known issue?
Thanks
Comments
Thanks for reporting this. It is a known issue ( SC-5719 ). The root cause is stored procedures (and possibly functions) that specify an input parameter that has a length of MAX. The text parser behind SQL Source Control expects a numeric value as the length of an input parameter.