Subsonic SELECT FROM msdb

Posted by Lukasz Lysik on Stack Overflow See other posts from Stack Overflow or by Lukasz Lysik
Published on 2010-05-26T13:03:09Z Indexed on 2010/05/26 13:11 UTC
Read the original article Hit count: 183

Filed under:
|

Hi,

I want to execute the following query using Subsonic:

SELECT MAX([restore_date]) FROM [msdb].[dbo].[restorehistory]

While the aggregate part is easy for me, the problem is with the name of the table. How should I force Subsonic to select from different database than default one.

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about subsonic