I am updating a table in SQL Server Management Studio from an Excel doc by right clicking on the table I want to update, hitting edit top 200 rows, and trying to paste in my new line of data.
However when I do this I am coming up with couple of issues. First of all, the ID column is showing as NULL
. Second, the line is read only (that by itself really isn't a problem for me, but it doesn't seem right) and finally some of my columns that do have values are showing NULL
.
When I try to import the excel spreadsheet (right click on database, tasks, import data) I get the error shown here.
question from:
https://stackoverflow.com/questions/65837401/sql-server-showing-null-when-pasting-from-excel-even-though-there-are-values-in 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…