Microsoft
Software
Hardware
Network
Question : Can I restore MOSS 2007 single site more than once?
Hi, I am working on MOSS 2007, I have many site collections on port 80.
Now, I want to resotre single site collection more than one time with different URL and different content database on the same port means 80. Can I do this?
Example: I have one site collection on port 80, and URL is:
"
http://dms/site/accounts
"
and data base is "WSS_Content_Accounts"
And I have taken backup of above site as "Accounts.bak" .
Now I want to restore above site 3 times with different URL and different content database on port 80, and URL will be:
1. "
http://dms/sites/energy
" and content database "WSS_Content_Energy" .
2. "
http://dms/myaccounts
" and content database "WSS_Content_accounting" .
3. "
http://dms/energy/account
s
" and content database "WSS_Content_energy_accoun
ts" .
And I am using STSADM commond for taking backup and restoration.
Kindly suggest.
Answer : Can I restore MOSS 2007 single site more than once?
Dim lRecs As Long
sql="INSERT INTO table (Order,Quantity) VALUES ('test',10)
With CurrentDb
.execute (sql)
lRecs = .RecordsAffected
End With
If lRecs>0 then ' it happened
mx
Random Solutions
I need detailed instructions on how to import 1400 students into novell 6.5. I cant find my old directions.
Exchange 2007 - Information Store Service Not Starting (Multihomed NICs)
XP Remote Desktop Connection
Propose solution based on HTML CSS and JavaScript for graphics related problem
Script to audit AD.
How can I fill a list box which shows if no contact have been made in the last 90 days and no file has been added to a specific folder in the last 90 days in MS Access forms with VBA?
management ip on Cisco ASA devices
adjustColorSaturation filter in AS3
Server Shuts down unexpectedly - no alerts in event log
How do I get the <head> section in a Joomla site to include different java script links depending on what page is accessed?