azure - LinqPad Displays Invalid object name 'dbo.sysforeignkeys' -
azure - LinqPad Displays Invalid object name 'dbo.sysforeignkeys' -
using linqpad connect azure sql database. t-sql query (select * dimgrade
) returns 20 records, c# look (from g in dimgrade select g or dimgrade.take(20)
) throws error
invalid object name 'dbo.sysforeignkeys'
how configure linq sql azure sql database?
linqpad 4.51.03
i had same problem. i've realized, didn't create connection properly.
instead of "sql azure" left sql server. linqpad connect, mentioned error popout.
azure linqpad
Comments
Post a Comment