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
sql-server
|subsonic
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