J
Jason
I recently used an append query in access to bring data from a linked
spreadsheet into a linked SQL table. I brought in about 15 fields and all
imported as expected except for one. This one is a numeric field with a 1-5
digit number in it. The numbers that appear in the SQL table now are correct
in that the numbers are the same as they should be. The difference is in how
they display when I view the table in SSMS. The pre-existing numbers in the
table (which were added by a 3rd party program which is the primary interface
to this DB) are formatted differently than the ones I imported. The existing
ones are all centered in the column whereas the ones I imported are all
left-justified.
I'm not sure this makes any difference as the "new" numbers are read just
fine by the 3rd party application but I am curious as to why they display
differently. I'm just wondering if I should have done something different and
if I have a ticking time bomb on my hands?
Thanks in advance!
spreadsheet into a linked SQL table. I brought in about 15 fields and all
imported as expected except for one. This one is a numeric field with a 1-5
digit number in it. The numbers that appear in the SQL table now are correct
in that the numbers are the same as they should be. The difference is in how
they display when I view the table in SSMS. The pre-existing numbers in the
table (which were added by a 3rd party program which is the primary interface
to this DB) are formatted differently than the ones I imported. The existing
ones are all centered in the column whereas the ones I imported are all
left-justified.
I'm not sure this makes any difference as the "new" numbers are read just
fine by the 3rd party application but I am curious as to why they display
differently. I'm just wondering if I should have done something different and
if I have a ticking time bomb on my hands?
Thanks in advance!