I have two databases that the Upgrade Advisor cannot analyze. However it does not give me much assistance finding the source of the errors. (Which I am sure is in my code)
For example:
Microsoft.SqlServer.Dac.Model.DacModelException: Loading source as a script-backed model failed due to the following errors:
Error SQL46010: Incorrect syntax near ,.
This is a VLDB (~7TB) so finding the errant comma or space+comma is going to be some what difficult.
The second database is smaller (~300GB) but the error message is just as obscure.
Microsoft.SqlServer.Dac.Model.DacModelException: Loading source as a script-backed model failed due to the following errors:Error SQL46010: Incorrect syntax near into.
You can imagine how many times "INTO" appears in a large database. It would be nice if the Advisor could at least output the name of the object that caused the problem.
I have been looking for a runlog or something like that. Is there one I have missed?
Ray