Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dmjio/1184849 to your computer and use it in GitHub Desktop.
Save dmjio/1184849 to your computer and use it in GitHub Desktop.
How to gen your database in aspnet_regsql.exe
cd %windir%\Microsoft.NET\Framework\v4.0.30319
aspnet_regsql.exe -sqlexportonly C:\file.sql -A all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment