I seem to get this error message.
[Error importing data: Error in statement #1: near "S":syntax error. Aborting execution and rolling back.] (https://i.stack.imgur.com/IzRvb.png)
I looked into the SQL file. These are the first few lines:
Select * from Shippers /*
MS SQL Server Setup script for SQL Practice Problems Database: Northwind_SPP
*/
Set nocount on
GO /****** Object: Table [dbo].[Categories] ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[Categories]( ...
Can't seem to find the "Syntax error" especially in line 1.