Posts by José • 1 point
2 posts
-
-4
votes2
answers58
viewsA: Import Excel data to table in SQL Server (only data other than that already in the table)
Use Msaccess and import excel to Msaccess. Next export Msaccess to SQL. When you already have in SQL do the validations in the database before inserting
-
-3
votes2
answers59
viewsA: I’m a beginner in SQL. I need to build an Insert that will validate some fields of the source table and fill in the target table
Selects before inserting. In select you validate the records to be inserted, and then do the Insert