Hi,
Everything is in the title, if I run a select count(1) from table, I get a result of 0 rows. If I do a select * from table it takes forever to read and finish the query. Also disk is reading the DB files at speed of 330 MB/sec while doing that query.
So.... WTF ? Any one got an idea on how I fix that ?
Thanks
------
a 115 GB of data for 0 rows................. wtf :)
TableName | SchemaName | RowCounts | TotalSpaceKB | UsedSpaceKB | UnusedSpaceKB |
msg | dbo | 0 | 115713984 | 115697280 | 16704 |
------
Edit 2: truncate would be nice but the table is replicated ... hahaha