Viewing 3 posts - 1 through 4 (of 4 total)
jeff.mason (4/6/2016)
April 6, 2016 at 7:54 am
But as long as the procedures doesn't have code like that its fine right? because all the procedures in this database will be created by me and they are procedures...
April 6, 2016 at 7:45 am
OK so figured it out its because the database needs to be trustworthy.... So you need
ALTER DATABASE ReportDatabase SET trustworthy ON
GO
Now can I ask why is this turned off by...
April 6, 2016 at 7:02 am
Viewing 3 posts - 1 through 4 (of 4 total)