I am getting this error when running on my local instance of SQL
server, but it is not an issue when running on our development SQL
Server box.
Code:
--variable declarations
declare @XmlDocument xml --2GB limit
declare @docHandle int
Msg 2715, Level 16, State 3, Line 14
Column or parameter #-1: Cannot find data type xml.
Parameter '@XmlDocument' has an invalid data type.
Comment