Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
midpitts
Starting Member
12 Posts |
Posted - 2012-01-19 : 15:45:14
|
I am a student just beginning a SQL Server 2008 course and running the original version with sp1 installed. I am using the SQL Server Management studio to follow the instructions that I was given which told me to load a script and execute it while I had database I wished to use active. I did this and the query executed correctly and looks exactly the same as the print screen furnished in the instructions, however the tables that were supposed to be loaded are not there. Does anyone know what I may have done wrong? |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2012-01-19 : 16:13:41
|
Right-click the database node in Object Explorer and choose Refresh. That should update the other nodes and show the new tables. |
|
|
midpitts
Starting Member
12 Posts |
Posted - 2012-01-19 : 17:04:08
|
thanks! |
|
|
|
|
|