Wednesday, November 7, 2012
Wednesday, October 10, 2012
Backup and Restore SharePoint Sites using Power Shell:
Backup/Restore from one server to another or from one Site Collection to another (with PowerShell command)
In SharePoint 2010, PowerShell command Backup-SPSite is used for taking backup. you can get details of the command from the msdn link. The following command will backup the site collection ‘http://myserver’.
Backup Command: Restore-SPSite -Identity http://myserver -Path "c:\backup\file.bak"
Restore Command for new site: Restore-SPSite -Identity http://myserver -Path "c:\backup\file.bak"
Restore Command for existing site: Restore-SPSite -Identity http://myserver -Path "c:\backup\file.bak" -force
In SharePoint 2010, PowerShell command Backup-SPSite is used for taking backup. you can get details of the command from the msdn link. The following command will backup the site collection ‘http://myserver’.
Backup Command: Restore-SPSite -Identity http://myserver -Path "c:\backup\file.bak"
Restore Command for new site: Restore-SPSite -Identity http://myserver -Path "c:\backup\file.bak"
Restore Command for existing site: Restore-SPSite -Identity http://myserver -Path "c:\backup\file.bak" -force
Wednesday, September 26, 2012
Multi Tenant SaaS Application
http://msdn.microsoft.com/en-us/library/aa479086.aspx
http://www.devx.com/webdev/Article/44977
http://dba.stackexchange.com/questions/16745/handling-growing-number-of-tenants-in-multi-tenant-database-architecture
http://www.ibm.com/developerworks/webservices/library/ws-middleware/
http://www.devx.com/webdev/Article/44977
http://dba.stackexchange.com/questions/16745/handling-growing-number-of-tenants-in-multi-tenant-database-architecture
http://www.ibm.com/developerworks/webservices/library/ws-middleware/
Tuesday, September 4, 2012
Inversion of Control and Dependency Injection
http://www.c-sharpcorner.com/UploadFile/db2972/inversion-of-control-and-dependency-injection/
Wednesday, March 28, 2012
Wednesday, March 21, 2012
Inventory Costing
http://publib.boulder.ibm.com/infocenter/sfsf/v9r1/index.jsp?topic=%2Fcom.ibm.help.prod.concepts.doc%2Fc_AverageCostingMethodInventoryCostingForDrop-ShipProducts.html
Subscribe to:
Posts (Atom)