good news sharepoint guyssss here is the link to download sharepoint 2010.
http://msdn.microsoft.com/en-us/sharepoint/default.aspx
Download the SDK and start working :)
About Me
I am a Software Engineer presently working in Microsoft as vendor.The main aim of this blog is to Share my knowledge in Sharepoint,AZURE and Silverlight.
Wednesday, 25 November 2009
Thursday, 19 November 2009
DB Availability with Failover Database server.
Some times Sharepoint site will be down because of database server.
think if it is a production and u left for the day suddenly database server is down the next day you hav to come and fix the issue. :(
fortunately in sharepoint 2010 we can fix this issue with out doing anything. There is a new thing called Failover Database server.
We have to set this property. Sharepoint automatically picks the other database server automatically if the first or primary server is not available.
The other database which we are talking is a mirror of SQL database.
To set this property we have to do as below:
Central Admin-> Application management-> Manage content Databases-> DB->enter the sqlmirror DB value in "FailOver Database Server".
really a cool feature for Admin guys. :)
think if it is a production and u left for the day suddenly database server is down the next day you hav to come and fix the issue. :(
fortunately in sharepoint 2010 we can fix this issue with out doing anything. There is a new thing called Failover Database server.
We have to set this property. Sharepoint automatically picks the other database server automatically if the first or primary server is not available.
The other database which we are talking is a mirror of SQL database.
To set this property we have to do as below:
Central Admin-> Application management-> Manage content Databases-> DB->enter the sqlmirror DB value in "FailOver Database Server".
really a cool feature for Admin guys. :)
Content Recovery from Unattached Databases
Sharepoint 2010 is providing new feature to recover data from a sharepoint backup DB. without attaching the db to site.
Here you go for example I have a document deleted and it is not there in recycle bin as well so to recover that we have to get backup db attach to site and do some extra steps.
Now in sharepoint2010 they are providing an UI where we can attach a backupDB and can dig in to the sitecollections->sites->lists->items.
Here is the steps to do:
Central Admin->Backup and restore->specify the name in unattached content database data recovery-> DBname-> site->list->select export site or list ->specify location in harddrive.
So we can export that content or document to harddrive and can import in to the site.
this is a cool feature. :)
Here you go for example I have a document deleted and it is not there in recycle bin as well so to recover that we have to get backup db attach to site and do some extra steps.
Now in sharepoint2010 they are providing an UI where we can attach a backupDB and can dig in to the sitecollections->sites->lists->items.
Here is the steps to do:
Central Admin->Backup and restore->specify the name in unattached content database data recovery-> DBname-> site->list->select export site or list ->specify location in harddrive.
So we can export that content or document to harddrive and can import in to the site.
this is a cool feature. :)
Restarting timer jobs using powershell in sharepoint 2010
This is the single line of powershell script which restarts the timerservice jobs in sharepoint 2010
Get -SPTimerjob | where {$_.name -match "hourly"} | start -sptimerjob.
this line says to get all the sptimerjobs where name mathces hourly and run that job.
still stsadm command works but powershell is rocking :) admin people must learn this powershell.
Get -SPTimerjob | where {$_.name -match "hourly"} | start -sptimerjob.
this line says to get all the sptimerjobs where name mathces hourly and run that job.
still stsadm command works but powershell is rocking :) admin people must learn this powershell.
SSP in 2007 turnedout to Service Applications in sharepoint 2010
SSP(Shared service provider) in sharepont 2007 is turnedout to Service Applications in new sharepoint 2010.
SSP contains all the services in 2007. now each individual service is a stand alone Service application.
Ex: Search service application , People Service application, Metadata Service application...
each of these service applications has its own content DB's.
one application can have many instances of these services.
for example we can create 2 metadata services 1 for enterprise and 1 for bankingdomain
and we can link this service applications to more than one webapplication.
we can configure this service application when we creating the webapplication or we can configure this later by going..
Central Admin-> Manage Service applications -> Select the application (or)Create new -> enter the values for properties or edit the properties.
making services to run independently gives u more performance and more reusability.
SSP contains all the services in 2007. now each individual service is a stand alone Service application.
Ex: Search service application , People Service application, Metadata Service application...
each of these service applications has its own content DB's.
one application can have many instances of these services.
for example we can create 2 metadata services 1 for enterprise and 1 for bankingdomain
and we can link this service applications to more than one webapplication.
we can configure this service application when we creating the webapplication or we can configure this later by going..
Central Admin-> Manage Service applications -> Select the application (or)Create new -> enter the values for properties or edit the properties.
making services to run independently gives u more performance and more reusability.
Wednesday, 18 November 2009
Document Sets in Sharepoint2010.
Sharepoint 2010 is introducing new concept called DocumentSets.
Using this documentsets we can run workflows on set of documents,manage permissions,manage security..
Using this documentsets we can run workflows on set of documents,manage permissions,manage security..
Inherting power of WIKI's in sharepoint 2010.
Now we can edit the sharepoint pages online.
And also we can also use the syntax of WIKI's. which is a good news for WIKI Lovers.
example :
==Section==
[[Article name#Section heading]]
etc...
more info on wiki editings
http://en.wikipedia.org/wiki/Wikipedia:Section
And also we can also use the syntax of WIKI's. which is a good news for WIKI Lovers.
example :
==Section==
[[Article name#Section heading]]
etc...
more info on wiki editings
http://en.wikipedia.org/wiki/Wikipedia:Section
Subscribe to:
Posts (Atom)