Is "schema.Load" as a table name causing an error?
I have just tried to link a pre-existing data database to Source Control and have come across an interesting error. Having written all the information to the source control repository it appears that the application then attempts to retrieve information back to ensure that it has the most up to date information. At this point it throws an error and points the blame at a line in my usp that is referencing a table that is called audit.Load. Is ".Load" causing the error as the software attempts to parse the file?
(I can send you the actual error text if you want it)
This has been fixed in the latest version of SQL Source Control.
-
mark.mckechnie commented
Have just installed 0.3.3.1 and it's still producing the error.