Hello,
I've added a bunch of rows to a table, and then tried to delete all the rows using the standard "DELETE FROM table_name" statement. (For some reason the server errors out when I put the '*' in there.)
When I view the table itself, there are no rows in it, and the table appears to be blank, like I wanted it to be.
However, when I look at the table properties in SQL Server Enterprise Manager, it says there are still 8 rows in the table instead of zero. When I go on the web and look at the table properties through the website, it also says there are still 8 rows in the table.
What is causing this? How do I get this table to be completely blank, and have zero rows?
I've added a bunch of rows to a table, and then tried to delete all the rows using the standard "DELETE FROM table_name" statement. (For some reason the server errors out when I put the '*' in there.)
When I view the table itself, there are no rows in it, and the table appears to be blank, like I wanted it to be.
However, when I look at the table properties in SQL Server Enterprise Manager, it says there are still 8 rows in the table instead of zero. When I go on the web and look at the table properties through the website, it also says there are still 8 rows in the table.
What is causing this? How do I get this table to be completely blank, and have zero rows?