PC Review


Reply
Thread Tools Rate Thread

3 questions about scripting the database of a asp.net

 
 
Jeff
Guest
Posts: n/a
 
      6th Nov 2008
hi

asp.net 2.0
sql server 2005 (I'm using that Express version)

I have a asp.net project here which I'm wondering how to deploy the database
of. Right now I locally created a database and created it's tables and
procedures. and used aspnet_regsql to create membership, roles and profile
support etc...

questions:
#1
Can I script the tables and procedures created by aspnet_regsql, So that I
don't need to run aspnet_regsql for each database?
what is best practice scripting them?

#2
My project has 2 roles: Administrator and Normal. Right now these roles
isn't created by the script I created. Is it normal to create a script which
creates roles? if so how do I go about create that script which create the
roles? I mean I guess it's not just one table I need to modify to create the
roles, maybe instead of inserting the roles there are some stored procedure
I can use, if so what procedure?

#3
I have a user registered in aspnet_Users (member of Administrator role), Can
I script this user to so that this user is automatically created when the
script is done?

The goal is that when the script is done the database is created with all
it's tables, procedures, roles and default users.

Best Regards


 
Reply With Quote
 
 
 
 
Cowboy \(Gregory A. Beamer\)
Guest
Posts: n/a
 
      6th Nov 2008

"Jeff" <(E-Mail Removed)> wrote in message
news:uqCOsp%(E-Mail Removed)...
> hi
>
> asp.net 2.0
> sql server 2005 (I'm using that Express version)
>
> I have a asp.net project here which I'm wondering how to deploy the
> database of. Right now I locally created a database and created it's
> tables and procedures. and used aspnet_regsql to create membership, roles
> and profile support etc...
>
> questions:
> #1
> Can I script the tables and procedures created by aspnet_regsql, So that I
> don't need to run aspnet_regsql for each database?
> what is best practice scripting them?


The script, as it stands intially, is available at
C:\Windows\Microsoft.NET\Framework\v2.0.50727. See the scripts that start
with Install...

If you have other things you have seeded, then download the Database
Publishing Wizard from Microsoft:
http://tinyurl.com/yuko4v

> #2
> My project has 2 roles: Administrator and Normal. Right now these roles
> isn't created by the script I created. Is it normal to create a script
> which creates roles? if so how do I go about create that script which
> create the roles? I mean I guess it's not just one table I need to modify
> to create the roles, maybe instead of inserting the roles there are some
> stored procedure I can use, if so what procedure?


Try the Database Publishing Wizard:
http://tinyurl.com/yuko4v

> #3
> I have a user registered in aspnet_Users (member of Administrator role),
> Can I script this user to so that this user is automatically created when
> the script is done?


Try the Database Publishing Wizard:
http://tinyurl.com/yuko4v

> The goal is that when the script is done the database is created with all
> it's tables, procedures, roles and default users.


The wizard will do that for you.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#

or just read it:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think outside the box! |
********************************************

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Scripting entire database. AkAlan via AccessMonster.com Microsoft Access ADP SQL Server 1 18th Feb 2008 06:02 PM
Target Designer Scripting Questions Markus Pietrek Windows XP Embedded 1 19th Dec 2007 06:29 PM
Scripting/Database Tools Add-in Bob L Microsoft Frontpage 3 6th Dec 2005 03:50 PM
messenger scripting questions gbgkille69@spray.se Windows XP Messenger 1 25th Nov 2005 03:42 PM
Tool for scripting out the database Frank Rizzo Microsoft ADO .NET 1 30th Jul 2004 07:54 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:33 PM.