When you have a connection in a query dialog on SQL server, what is the command to specify the current schema you are working on.
You can set a default schema to a user but how can you move around from one schema to another. I'm after something like:-
USE MyDatabase.MySchema;
Dazed and confused
You can set a default schema to a user but how can you move around from one schema to another. I'm after something like:-
USE MyDatabase.MySchema;
Dazed and confused