I have a SQL database that has a schema on it. I am trying to run a script on this schema from SQL Developer. The problem I'm having is actually doing this from SQL Developer. In the upper right hand corner of the SQL Worksheet screen I can choose the database, but I can't choose the schema. For instance, I need it to run on FLL.dbo. How do I go about doing this?
-
"SQL Developer" the tool, or do you mean Management Studio?gbn– gbn2011-11-08 20:15:30 +00:00Commented Nov 8, 2011 at 20:15
-
@gbn I meant SQL Developer but I found out that I needed to use Management Studio. Everything is working now.Graham– Graham2011-11-09 23:00:21 +00:00Commented Nov 9, 2011 at 23:00
Add a comment
|