Hello,
When I do a reverse engineering on a SQL Server 2008 DB, I have a bunch of Views/Sprocs/Functions that I get a warning about not being able to parse. (I've pasted below). What does that mean and is there a way I can get rid of them?
Warning: View dbo.Answers could not be parsed.
Warning: View dbo.vAdEntcore could not be parsed.
Warning: View dbo.vStringsMain could not be parsed.
Warning: View dbo.vForumThreadPostInfo could not be parsed.
Warning: View dbo.vDownloadEntities could not be parsed.
Warning: View dbo.vStrings could not be parsed.
Warning: View dbo.Field_Answer could not be parsed.
Warning: View dbo.Entcore could not be parsed.
Warning: Procedure dbo.spReadMessages could not be parsed.
Warning: Procedure dbo.spDeleteMessages could not be parsed.
Warning: Procedure dbo.spLoadEntities could not be parsed.
Warning: Procedure dbo.sp_helpdiagrams could not be parsed.
Warning: Procedure dbo.sp_helpdiagramdefinition could not be parsed.
Warning: Procedure dbo.sp_creatediagram could not be parsed.
Warning: Procedure dbo.sp_alterdiagram could not be parsed.
Warning: Procedure dbo.uspDeleteEntities could not be parsed.
Warning: Procedure dbo.spDeleteContacts could not be parsed.
Warning: Procedure dbo.uspAdSearch could not be parsed.
Warning: Procedure dbo.spAdvancedSearch4 could not be parsed.
Warning: Procedure dbo.spNewMessage could not be parsed.
Warning: Procedure dbo.spAdvancedSearch3 could not be parsed.
Warning: Procedure dbo.usp_SaveEntityAnswersFlat could not be parsed.
Warning: Function dbo.udf_AdSmartTagSearch could not be parsed.
Warning: Function dbo.udf_AdTargetedSearch could not be parsed.
Warning: Function dbo.udfSplitString could not be parsed.
Warning: Function dbo.udf_GetTagId_FromString could not be parsed.
Thank you,
Bill