c# - Writing SQL query to read data from CRM 2011 -


i aware updating , creating records using sql in crm bad idea, wondering if possible read sql queries database.

what want create small program can point @ crm2011 server , entity in database , generate excel document fields display , database names, pick list options , id's.

examples of such queries can found here:

i know how connecting directly sql server, prefer if can using address of crm server, i.e. not needing go through sql security needing admin account crm.

hoping isn't horrible idea make life developer little easier.

as know write directly crm database not supported, can read in supported way using filtered views, more information here:

use sql , filtered views retrieve data reports

if goal generate excel file of crm structure, can use tool metadata document generator included in xrmtoolbox

http://xrmtoolbox.codeplex.com/


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -