Did a dts import from an excel sheet and when you
go into Query Analyser highlight the table then choose
open table, all the records show like
(...) (...) (...) (...) (...) (...) (...) (...) (...)
(...) (...) (...) (...) (...) (...) (...) (...) (...)
(...) (...) (...) (...) (...) (...) (...) (...) (...)
(...) (...) (...) (...) (...) (...) (...) (...) (...)
however if you just do a select * from tablename it actualy shows the correct data... so the table ins't really filled with (...) it has real data.
This is just odd, there is only 1200 records in this particular table and it doesn't happen
on the much larger tables in the db only this one. I've used SQL for many years and have never seen this before..
go into Query Analyser highlight the table then choose
open table, all the records show like
(...) (...) (...) (...) (...) (...) (...) (...) (...)
(...) (...) (...) (...) (...) (...) (...) (...) (...)
(...) (...) (...) (...) (...) (...) (...) (...) (...)
(...) (...) (...) (...) (...) (...) (...) (...) (...)
however if you just do a select * from tablename it actualy shows the correct data... so the table ins't really filled with (...) it has real data.
This is just odd, there is only 1200 records in this particular table and it doesn't happen
on the much larger tables in the db only this one. I've used SQL for many years and have never seen this before..