Hi,
I created a new User Defined Data type in my database.
In one of my StoredProcedures , I created a temporary table and used that data type for one of the fields.
On executing the stored procedure , it says cannot find that data type.
Can't user defined data types be used in temporary tables?
Balajees
I created a new User Defined Data type in my database.
In one of my StoredProcedures , I created a temporary table and used that data type for one of the fields.
On executing the stored procedure , it says cannot find that data type.
Can't user defined data types be used in temporary tables?
Balajees