S
Shelly
I am a wealth of problems . Here is the latest. I am running sqlserver
management studio express. I created four tables - Company, Agent, Orders
and Managers. All have/had data.
I coded in visual web developer 2008 express. I had a page that worked
pulling/putting data from/to the Agent table. I did nothing to change that
page.
I am working on another page where I needed both the Agent and Order
database info. I did a sql statement for it and it failed. So, I went to
the sqlserver manager and it failed there as well. Then I tried to build it
in querybuilder in that app. It turns out that I only had Company and
Orders tables available in the querybuilder, but the list of tables under
that database shows all of them.
I then went and tried the working page, and now it fails (because it can't
access table Agent).
I am VERY new to sqlserver, so I don't know where to look to see where Agent
is different from Company in the settings (not the columns)?
Does anyone have a clue as to where I should start looking to have all the
tables available?
management studio express. I created four tables - Company, Agent, Orders
and Managers. All have/had data.
I coded in visual web developer 2008 express. I had a page that worked
pulling/putting data from/to the Agent table. I did nothing to change that
page.
I am working on another page where I needed both the Agent and Order
database info. I did a sql statement for it and it failed. So, I went to
the sqlserver manager and it failed there as well. Then I tried to build it
in querybuilder in that app. It turns out that I only had Company and
Orders tables available in the querybuilder, but the list of tables under
that database shows all of them.
I then went and tried the working page, and now it fails (because it can't
access table Agent).
I am VERY new to sqlserver, so I don't know where to look to see where Agent
is different from Company in the settings (not the columns)?
Does anyone have a clue as to where I should start looking to have all the
tables available?