Skip to content

Tag: sql-server

Multi Part Identifier Can Not be Bound

I’m having trouble getting past this error. I’m using SQL Server 2017 (v14): The multi-part identifier “PS_FFC.Date” could not be bound. The multi-part identifier “PS_FFC.Date: could not be bound. …

SQL restart number sequence each year

I’m Working to create a simple repair log serial number. I would like to create a unique code for each repair but I don’t want the numbers continuing on forever, I would like to use Zone(department), …