The subnet calculator helps you design networks by taking an IP address and network mask and returning information such as network, broadcast address, and host range.
One of a set of tools we're offering as a way of saying thank you for being a part of the community.
create table
( Emplid nvarchar (7) NOT NULL ,
divisionID nvarchar (2) NOT NULL ,...
Should it not be:
create table PS_Slic_Employee_Data
( Emplid nvarchar (7) NOT NULL ,
divisionID nvarchar (2) NOT NULL ,...
If the table already exists, you will need to drop it first. I see you are truncating the table so the data loss in a drop table command will not be a problem