I had a table called tb_established in a SQL Server database and deleted it, when trying to create a table with the same name the system return error stating that it already exists, how do I erase the table from the database memory?
I had a table called tb_established in a SQL Server database and deleted it, when trying to create a table with the same name the system return error stating that it already exists, how do I erase the table from the database memory?