Showing posts with label PASS. Show all posts
Showing posts with label PASS. Show all posts

Wednesday, March 7, 2018

GroupBy and DataPlatformGeeks conferences

During march I'll be delivering my presentation (in english) about SQL Server 2017 called "Community-Driven Enhancements" in two of the most prestigious online events. Registration is open and is free !!


GroupBy
Friday, 16th March 2018 (11:00 AM – 12:00 PM EST)


DataPlatformGeeks
Monday, 19th March 2018 (3:00 PM – 4:00 PM IST)



Durante el mes de marzo estaré dando mi presentación (en ingles) sobre SQL Server 2017 llamada" Mejoras impulsadas por la comunidad" es dos de los mas prestigiosos eventos online.

La resitración esta abierta y es gratuita !!






Monday, February 26, 2018

24 Horas de PASS es Español - Edición 2018

Aquí comparto la charla relacionada con SQL Server 2017 presentada durante el evento 24 Horas de PASS (24HOP) en Español


Este es el link del canal de Youtube del PASS Global Spanish donde podrán encontrar los videos de todas las sesiones 

https://www.youtube.com/channel/UCAu7CcpdHszjxMwx8uwvU-A

Thursday, November 16, 2017

PASS Summit 2017 - Speaker Idol

Se desarrolló una nueva edición del mayor evento de la comunidad de Data Platform. el PASS Summit 2017 en Seattle, WA. Este año tuve la oportunidad de participar por primera vez en el Speaker Idol. 




Mi participación en el Speaker Idol







Anuncio de PASS Summit 2018

Keynote día 1





Keynote día 2









Wednesday, June 14, 2017

Charla "SQL Server 2017 Mejoras impulsadas por la comunidad" en PASS Global Spanish virtual group

El día 14 de Junio de 2017 he dado la charla "SQL Server 2017 Mejoras impulsadas por la comunidad" en PASS Global Spanish virtual group 

Voy a estar dando la misma charla en Ingles el día 28 de Junio a las 12 (EDT) en PASS DBA Virtual Group 


Estos son algunos de los puntos de los que hemos hablado
Introduction
Smart Differential Backup
Smart Transaction Log Backup
SELECT INTO …. ON Filegroup
Tempdb Setup improvements
Tempdb monitoring and planning
Transaction log monitoring and diagnostics
Improved backup performance for small databases on high-end servers
Processor information in sys.dm_os_sys_info
Capturing Query Store runtime statistics in DBCC CLONEDATABASE
Resumable Online Index Rebuild
Automatic plan correction




Esta es la grabación




Thursday, February 2, 2017

SQL Saturday 606 - Chile

Hola amigos


El día sábado 1 de Abril de 2017 se estará realizando el evento de la comunidad PASS . SQL Saturday #606 en Santiago de Chile a realizarse en Duoc Antonio Varas (Antonio Varas 666, Providencia , Santiago, Región Metropolitana)

Habra speakers de toda Latinoamerica, Expertos de Microsoft, Expertos en SQL Server y Microsoft MVPs.

El evento es totalmente gratuito y se verán temas como los siguientes



  • Administración de SQL Server 
  • Bases de datos en Microsoft Azure
  • Data Warehouse en Microsoft Azure
  • Inteligencia de Negocios
  • Integration Services
  • Analysis Services
  • Power BI
  • Azure Machine Learning
  • Azure Data Lake y U-SQL
  • Analytics sobre Spark y HDInsight




Ya esta abierta la inscripción en el siguiente link




Yo estaré dando dos charlas relacionadas con SQL Server

  • Recomendaciones para Entornos de SQL Server Productivo

  • Nuevas Caracteristicas de SQL Server 2016 para DBAs



Los espero !!

Friday, October 28, 2016

PASS Summit 2016 - Dia 2

Continuando con el evento PASS Summit 2016 en su segundo día,se presento el nuevo "branding" the PASS. ( Así como también el nuevo site que estará disponible a principios del 2017)



Tambien no informaron las fechas del evento para el próximo año ( 31 de Octubre al 3 de Noviembre de 2017)


Estos fueron los resultados de la encuesta a los miembros de PASS acerca del significado de esta comunidad de profesionales



