SQL Server Express, limitations? -
04-15-2008
, 02:47 PM
Hey guys, couple of questions... I just installed SQL Server 2005 Express on
a laptop. I created a database on it, and I'm trying to get into the table,
but I can't. There is no way for me to physically open the database for
modification in SQL Express? To make matters worse, I am completely unable to
see my database (dbProScout) when I create an ODBC connection to my local
instance of SQL Express. For the login, I put <COMPUTER-NAME>\SQLEXPRESS.
When I go to look at the list of dropdown databases (when I set "default"
database"), I only see the system DBs, like master, model, tempdb, etc. But
not my database. When I look at the tables, I see all the system tables, but
I don't see my tables? What am I doing wrong?
Thanks!!!! |