Different results in DBForge and SSMS

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
MattBall
Posts: 1
Joined: Thu 19 Nov 2015 10:25

Different results in DBForge and SSMS

Post by MattBall » Thu 19 Nov 2015 10:34

I'm accessing the database (SQL server 2012) provided by a third party supplier. The product includes some views. When I query those views from SQL Server management studio everything is fine, apart from the horror the is SSMS, When I query those views from dbForge I get an "The EXECUTE permission was denied on the object 'functionName', .... " error.

The user is the same for both products.

I am baffled.

alexa

Re: Different results in DBForge and SSMS

Post by alexa » Thu 19 Nov 2015 12:03

Could you please perform the following:

1. Select 'Tools -> Options' from the main menu. The 'Options' window opens.
2. Navigate to the 'Environment -> Output' branch.
3. Select the 'Write queries sent by the program to the SQL Log' and 'Log application errors' options.
4. Unselect the 'Delete application log after closing' option. Click 'OK'.
5. Reproduce the issue.
6. Send us the *.log file with the latest date from the directory '%SystemDrive%\Users\%UserName%\AppData\Roaming\Devart\dbForge Studio for SQL Server\'.

You can send a reply straight to our support system at supportATdevartDOTcom

Post Reply