Durante el Keynote del día 2 el Dr. David DeWitt nos habló sobre DW en la nube


Una de mis sesiones fue relacionada a SQL en Linux. donde confirmaron que estará disponible para mediados del 2017


Thursday, October 27, 2016

PASS Summit 2016 - Dia 1

Desde el 26 hasta el 28 de Octubre de 2016 se esta desarrollando el PASS Summit en Seattle, WA. 



PASS es la conferencia anual de profesionales de SQL Server y BI. El evento congrega una gran cantidad de miembros de la comunidad PASS.

Este es mi PASS numero 7 y el 1ero como Microsoft MVP Data Platform.

En los siguientes POST voy a transmitirles las novedades mas importantes

Bienvenidos




Keynote Dia 1















Los 5 anuncios mas importantes 

1. Public Preview of Azure Analysis Services


2. SQL Server 2016 DW Fast Track Reference Architecture, 145TB


3. Data Migration Assistant and Database Experimentation Assistant


4. Azure SQL Data Warehouse Expanded Free Trial


5. Cognitive Toolkit (formerly known as CNTK)



Saturday, March 5, 2016

SQL Server 2016 Release Candidate (RC0)


What's New in SQL Server 2016 Release Candidate (RC0)


Updated: March 3, 2016
Applies To: SQL Server 2016 Preview
This topic summarizes the new features in the current monthly build of SQL Server 2016 Release Candidate (RC0). The topic also contains links to more detailed component level what's new information for the current month and previous monthly builds.
Download
note For the current release notes, see SQL Server 2016 Release Notes.

Database Engine - new this month

Support for UTF-8 – bcp UtilityBULK INSERT, and OPENROWSET now support the UTF-8 code page. For more information, see those topics andCreate a Format File (SQL Server).
New string functions – STRING_SPLIT (Transact-SQL) and STRING_ESCAPE (Transact-SQL) are added.
New JSON_MODIFY function. The built-in support for JSON also now includes the JSON_MODIFY (Transact-SQL) function. Use theJSON_MODIFY function to update the value of a property in a JSON string and return the updated JSON string.
New or improved in Stretch Database
  • New preview version on Azure. A preview of a new version of Stretch Database on Azure that supports one petabyte of data is now available. To register for preview access, go to SQL Server Stretch Database preview.
  • Azure Active Directory authentication. The option to use a federated service account for SQL Server to communicate with the remote Azure SQL Database server when certain conditions are true no longer requires a trace flag. For more info, see Enable Stretch Database for a database.
Parallel scan of nonclustered indexes on MEMORY_OPTIMIZED tables: Now all indexes on MEMORY_OPTIMIZED tables support parallel scan. This speeds the performance of analytical queries that scan large sets of data.
For more detailed what's new information and information on previous months, see What's New in Database Engine.
New values for the model database and default values for new databases (which are based on model). The initial size of the data and log files is now 8 MB. The default auto-growth of data and log files is now 64MB.
Autogrow options: Trace flag 1117 is replaced by the AUTOGROW_SINGLE_FILE and AUTOGROW_ALL_FILES option of ALTER DATABASE, and trace flag 1117 has no affect. For more information, see ALTER DATABASE File and Filegroup Options (Transact-SQL) and the new is_autogrow_all_files column of sys.filegroups (Transact-SQL).
Allocation of mixed extents: Trace flag 1118 is replaced with the SET MIXED_PAGE_ALLOCATION option of ALTER DATABASE, and trace flag 1118 has no affect. For more information, see ALTER DATABASE SET Options (Transact-SQL), and the new is_mixed_page_allocation_on column ofsys.databases (Transact-SQL).
SQL Server Management Tools: SQL Server Management Tools is no longer installed from the main feature tree; for details see Install SQL Server Management Tools.
For more detailed what's new information and information on previous months, see What's New in Database Engine.

Analysis Services - new this month


PowerShell for Tabular models at 1200 compatibility level

RC0 completes the PowerShell enhancements for Tabular models created at the SQL Server 2016 version. You can use all of the applicable cmdlets, plus two new cmdlets specific to Tabular mode: Invoke-ProcessASDatabase and Invoke-ProcessTable.

