Browse by Tags

Tagged Content List
  • Wiki Page: [VIDEO] Inteligencia de Negocios con PowerView (es-ES)

    Este es un video generado por Eduardo Castro MVP en Sql Server. Se presenta las principales herramientas de inteligencias de negocios que Microsoft provee, así como las capacidades de autoservicio de inteligencias de negocio por medio de PowerView y Power Pivot. Puedes consultar más recursos...
  • Wiki Page: [VIDEO] Autoservicio de Inteligencia de Negocios SQL Server 2012 (es-ES)

    Este es un video generado por Eduardo Castro MVP en Sql Server. Se presenta las diferentes formas de poder configurar Autoservicio de Inteligencia de negocios en Sql Server 2012 y las principales herramientas que Microsoft provee para su implementación. Puedes consultar más recursos de tecnología...
  • Wiki Page: SharePoint: ULTIMATE White Paper Gallery

    Download white papers for SharePoint Server 2007, SharePoint 2010 and SharePoint 2013 in DOC, PDF, and other formats. All the content is free. This page aggregates Microsoft content from multiple sources – feel free to fill in the gaps and add links to other content. To view Microsoft...
  • Wiki Page: SharePoint - PowerShell Snippets

    This wiki has been created to consolidate the SharePoint PS snippets we use on our day to day SharePoint activities. General Adding the SharePoint SNAPIN 1. # Add SharePoint Snapin to PowerShell 2. if((Get-PSSnapin | Where {$_.Name -eq "Microsoft.SharePoint.PowerShell"...
  • Wiki Page: SharePoint 2013 Serveur (fr-FR)

    SharePoint 2013 est un environnement de collaboration qui permet aux organisations de toutes tailles d’accroître l’efficacité de leurs processus métier. Les sites SharePoint 2013 offrent un environnement sécurisé que les administrateurs peuvent configurer pour fournir un accès personnalisé...
  • Wiki Page: SharePoint How-To: Create WebPart Page programmatically

    As it turned out, the task of creating webpart pages programmatically isn't obvious as it may seem at first blush. To solve it we should use ProcessBatchData : /// <summary> /// Create new webpart page /// </summary> /// <param name="list">List to...
  • Wiki Page: SharePoint N-Tier, N-Layer Architecture Projects, a Point of View

    Table of Contents Overview / Survival Guide Media Type/Task Conclusion Overview / Survival Guide N-tier application architecture provides a model for developers to create a flexible and reusable application. By breaking up an application into tiers, developers only have to modify or add a specific...
  • Wiki Page: SharePoint 2007: Full Farm Otomatik Yedekleme (tr-TR)

    Hepimizin bildiği gibi SharePoint 2007 de otomatik yedekleme özelliği mevcut değil. Evet bu kötü haber ancak küçük bir BATCH dosyası ile bu sıkıntının üstesinden gelmek pek o kadar zor değil. Bugün sizlerle, okulda bitirme projemizde üzerinde oldukça kafa patlattığım fakat sonunda çok güzel bir şekilde...
  • Wiki Page: SharePoint 2010: Check if a folder exists in a SharePoint List

    Here is the code to check, if the folder already exists in a SharePoint List. private void CreateFolderInList(string folderName, string listName, SPListCollection listCollection) { try { //Creating folder in "Sites" Lists SPList list = listCollection[listName]; ...
  • Wiki Page: SharePoint 2010: PowerPivot - Scheduled Refresh to Netezza

    How to create a Scheduled Refresh to a Netezza Database in PowerPivot: Configure SSS target application in SharePoint If you have not already created Secure Store Service (SSS) applications in SharePoint 2010, then refer to the MSDN article to configure it. In Central Administrator...
  • Wiki Page: SharePoint 2010: Building a Web Part that Implements the MVP Pattern

    This Wiki page contains the best 5 resources about implementing the MVP pattern: http://dotnet-experience.blogspot.com/2010/10/model-view-presenter-pattern-with.html http://geekswithblogs.net/Podwysocki/archive/2007/12/20/117881.aspx http://annagacc.wordpress.com/2011/04/29/implementing...
  • Wiki Page: SharePoint 2010: How to Configure Search Service Application-Level Proxy Server Settings

    Procedure This procedure assumes that you want to use a proxy server when crawling content on a different server. Verify that the user account that is performing this procedure is a service application administrator for the Search service application. On the SharePoint 2010 Central...
  • Wiki Page: SharePoint 2010: How to Be Sure that Your SharePoint Farm Is Fully Protected with DPM 2010

    Certainly, you can use DPM 2010 to protect the content databases within the farm, and there is goodness in DPM 2010 such as auto-protection of new content databases within the farm and the one-click setup for farm content protection. But there are a few other aspects of the SharePoint farm that you...
  • Wiki Page: SharePoint 2010: Tips for Dealing with Performance Issues

    This Wiki page provides an overview of tips that may help you to deal with performance issues in your SharePoint environments: Get to know your application, it's usage, and it's response times by studying the IIS logs. One of the ways to do this is to use the free SharePoint Flavored Weblog...
  • Wiki Page: SharePoint 2013: What will happen if WorkflowManager crashes?

    If The Workflow Manager Backend service terminates unexpectedly all workflow’s persisted data will remain persisted in database, but the workflow itself will stop the execution. In this case there is an event id 7031 in System Event Log : The Workflow Manager Backend service terminated unexpectedly...
  • Wiki Page: SharePoint 2010: How to Link Two List and Create a combine view

    In this way you can join multiple list together and can create a combine view. for an example assume that you are managing a list for some events. And also you are having a participants in separate list. Thus you want to join the two list and create a composite view. SharePoint 2010 allows you...
  • Wiki Page: SharePoint 2010: How to Copy a List Programmatically within the Same Site Collection Using C#

    Table of Contents Introduction C# Code Example See Also Introduction Recently someone expressed his requirements to copy sharepoint lists within the same site collection. Hence to automate this process at a single place I have developed this console application. This code can be further modified...
  • Wiki Page: SharePoint 2010: How to Customize List Content Display using Content Query Web Part

    Here I'm going to describe how we can use Content Query Web Part to Style SharePoint List. Thus Assume we are having a SharePoint List Called Projects with Following Fields. As you already knew default look and feel would be like below. Now I'm going to render this list...
  • Wiki Page: SharePoint 2010: Unable to find Visio Graphics Proxy Service Application Proxy associated with this site

    Hi, I have been reported an issue with Visio Services under the sites in one of the web application. It was throwing an error "Unable to find Visio Graphics Proxy Service Application Proxy associated with this site". After some troubleshooting I managed to fix this problem and...
  • Wiki Page: SharePoint 2010: Backup and Recovery Guidelines

    Introduction This blog post describes best practices that you can use to help ensure that backup and recovery operations in Microsoft SharePoint Server 2010 are successful and that the environment is protected against data loss or continuity gaps. The article includes best practices for performance...
  • Wiki Page: SharePoint 2010: Utilizando un panel de discusión como una herramienta de Help Desk (es-ES)

    Días atrás dábamos nuestros primeros pasos con SharePoint 2010. Hemos instalado nuestro primer servidor de SharePoint Server 2010 , configurado Office Web Apps , creado una aplicación web y una colección de sitios . Además, creamos nuestro servicio de búsqueda, lo configuramos y conectamos...
  • Wiki Page: How to Install SharePoint 2010 with SQL Server 2012 on Windows Server 8

    Table of Contents Downloads Windows Server 8 Microsoft SQL Server 2012 Denali Install Process: Server Install Process: SQL Install Process: SharePoint Downloads Windows Server 8 ISO Windows Developer Preview with developper tools (64 bits) ISO Windows Developer Preview 64 bits Microsoft...
  • Wiki Page: SharePoint 2007 How to Change the Master Page of a Wiki Site

    Recently someone requested me to change the default master page of a wiki site to something else. I designed a master page and uploaded that in the master page gallery. However, when I went to site settings page there was no option of "Master Page" under look and feel. So I tried the usual...
  • Wiki Page: SharePoint 2010: Glossary

    Term Definition Central Administration A special SharePoint site where an administrator can manage all sites and servers in a farm that is running Microsoft SharePoint products and technologies. The Central Administration is provisioned as soon as a SharePoint product is installed and...
  • Wiki Page: SharePoint 2013: Delegate Controls

    SharePoint Delegate control is a mechanism that we can inject a code or control to the SharePoint Master page with out touching any any code in the SharePoint Master page. “ is a container type control which can holds child controls on it “ This is the simplest explanation for the SharePoint...
Page 5 of 23 (568 items) «34567»
Can't find it? Write it!