|
AskSQLTeam
Ask SQLTeam Question
USA
0 Posts |
Posted - 01/13/2005 : 07:54:58
|
Steve writes "I have a table that has 360 rows in it. The query 'Select count(*) from tbl_XX returns 360.
When I execute sp_SpaceUsed 'tbl_XX' the rowcnt field is 358.
I exported the table to Excel and there are 360 rows in it.
What could cause this discrepancy? I would have expeced the sp_SpaceUsed stored procedure to also show 360 rows.
I'm using SQL Server 2000 on Windows 2003 Server.
Steve" |
|