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

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -