1)how can u create a customwebparts through vs2005 ? tell me the stepwise ../
2) Tell me abt contentEditor Webpart..?
3)Tell me the Base class Methods in developing a webpart..?
4) What is the use of create child controls()..?
5)How can we configure the Enterprise search ? tell me the steps..?
6)Did u use any Webusrcontrls in ur project..? can u tell me the differences between Webparts and webuserconrols...?
7)What is the use of " Using" clause...?
write the coding for creating a customlist say order list , that list should be populate with orders table ..?
10) difference between SPSite , SPWeb..?
11) h'w can u create the Custom fields ..?
12)wat is the use of BDC..? DID u write any BDC code in ur project ../
13)wat r the features..? did u create any features in ur project...? wat r the feature classes that u used
14) can u tell me the steps to deploy the SPSite to production through the Sharepoint Solution ?
15) is it possible to set the permissions levels on list and libraires by using sp object model...?
16) Define content types...?
17) what r the work flows that u r created in ur project...?
Canu tell me the steps to create the work flows throguh Sharepoint desingers..?
18)can u tel me abt the event Handlers..?
19)what is meant by "RunwithElevatedPrivillages..?
20)Can u tell me how to install a feature(command) ..?
Monday, November 23, 2009
Wednesday, November 11, 2009
SharePoint 2007 Move Content and Configuration Databases
If you’ve ever wanted to relocate your WSS 3.0 or MOSS 2007 content databases or configuration database from one SQL server to another, you’ve probably found very little documentation and very little written on this topic. Below is my attempt to provide some guidance for these tasks. The steps are fairly simple, but please remember to try all operations of this magnitude on a development or test environment before trying this on your production SharePoint environment
Move SharePoint Content Databases
Several common reasons for needing to move a content database from one SQL server to another are:
•Scalability (spreading the load of your SQL server across multiple SQL servers)
•Disaster Recovery (your SQL server had a catastrophic disaster and you need to recover from that event)
•Database Reorganization (you simply need to change the server that hosts your content database or rename the database)
Instructions for moving a content database from one SQL server to another
1.Detach the content database from the source SQL server and copy the .mdf and .ldf to the target SQL server. (Note: while you are moving the database files your users will see “Cannot connect to content database” when visiting their site)
2.Attach the .mdf and .ldf files on the target SQL server as a new database (Note: this is your opportunity to rename the database if you desire)
3.Run the following stsadm commands from the command line on your SharePoint server to complete the move: (Note: the deletecontentdb does not actually delete the database from SQL server, it simply disconnects the database from SharePoint)
stsadm –o deletecontentdb –url http://yoursiteurl –databasename your_content_db –databaseserver source_SQL_server
stsadm –o addcontentdb –url http://yoursiteurl –databasename your_content_db –databaseserver target_SQL_server
Move SharePoint Configuration Database
Several common reasons for needing to move your configuration database from one SQL server to another are:
•Disaster Recovery (your SQL server had a catastrophic disaster and you need to recover from that event)
•Database Reorganization (you simply need to change the server that hosts your content database or rename the database)
Instructions for moving a configuration database from one SQL server to another
1.Backup configuration database from the source SQL server
2.Restore the backup onto the target SQL server (Note: this is your opportunity to rename the config database if desired)
3.Run the following stsadm commands from the command line on your SharePoint server to complete the move: (Note: the deleteconfigdb does not actually delete the database from SQL server, it simply disconnects the database from SharePoint)
stsadm -o deleteconfigdb
stsadm –o setconfigdb -connect –databaseserver target_SQL_server -databasename databasename -farmuser your_farm_sql_account -farmpassword your_farm_sql_password
The complete syntax for the stsadm -o deleteconfigdb is listed below: (Note: there are NO options)
stsadm.exe -o deleteconfigdb
The complete syntax for the stsadm -o setconfigdb is listed below:
stsadm.exe -o setconfigdb
[-connect]
-databaseserver
[-databaseuser]
[-databasepassword]
[-databasename]
[-hh]
[-exclusivelyusentlm]
[-farmuser]
[-farmpassword]
[-adcreation]
[-addomain]
[-adou]
Move SharePoint Content Databases
Several common reasons for needing to move a content database from one SQL server to another are:
•Scalability (spreading the load of your SQL server across multiple SQL servers)
•Disaster Recovery (your SQL server had a catastrophic disaster and you need to recover from that event)
•Database Reorganization (you simply need to change the server that hosts your content database or rename the database)
Instructions for moving a content database from one SQL server to another
1.Detach the content database from the source SQL server and copy the .mdf and .ldf to the target SQL server. (Note: while you are moving the database files your users will see “Cannot connect to content database” when visiting their site)
2.Attach the .mdf and .ldf files on the target SQL server as a new database (Note: this is your opportunity to rename the database if you desire)
3.Run the following stsadm commands from the command line on your SharePoint server to complete the move: (Note: the deletecontentdb does not actually delete the database from SQL server, it simply disconnects the database from SharePoint)
stsadm –o deletecontentdb –url http://yoursiteurl –databasename your_content_db –databaseserver source_SQL_server
stsadm –o addcontentdb –url http://yoursiteurl –databasename your_content_db –databaseserver target_SQL_server
Move SharePoint Configuration Database
Several common reasons for needing to move your configuration database from one SQL server to another are:
•Disaster Recovery (your SQL server had a catastrophic disaster and you need to recover from that event)
•Database Reorganization (you simply need to change the server that hosts your content database or rename the database)
Instructions for moving a configuration database from one SQL server to another
1.Backup configuration database from the source SQL server
2.Restore the backup onto the target SQL server (Note: this is your opportunity to rename the config database if desired)
3.Run the following stsadm commands from the command line on your SharePoint server to complete the move: (Note: the deleteconfigdb does not actually delete the database from SQL server, it simply disconnects the database from SharePoint)
stsadm -o deleteconfigdb
stsadm –o setconfigdb -connect –databaseserver target_SQL_server -databasename databasename -farmuser your_farm_sql_account -farmpassword your_farm_sql_password
The complete syntax for the stsadm -o deleteconfigdb is listed below: (Note: there are NO options)
stsadm.exe -o deleteconfigdb
The complete syntax for the stsadm -o setconfigdb is listed below:
stsadm.exe -o setconfigdb
[-connect]
-databaseserver
[-databaseuser
[-databasepassword
[-databasename
[-hh]
[-exclusivelyusentlm]
[-farmuser]
[-farmpassword]
[-adcreation]
[-addomain
[-adou
Tuesday, November 10, 2009
Value Labs Interview Questions (31-10-2009)
1) how to set forms authentications in U r share point sites ?
2) What is used for Content types in MOSS 2007?
3) What Content types used in MOSS 2007?
4) how to create new Temp lets in sharepoint server 2007(like windows 2007 word , excel .....)
5) what is workflow ? default work flows in sharepoint server ?
6) How can i create new workflows in VS 2005 ? with real time example ?
7) what is infopath template ? how can i set browser configuration in Infopath?
8) what is used for browser enabled infopath ? how can enable code in u r infopath form ?
9) what are main differences between WSS 3.0 and MOSS 2007 ?
10) how to deploy webparts in u r sharepoint ? using SPD and VS ?
11) how to create sharepoint solutions ? what is of .cab file?
12) how can i set workflow history in sharepoint property ?
2) What is used for Content types in MOSS 2007?
3) What Content types used in MOSS 2007?
4) how to create new Temp lets in sharepoint server 2007(like windows 2007 word , excel .....)
5) what is workflow ? default work flows in sharepoint server ?
6) How can i create new workflows in VS 2005 ? with real time example ?
7) what is infopath template ? how can i set browser configuration in Infopath?
8) what is used for browser enabled infopath ? how can enable code in u r infopath form ?
9) what are main differences between WSS 3.0 and MOSS 2007 ?
10) how to deploy webparts in u r sharepoint ? using SPD and VS ?
11) how to create sharepoint solutions ? what is of .cab file?
12) how can i set workflow history in sharepoint property ?
Publish Post
Monday, November 9, 2009
TCS Sharepoint Interview Questions
TCS Interview Questions
1) What is main Difference Between wss 2.0 , wss 3.0 , MOSS 2007 ?
2) How can i apply authrntication in MOSS 2007 ?
3) how to Deploy and debug U r Sharepoint webparts ?
4) How to use dataview webpart in SPD 2007 ?
5) How to customize XSLT code in Dataview Webaprts using SPD2007?
6) Which provider is better in Visual Studio?like OLEDB and Sqlserver and expalination
7) what is main difference Windows Sharepoint services and Portal Services ?
8) Sqlserver Inner Joins ? with exampls .
9) How to integrate Active directory user to public site(internet site)
10) Which Workflow are used In SPD , how can i executed U r Won WorkFlow ?
11) How can i get List Of items In U r site using API coding ?
1) What is main Difference Between wss 2.0 , wss 3.0 , MOSS 2007 ?
2) How can i apply authrntication in MOSS 2007 ?
3) how to Deploy and debug U r Sharepoint webparts ?
4) How to use dataview webpart in SPD 2007 ?
5) How to customize XSLT code in Dataview Webaprts using SPD2007?
6) Which provider is better in Visual Studio?like OLEDB and Sqlserver and expalination
7) what is main difference Windows Sharepoint services and Portal Services ?
8) Sqlserver Inner Joins ? with exampls .
9) How to integrate Active directory user to public site(internet site)
10) Which Workflow are used In SPD , how can i executed U r Won WorkFlow ?
11) How can i get List Of items In U r site using API coding ?
Subscribe to:
Posts (Atom)