Skip to content
Advertisement

Tag: sql-server-2012

Using SQL Merge or UPDATE / INSERT

I have a table (Customer_Master_File) that needs to updated from flat files dumped into a folder. I have an SSIS package that runs to pick up the flat files and imports them into a temp table (temp_Customer_Master_File) What I have been unable to do is this: for each record in the temp table, if the Customer_Number exists in the Master

Cannot start LocalDB

Cannot start LocalDB instance, I have installed and re-installed over and over. Keep getting this error : Start of LocalDB instance “v11.0” failed because of the following error: Error occurred during LocalDB instance startup: SQL Server process failed to start. Anyone any advice ? ? Microsoft SQL Server 2012, i have ensured the FULL installation options, stopped all services SQL

Advertisement