Relative Content

Tag Archive for sqlssms

SSMS Issue Importing an Excel File

I’m trying to do a simple task which is importing an excel into SSMS and I keep getting this error message. TITLE: SQL Server Import and Export Wizard

SQL Script Table Data as One Insert

I’m trying to achieve a particular format when scripting table data in my SQL DB. I’ve checked a ton of posts, worked with each option in the SSMS script wizard, and can’t find the format/conditions I’m looking for. Currently, when I script the table data through the SSMS Wizard, I get results with explicit Insert statements for each item such as this :