所以總想有自己的創建腳本,最後找到了如下的方法。
aspnet_regsql.exe -E -S localhost -d Northwind -A all -sqlexportonly c:\membership.sql
對於asp.net_regsql.exe的操作可以參考如下鏈接:
http://msdn.microsoft.com/zh-cn/library/ms229862(VS.80).aspx
參考原文如下:
http://blog.krisvandermast.com/CreateMembershipTablesInAnotherDatabaseThanTheStandardAspnetdbmdf.aspx