I was formatting data in an Excel sheet and saved it as an xlsx and was able to import it to SQL Server Management Studio. When I go to SQL though, not all of the data I imported was there, it stops at row 255, but I have more data than that. Also, in two of the columns it puts Null all the way down.
I've double checked and made sure that I didn't edit the data, and everything in my Excel sheet is fine, it's just when I import that things go wrong. When I import using the Server Import and Export Wizard, my data source is obviously the Microsoft Excel, file path is the xlsx file, version I have to choose is Microsoft Excel 5.0. Then I choose the destination: Microsoft OLE DB Driver for SQL Server because I can't use Native Client. I put in the server name and my database name and everything pulls over. When I look at the size, it has 255 next to each one... I'm not sure if that has something to do with it limiting what can be accessed in SQL, but I'm thinking it is. I'll keep plugging away, but I hope someone may have an answer.