Link to home
Start Free TrialLog in
Avatar of hojohappy
hojohappy

asked on

.net Windows Form Application and SQL Server 2012 Express

I have a C# .net windows form application that uses SQL Server 2012 Express. Is there an easy way to provide SQL Server database management through an application?  For example, I want to provide my users the ability to create tables, change tables and delete tables.  Is there a .net class or a plugin component that can be used to provide a UI window for users to do these type of things?
ASKER CERTIFIED SOLUTION
Avatar of Surendra Nath
Surendra Nath
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You can do it all thru code.  Here's a snapshot of my Database Utilities window.
ScreenCapture.jpg