Posts

Showing posts from December, 2010

Deraniyagala, Udamaliboda (Ihala-Maliboda) Trail to Sri Pada (Adam’s Peak)

Hey i found some important trail details to Adams peak. Following are the links. http://www.lakdasun.org/trails/deraniyagala-udamaliboda-ihala-maliboda-trail-to-sri-pada-adams-peak.htm http://www.lakdasun.org/trails/deraniyagala-udamaliboda-ihala-maliboda-trail-to-sri-pada-adams-peak.htm

Exporting database schema and data to a sql script

Hey guys today i wanted to export my all schema and data from a database to a script file. While i was searching on the net i found the following command that we can you. Hope this will be helpful to you guys too. Command to run which will create schema and database: C:\Program Files\Microsoft SQL Server\90\Tools\Publishing\1.4\sqlpubwiz script -d AdventureWorks “C:\AdventureWorks.sql” Command to run which will create schema: C:\Program Files\Microsoft SQL Server\90\Tools\Publishing\1.4\sqlpubwiz script -d AdventureWorks “C:\AdventureWorks.sql” -schemaonly Command to run which will create data: C:C:\Program Files\Microsoft SQL Server\90\Tools\Publishing\1.4\sqlpubwiz script -d AdventureWorks “C:\AdventureWorks.sql” -dataonly http://blog.sqlauthority.com/2007/11/16/sql-server-2005-generate-script-with-data-from-database-database-publishing-wizard/

Solution Deployment with SharePoint 2007

Hey if you have to get an idea on solution deployment with Sharepoint 2007 refer link http://msdn.microsoft.com/en-us/magazine/cc163379.aspx

10 Best Practices For Building SharePoint Solutions

Hey guys i found a MSDN magazine article on 10 Best Practices For Building SharePoint Solutions. Refer link http://msdn.microsoft.com/en-us/magazine/dd458798.aspx

Records Management features in SharePoint 2010

Refer http://www.khamis.net/blog/Lists/Posts/Post.aspx?ID=36