." (note the two dots between database and table). The default schema for the interactive user is "[database]", however the scheduled user default schema is "[dbo]". Is there a way of forcing the scheduled user to use the former schema rather than "[dbo]", without having to go into SQL Server and assigning the schema to it? Is there a statement that can be added to the actual macro to force it to use a particular schema, irrespective of what user may initiate the macro? Many thanks![/color] |