Can I automatically generate Select queries on Visual Studio similar to what SQL server management studio does? -


i had sql server management studio on computer , used explore company's database using it. when building queries easy right click on table , 'select top 1000' rows. take code , modify it. save me time typing field names example.

now have ms visual studio , can't install server management express. can explore database , can right click on table , view records. however, not able generate select query automatically. how can create these queries automatically , there way visually design sql query?

on visual studio, if go tools -> server explorer , add db connection, can mimic management studio option generate sql db objects...


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -