Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Use uniqueidentifier field in place of int

$
0
0

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


Viewing all articles
Browse latest Browse all 3145

Trending Articles