Microsoft Premier Support (PFE) Latin America

Este Blog está dedicado a todo aquel interesado en tecnología Microsoft, y con deseos de aprender de la experiencia y vivencias de los PFES de Latinoamerica y del grupo de Incubation Support & Services (ISS)

Browse by Tags

Related Posts
  • Blog Post: Create a Search Topology in SharePoint 2013

    As you may remember in SharePoint 2010 you had a specific user interface to create and reconfigure your enterprise Search topology, in the Search Service applications management. There you can create, edit and remove the following components: Admin component Crawl components Crawl databases...
  • Blog Post: Recuperar acceso de sysadmin en SQL

    Bajen todos los servicios de SQL, incluyendo el SQL Engine, Analisys Services, Reporting Services, Integration Services, Full Text Search o cualquier otro que pueda hacer una sesión a SQL. También es bueno deshabilitar el TCP/IP protocol en caso que alguna aplicación se esté...
  • Blog Post: Como configurar FBA (Forms-Based Authentication) en SharePoint Server 2010 utilizando IIS 7 y ASP .NET Membership Database (SQL) como en MOSS 2007!!!

    Saludos Comunidad, Después de hacer bastantes pruebas y dañar muchas máquinas virtuales intentando configurar FBA en SharePoint 2010 como lo haciamos en MOSS 2007, finalmente creo que encontré la manera más simple y fácil de hacerlo para SharePoint Server...
  • Blog Post: SharePoint 2010 Upgrade and Migration summary

    Hey SharePoint community, Once more writting for you a new post about SharePoint 2010 upgrade and migration, since many of our customers are in the middle of this process and several cuestions come up about it, I wrote a summary of the entire process and some additional information you should be aware...
  • Blog Post: Analysis Services Tabular Mode contra Multidimensional Mode

    Una nueva característica en SQL Server 2012 son los modelos tabulares de Analysis Services, y después de toparme con algunas sorpresas al preparar una demo para un evento reciente decidí terminar unas pruebas y comparar el performance de los modelos tabulares vs los modelos multidimensionales...
  • Blog Post: "Parameterization" in SQL Server 2005/2008

    One of the clients that I worked for has a fully transactional core database. This database is accessed by a web application, which has an intermediate layer of application servers which connect directly to databases. Here we can distinguish 3 different levels: web, application and database. The right...
  • Blog Post: Paginas Corruptas en SQL Server

    Mientras nos tomábamos unas caipiriñas en Brasil, el grupo de PFE de SQL estuvimos compartiendo algunas experiencias en clientes y una de ellas fue la corrupción de páginas en SQL Server. Primero que nada, ¿Qué es una página?, en el contexto de SQL...
  • Blog Post: Storage Area Network (SAN) for DBA's

    During a chat with friends about getting a better performance of SQL Server, the following question emerge... which other optimization apply to SQL server, apart from Best Practices at the Operating System and Application level? Optimizations at the hardware level are also necessary, especially at the...
  • Blog Post: Tablas Particionadas

    Durante una plática con todos los PFE’s de SQL Server, empezamos a platicar de los objetos que tienen millones y millones de registros, el acceso a este es muy lento y por consiguiente su administración. Con est preludio empezamos a tocar el tema de Tablas Particionadas, que en simples...
  • Blog Post: Scheduling SharePoint 2010 backups

    Hello Community, After many time of abscense I'm back to continue providing you with more information that can be valuable or useful, this time for SharePoint 2010 beginners that would like to know the new OOB Backup/Restore features and how to schedule backups using Windows scheduled tasks. First...
  • Blog Post: Linked Server behavior when used on JOIN clauses

    Recently, a client had some performance problems with a query that executed a join with a remote table using a linked server. The client asked why similar queries, that use filters over the local tables and returned a few rows, sometimes compile IO expensive queries on the remote server. It’s...
  • Blog Post: Programación de respaldos automatizados para SharePoint 2010

    Hola comunidad, Después de mucho tiempo regresamos a continuar con información que puede ser valiosa para ustedes, en esta ocasión para los principiantes de SharePoint 2010 que desean saber las opciones de Respaldo y Restauración que SharePoint 2010 tiene out-of-the-box...
  • Blog Post: Performance - Memoria Caché en SharePoint 2010

    Saludos comunidad, Esta vez vamos a platicar de un tema que en mi experiencia es poco conocido y que los administradores de SharePoint o el equipo de trabajo que colabora con ellos no está pendiente de las problemáticas que pueden enfrentar. Resulta que estuve trabajando en un cliente...
  • Blog Post: Error: “Rule Microsoft Cluster Service (MSCS) cluster verification errors”

    En uno de mis clientes regulares, están iniciando la migración hacia SQL Server 2012, al momento de la Instalación de una Instancia de SQL Server 2012 sobre un Windows Cluster de Windows Server 2008R2, se presentó el siguiente error durante el proceso de añadir un nodo...
  • Blog Post: SQL Performance Counters are Missing

    There was one time when I was delivering a Service using a tool that gathers performance data through the SQL Server Counters on Performance Monitor, I got surprised when I tried to review the data and there were no information. Them I checked the SQL Server counter directly on Performance Monitor and...
  • Blog Post: Unable to select disk from dropdown in Cluster Administrator

    Hello everybody, this time I’m going to talk about a problem that it’s not related to SQL specifically, it’s an issue that I found related with Windows Server 2003 Failover Clustering The problem it’s that after installing a shared disk to the cluster nodes they didn’t...
  • Blog Post: Windows Aware Updating and SQL Server 2012 (Part I) – Introduction to Windows Aware Updating

    Windows Server 2012 has incorporated a new functionality called Windows-Aware Updating (CAU) that allows the automatic orchestration of the installation of updates for the operating system and other applications that are executed on the Cluster nodes. This functionality is really well integrated with...
  • Blog Post: Analysis Services Tabular Mode vs Multidimensional Mode

    A new feature in SQL Server 2012 is the tabular models in Analysis Services, and after facing some issues when I was preparing a demo for a recent event I decided to finish some tests to compare the performance of Tabular Models vs multidimensional models. First, what it is Analysis Services Tabular...
  • Blog Post: La opción de "Datasheet View" arroja un error en SharePoint 2010

    Saludos comunidad de SharePoint, Antes que nada quiero desearles un 2012 exitoso, hoy vamos a platicar de un problema conocido con las opciones de "Datasheet View" que tienen las listas de SharePoint 2010. Pero para que sirve el Datasheet View en SharePoint 2010? Ustedes pueden exportar una...
  • Blog Post: Actualizaciones aparentemente no instaladas en SharePoint 2010

    Hola SharePointeros Esta ves estuve trabajando con un cliente en Jamaica y me encontré con un problema instalado actualizaciones en una granja de SharePoint 2010, básicamente estábamos instalando un CU y después de instalar los binarios ejecutamos el Asistente de Configuración...
  • Blog Post: SQLOS y Manejo de Memoria

    A partir de SQL 2005 se implementa SQLOS . Podemos ver a SQLOS como una capa (Modo Usuario) por al cual SQL interacciona con el Sistema Operativo. La necesidad de tener al SQLOS en SQL viene dada por los continuos cambios a nivel hardware y arquitectura. Windows es definido como un Sistema Operativo...
  • Blog Post: TIP: SharePoint PowerShell Mount-SPContentDatabase "creates" databases on SQLServer

    Hey there SharePoint Community, Recently I was deliverying the SharePoint 2010 Migration Workshop which I strongly recommend, during a Lab I realized some behaviour that freacked me out. One of the labs requires to attach a pre-existen content database, the content database is already created in SQL...
  • Blog Post: HotFix KB979917 afecta a SharePoint 2010

    FYI: Pongan mucho cuidado al hotfix KB979917 de sistema operativo (Windows Server 2008) posiblemente si están experimentando algún problema con alguna aplicación web que contiene un proveedor de autenticación basado en CLAIMS éste hotfix podría ser requerido...
  • Blog Post: TIP: El CMDLet Mount-SPContentDatabase de PowerShell "crea" bases de datos

    Saludos Comunidad de SharePoint, Recientemente estuve entregando el Workshop de Migración a SharePoint 2010 que recomiendo ampliamente y durante un laboratorio me percaté de algo que me dejó boquiabierto. Resulta que durante el proceso de un laboratorio se requiere utilizar el...
  • Blog Post: Consideraciones de seguridad para bases de datos de contenido “Contained Databases”

    Hola!! Una de las nuevas características de SQL Server 2012 son las Contained Databases , gracias a esta característica podemos parcialmente aislar algunos objetos que por su naturaleza residen en la instancia de bases de datos como lo son los “logins”, si bien en términos...