Showing posts with label quottable. Show all posts
Showing posts with label quottable. Show all posts

Monday, March 19, 2012

"Table '?' could not be loaded. Column '?' does not exist"

Hi,

I am getting message while modifying one table in SSMS like "Table '?' could not be loaded. Column '?' does not exist" . Howevery particular column exist in table and even i am able to modify it with T-SQL.

Any Idea?

Please post the error message, including the stack trace from the error window.

Jens K. Suessmeyer.

http://www.sqlserver2005.de
|||

Jens,

Thanks for your reply. I got the work around. I created another table with same schema with different name and also created all FKs and constrains with different name and it worked.

"Table ''?'' could not be loaded. Column ''?'' does not exist"

Hi,

I am getting message while modifying one table in SSMS like "Table '?' could not be loaded. Column '?' does not exist" . Howevery particular column exist in table and even i am able to modify it with T-SQL.

Any Idea?

Please post the error message, including the stack trace from the error window.

Jens K. Suessmeyer.

http://www.sqlserver2005.de
|||

Jens,

Thanks for your reply. I got the work around. I created another table with same schema with different name and also created all FKs and constrains with different name and it worked.