Error: The specified Table-Valued Parameter type dbo.XXX could not be located on the server
Posted: Tue  09 May 2017 05:33
				
				While evaluating the trial version of SDAC I stumbled upon the following error:
---------------------------
Debugger Exception Notification
---------------------------
Project XXXX.exe raised exception class EMSError with message 'One or more errors occurred while attempting to retrieve metadata information for InMemory Rowset. Check other errors for details. InMemory Rowset creation failed.
The specified Table-Valued Parameter type dbo.XXX could not be located on the server.'.
---------------------------
Break Continue Help
---------------------------
This happens when I try to use a Table Valued Parameter. TVP's are the only reason to purchase SDAC, because we already use UniDAC. The database is set at compatibility level for SQL Server 2008 (level 100). The error happens when connecting to a SQL Server 2012 SP1 instance, but it doesn't happen when connecting to a SQL Server 2016 (no SP). The User defined table consists of a date field and a bigint field.
Kind regards,
Erik
			---------------------------
Debugger Exception Notification
---------------------------
Project XXXX.exe raised exception class EMSError with message 'One or more errors occurred while attempting to retrieve metadata information for InMemory Rowset. Check other errors for details. InMemory Rowset creation failed.
The specified Table-Valued Parameter type dbo.XXX could not be located on the server.'.
---------------------------
Break Continue Help
---------------------------
This happens when I try to use a Table Valued Parameter. TVP's are the only reason to purchase SDAC, because we already use UniDAC. The database is set at compatibility level for SQL Server 2008 (level 100). The error happens when connecting to a SQL Server 2012 SP1 instance, but it doesn't happen when connecting to a SQL Server 2016 (no SP). The User defined table consists of a date field and a bigint field.
Kind regards,
Erik
