Re: WSS3 SQL2005 - move databases
First backup your site.
At a command prompt
C:
cd\
cd Program Files\Common Files\Microsoft Shared\web server
extensions\12\BIN>stsadm -o export -url
"
https://yoursharepointsite.com/" -filename
E:\SPBackup\home -includeusersecurity -quiet -nofilecompression
Then you can go into you "Central Administration" / "Application Management"
/ "Content Databases"
You can remove and then add the new one.
Information is provided as is not guarantee this ideas will work
"Avis" <Avis@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:19CDB586-4DF3-44AF-8228-DF2D2091F29C@xxxxxxxxxxxxxxxx
Hello,
I am using WSS3 with my config and content databases in SQL2005 on the
same
machine. I would like to move both databses to a SQL instance on a
different
machine.
Is there any simple way to do this?
Thanks!
.
Relevant Pages
- Re: AS2005 ... what is wrong with it?
... What I have seen is that the dev server is *faster* than the prod server ... And does your dev server also have all 6 databases with all these roles? ... When I restore the "PROV" i got approx 20 sec. ... Starting from an empty data folder should show if this theory is true ... (microsoft.public.sqlserver.olap) - 2nd Post - Trouble Getting VS.Net 2003 WalkThrough working
... the server. ... MSDE either from the Setup or from the SQL2KDeskSP3 execute. ... it does look like some of the sample databases have been ... >> and they directed me to install MSDE and they attached a ConfigSamples ... (microsoft.public.sqlserver.msde) - RE: Server Explorer & Databases
... As for the visual studio's database server explorer, ... oracle, visual studio generally use the OLD DB provider which is for Oracle ... and support of most general funcctionalitis in latest version of Oracle. ... #Server Explorer for Oracle Databases ... (microsoft.public.vsnet.ide) - Re: 2nd Post - Trouble Getting VS.Net 2003 WalkThrough working
... The fact that the other databases exists phyiscally doesn´t mean that they ... can try to connect to SQL Server using OSL or a GUI. ... The Command OSQL ist for the commandline under DOS. ... > this MSDE either from the Setup or from the SQL2KDeskSP3 execute. ... (microsoft.public.sqlserver.msde) - Re: Seperate Databases and Business Logic.. SQL vs. .NET code?? Design Ideas/Differences
... Say a particular shop has a few critical SQL Databases that are not ... it's been stated that we will not server link. ... and reporting and online can accept day- ... (microsoft.public.dotnet.framework.aspnet) |
|