Hi All,
I'm trying to populate a temp table. Here is the temp table:
[code language="sql"]CREATE TABLE #SESDMVESEnrollData (
ContractNumber nvarchar(50) not null,
PolicyNumber
↧
Use uniqueidentifier field in place of int
↧