A family of Microsoft relational database management systems designed for ease of use.
If you just created a sql server connection and did not specify ANY particular database, then there good likely chance your table was sent to the master database. Fire up your sql studio, and the use the tree on the left side. Expand open Database node.
Then choose system databases.
Then expand the master database.
Then expand the tables node.
You should then see your table.
If you exported using access and the sql driver, and just hit next + next + next for every default, then the above is where your table landed.
If you look close, when you choose the DSN during the ODBC connect setup, you likely saw:

If you look close, you can see the option to change the default database in the above. It defauls to master
Albert D. Kallal
Edmonton, Alberta Canada