Showing posts with label Javier Villegas. Show all posts
Showing posts with label Javier Villegas. 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 !!






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 !!

Sunday, December 11, 2016

Charla "Nuevas Caracteristicas de SQL Server 2016 para DBAs" 24 Horas de PASS en Español

Los dias 6 y 7 de Diciembre de 2016 se realizo el evento online anual para la comunidad de habla hispana de profesionales de Data Platform (SQL Server, BI, etc)

les dejo el link al video de mi charla llamada "Nuevas Caracteristicas de SQL Server 2016 para DBAs"



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




Monday, December 21, 2015

Mejoras de T-SQL en SQL Server 2016 - DROP IF EXISTS

Mirando algunas de las mejoras introducidas con SQL Server 2016 encontré una que es realmente muy interesante y útil. Se ha introducido en T-SQL un constructor que se ha estado solicitando hace mucho tiempo.

Generalmente cuando empezamos con un script, particularmente cuando queremos hacer una demo, lo que hacemos es chequear si los objectos existen para luego borrarlos y finalmente crearlos nuevamente

-- Casos tipicos
IF OBJECT_ID('[dbo].[MiTabla]', 'U') IS NOT NULL
       DROP TABLE [dbo].[MiTabla];
-- Otra opción
IF EXISTS (SELECT * FROM sys.procedures WHERE name = 'SP_DBA_MyStoreProc')

       DROP PROCEDURE SP_DBA_MyStoreProc

Ahora con SQL Server 2016 podemos hacer lo siguiente

DROP TABLE IF EXISTS [dbo].[MiTabla];
DROP PROCEDURE IF EXISTS [SP_DBA_MyStoreProc];

La parte interesante es que si el objecto no existe no mostrará ningún mensaje de error

Seguramente lo van a empezar a utilizar a la brevedad porque es un constructor muy útil

El mismo constructor esta disponible para otros objectos

  • AGGREGATE
  • PROCEDURE
  • TABLE
  • ASSEMBLY
  • ROLE
  • TRIGGER
  • VIEW
  • RULE
  • DATABASE
  • SCHEMA_USER
  • DEFAULT
  • SECURITY POLICY
  • FUNCTION
  • SEQUENCE
  • INDEX
  • TYPE
  • SYNONYM

También se puede utilizar para columnas y/o contraints

ALTER TABLE [dbo].[MiTabla] DROP CONSTRAINT IF EXISTS MT_column_pk;
ALTER TABLE [dbo].[MiTabla] DROP COLUMN IF EXISTS ID;


Wednesday, September 16, 2015

Charla SQL Monitoring en PASS Global Spanish

Muchas Gracias @SpanishPASSVC por permitirme presentar mi charla acerca de "SQL Monitoring"

Les dejo los link a la grabacion y a los slides