datagrip-poco-generator icon indicating copy to clipboard operation
datagrip-poco-generator copied to clipboard

Is it possible to Generate POCO base on DMV information on SQL Server

Open aleblanc70 opened this issue 7 years ago • 2 comments

I was wondering is you ever try to extract what is available in SYS Schema. I tried to monitor our SQL server.

aleblanc70 avatar Nov 27 '18 15:11 aleblanc70

Hi @aleblanc70!

I didn't try that. I generate code using high-level DataGrip API. What is your case?

olsh avatar Nov 27 '18 16:11 olsh

I try to do a little utility so I can monitor our SQL server performance.. So if I can generate POCO for table in the sys schema of SQL server I could generate a class then use a micro-ORM to query those tables.

aleblanc70 avatar Dec 04 '18 21:12 aleblanc70