Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Migrating to production server (sql database names changed)

Reply
Thread Tools

Migrating to production server (sql database names changed)

 
 
H5N1
Guest
Posts: n/a
 
      09-24-2006
Hi there

I'm currently concerned with asp.net app migration to prodution
environment.
I have all connection strings centralized in web.config, but to my
horror I've just found out that in .xsd datasets almost all objects
have full reference given ( [owner].[database-name].[object] ).

Unfortunately, names of both databases I'm using will change in
production setup. What steps should I follow not to ommit anything?

Do you think that simple find & replace in xsd datasets code will do? (
eg. replace "oldname.dbo." to "newname.dbo." ?

Are there any other possible problems I can find after databases names
change?

thanks a lot
Am.

 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Database Database Database Database scott93727@gmail.com Computer Information 0 09-27-2012 02:43 AM
DataBase DataBase DataBase DataBase scott93727@gmail.com Computer Information 0 09-26-2012 09:40 AM
Migrating Shares and NTFS Permissions from Win2k Server to Win2k3 Server JustMe Computer Support 4 07-19-2006 11:52 AM
migrating from a server to a new server curious fish Cisco 1 05-18-2005 03:49 PM
Error in COM+ while migrating from 2000 Server to 2000 Advace Server Adhik ASP General 1 09-05-2003 08:55 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57