Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Table Properties question

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-11-13 : 08:55:42
Robert writes "I have a table with 1207 row when I do a count() but when I look at the Table Properties it say 1213 rows. I ran the update stats and the number did not changes. I have never ran into this problem before so could someone there explain it. I have several book and have tried to look it up and there are no explainations. Thank you."

JustinBigelow
SQL Gigolo

1157 Posts

Posted - 2002-11-13 : 09:03:29
Are you using count(*) to make sure nulls and duplicates are included or are you using count(somecolumn)?

Justin



Have you hugged your SQL Server today?
Go to Top of Page
   

- Advertisement -