SSIS Tasks for Tabular models at 1200 compatibility level

SSIS tasks and destinations against a SQL Server 2016 tabular model use tabular object representations instead of multidimensional. For example, in the latest SSDT, when you select objects to process, the Processing Task will automatically detect it is a Tabular model and show Tabular objects instead of measuregroups and dimensions.

Microsoft.AnalysisServices.Tabular namespace for Tabular 1200 programmability in AMO

Analysis Services Management objects is updated to include a new Tabular namespace for managing a Tabular instance of SQL Server 2016 Analysis Services (at compatibility level 1200), as well as provide the data definition language for creating or modifying Tabular models programmatically. Visit Microsoft.AnalysisServices.Tabular to read up on the API.

Display folders for Tabular models at 1200 compatibility level

Defined in SQL Server Data Tools and rendered in client applications like Excel or Power BI Desktop, display folders help you organize large numbers of measures into individual folders, adding a visual hierarchy that is easier for report users to navigate.

Integration Services - new this month

SSIS Designer creates and maintains packages for SQL Server 2016, 2014, or 2012. You can now use SSIS Designer in SQL Server Data Tools (SSDT) for Visual Studio 2015 to create and maintain packages that target SQL Server 2016, SQL Server 2014, or SQL Server 2012. In the property pages for an Integration Services project, on the General tab of Configuration Properties, select the TargetServerVersion property and choose SQL Server 2016, SQL Server 2014, or SQL Server 2012. To get SSDT, see Download Latest SQL Server Data Tools.
Support for server-wide default logging level. In SQL Server Server Properties, under the Server logging level property, you can now select a default server-wide logging level. You can pick from one of the built-in logging levels - basic, none, verbose, performance, or runtime lineage - or you can pick an existing customized logging level. The selected logging level applies to all packages deployed to the SSIS Catalog. It also applies by default to a SQL Agent job step that runs an SSIS package.
HDFS File Destination now supports ORC file format. The HDFS File Destination now supports the ORC file format in addition to Text and Avro. (The HDFS File Source supports only Text and Avro.) For more info about this component, see HDFS File Destination.
For more detailed what's new information and information on previous months, see What's New in Integration Services.

Master Data Services - new this month

Derived Hierarchy Management Experience Improved
The derived hierarchy management experience in MDS has been improved. For more information about this feature, see Create a Derived Hierarchy (Master Data Services).
For more detailed what's information on previous months, see What's New in Master Data Services (MDS).

Reporting Services - new this month

For more detailed what's new information and information on previous months, see What's New in Reporting Services (SSRS).

SQL Server R Services

For more detailed what's new information and information on previous months, see What's New in SQL Server R Services.

Did this Article Help You? We’re Listening

What information are you looking for, and did you find it? We’re listening to your feedback to improve the content. Please submit your comments to sqlfeedback@microsoft.com

More information about SQL Server 2016

For more information about SQL Server 2016 Release Candidate (RC0), or to download the SQL Server 2016 Release Candidate (RC0) data sheet, see SQL Server 2016 Preview.
Microsoft SQL Server 2016 data sheet




Thursday, February 25, 2016

"SQL Advanced Monitoring" Session for PASS DBA Virtual Chapter

On February 24th 2016 I have presented my session "SQL Advanced Monitoring" for PASS DBA Virtual Chapter.

Here you can find the recording


Here can access to the slides and the scripts

http://dba.sqlpass.org/Home.aspx?EventID=4661



Hope you find it useful
--Javier


Monday, November 9, 2015

SQL 2016 CTP 3 Disponible para descargar

SQL 2016 CTP 3 fue liberado para el publico durante la ultima semana de Octubre en el PASS Summit que se realizo en Seattle, WA



Esta version incluye muchisimas mejoras y nueva funcionalidad 

  • Always Encrypted technology
  • Built-in SQL Server R Services
  • PolyBase
  • Stretch Database
  • Native JSON support


Les aconsejo que prueben cuidadosamente todas sus aplicaciones corriendo sobre SQL 2016 dado que hay algunos casos puntuales en donde el Cardinality Estimation no hace un muy buen trabajo y puede generar una degradacion de performance importante