TSQLMaster
segunda-feira, 22 de agosto de 2022
List Compressed Tables on SQL SERVER
terça-feira, 9 de fevereiro de 2021
My experience with AWS Cloud Practitioner certification
- The AWS shared responsibility model
- Billing models
- Support plans
- AWS Security
- Development framework best practices
Minha experiência com a certificação AWS Cloud Practicioner
Concluí no dia 21 de dezembro de 2020 a prova para a certificação AWS Cloud Practicioner com sucesso.
Já estava planejando obter esta certificação faz um bom tempo, pois minha atuação envolve os recursos da AWS e o conhecimento se torna essencial.
Já tenho experiência com provas de certificação Microsoft, porém a minha última certificação foi em 2012 (sim, faz bastante tempo) e todas as minhas certificações haviam sido realizadas até então em centros de certificação Prometric.
Quando comecei a buscar as informações iniciais a primeira fonte de informação que procurei foi a própria AWS. Como todos sabem, a AWS é muito profissional em sua documentação e não poderia ser diferente quando o assunto é certificação.
O link para as informações desta certificação está aqui. Uma boa lida no guia do exame é essencial. Uma informação importante: todas as provas da AWS até o momento não tem tradução para o português.
Com as áreas de conhecimento mapeadas, busquei mais recursos para estudar para a prova de maneira mais prática e encontrei uma boa referência no site da empresa Digital Cloud Training. Os study cheets são muito bem elaborados. O Akbar Hussein compartilhou boas dicas para esta prova em seu blog no medium.
Com os recursos e meta definidos, consegui duas semanas de férias no trabalho. Com o covid não poderia viajar, então decidi aproveitar o período para fazer um plano de estudo e realizar a prova.
Estudei em média 2,5 horas por dia usando os recursos do Digital Cloud Training e da própria AWS Learning.
Com a questão da pandemia, optei por fazer o exame em casa, o que para mim foi uma questão nova.
A prova teve um custo de U$ 100 (com o dólar alto este foi um desafio também) e agendei com uma semana de antecedência. Pouco tempo, pois quase não haviam agendamentos disponíveis para a data que eu queria. Recomendo o máximo de antecedência possível para conseguir o horário/data mais conveniente pra você.
Um aviso aos candidatos a esta prova: prepare o seu ambiente removendo livros e eletrônicos, deixe o seu local de prova o mais limpo possível. O examinador que acompanhará sua prova solicitará que você remova qualquer objeto suspeito para evitar fraudes e também solicitará que você remova relógios de pulso de qualquer tipo.
No dia da prova você deverá fazer o checkin antecipado com pelo menos 15 minutos de antecedência a data/hora de sua prova. Usando a sua webcam, tirei fotos do meu documento de identificação e aguardei o exame ser iniciado. Este ponto é muito importante, se você se atrasar ou falhar em atender as solicitações do examinador, seu exame será cancelado, sem direito e refund!
Algo que me incomodou um pouco foi a demora para o exame iniciar, que levou quase 30 minutos. Durante este período, pelo que entendi, os documentos são validados e o nome do candidato é verificado com o nome do seu cadastro no site a empresa de certificação a Vue.
Depois dos 30 minutos, o examinador me avisou pelo chat do software de prova que o exame seria iniciado.
A prova é composta de 65 questões e você tem 110 minutos para realização da prova. O ambiente da prova é bem similar as certificações que realizei, como possibilidade de marcar as questões para review se necessário.
A prova foi realmente bem difícil com perguntas desafiadoras. Todo candidato se compromete com o NDA, portanto não posso comentar sobre as questões em si, mas recomendo aos candidatos desta prova muita atenção com estes tópicos:
- O modelo de responsabilidade compartilhada da AWS
- Os modelos de cobrança
- Os planos de suporte
- Segurança na AWS
- Boas práticas do framework de desenvolvimento
Me surpreendi com o nível de dificuldade de várias questões e acredito que mesmo para uma pessoa que já trabalha com AWS é necessário pelo menos duas semanas de estudo direcionado para a prova.
Enfim, esta foi a minha experiência. Recomendo uma preparação direcionada mesmo que você já seja experiente com AWS e definitivamente excelentes conhecimentos de inglês técnico.
Boa sorte a todos os candidatos!
#aws #certificação #amazon #motivação
terça-feira, 19 de maio de 2020
First and Last Days of the previous week using MySQL
SELECTDate_add(Date_add(Now(), INTERVAL - Weekday(Now())-1 day),INTERVAL -7 day) 'Sunday',Date_add(Date_add(Date_add(Now(), INTERVAL - Weekday(Now())-1 day), INTERVAL 6 day),INTERVAL -7 day) 'Saturday';
sexta-feira, 7 de fevereiro de 2020
Strange characters on HTML file uploade on Amazon S3
Check out my new book about R Language http://www.amazon.com/dp/B00SX6WA06
sexta-feira, 24 de janeiro de 2020
Pentaho - statement did not return a result set
"statement did not return a result set"
After some googling and misleading forum threads, I found that the Java Driver was getting confused by the rowcount.
To solve this you need to add SET NOCOUNT ON; at the begining of your procedure.
Check out my new book about R Language http://www.amazon.com/dp/B00SX6WA06
terça-feira, 17 de dezembro de 2019
[From Technet] Improvements to machine learning capabilities in SQL Server 2019
Many organizations seek to do more with their data than pump out dashboards and reports. Applying advanced analytical approaches such as machine learning is an essential arena of knowledge for any data professional. While database administrators (DBAs) don't necessarily have to become data scientists, they should have a deep understanding of the machine learning technologies at their disposal and how to use them in collaboration with other domain experts.
For those of us who work with SQL Server, there are many cool new capabilities to get familiar with in SQL Server 2019. At the heart of it all is a solution called Big Data Clusters, allowing you to create scalable clusters of SQL Server, Apache Spark, and HDFS containers running on Kubernetes.
That means flexibility in the ways you access the data and relational data side-by-side. Through the cluster, you can query data from external sources. You can also store big data in HDFS managed by SQL Server. At the end of the day, this makes more of your data available, faster and more easily, for machine learning, artificial intelligence, and other advanced analytical tasks.
SQL Server 2019 also provides expanded machine learning capabilities built in. It adds commonly requested features related to the use of R and Python for machine learning. For example, SQL Server 2019 enables SQL Server Machine Learning Services to be installed on Linux. Failover clusters are supported for greater reliability, and new and improved scripting capabilities open new options for generating and enhancing models.
Integration of Python with the SQL server database engine enables you to perform advanced machine learning tasks close to the data rather than moving it around. Insights generated from the Python runtime can be accessed by production applications using standard SQL Server data access methods.
With the addition of partition-based modeling, you can train many small models instead of one large model when using partitioned data. If you have data that breaks out easily using categories such as demographics or regions, partitioning enables you to get more granular with your models without having to break the dataset apart.
As the line between DBA and data scientist continues to blur, most of us will be expected to understand and manage these types of solutions. Microsoft clearly recognizes the importance of machine learning and the need to apply it more easily across different data typeswhile maintaining the performance and manageability benefits of using SQL Server.
To learn more about what you can do with Microsoft SQL 19, check out the free Packt guide Introducing Microsoft SQL 19. If you're ready to jump to a fully managed cloud solution, check out the Essential Guide to Data in the Cloud.
The post Improvements to machine learning capabilities in SQL Server 2019 appeared first on SQL Server Blog.
from SQL Server Blog https://ift.tt/2r2Oewv
quarta-feira, 11 de dezembro de 2019
[From Technet] Tools and commands for running SQL Server 2019 on Linux
Organizations that embraced the option to run Microsoft SQL Server 2017 on Linux have been looking forward to the release of SQL Server 2019. Regardless of which operating system (OS) you choose, it's the same SQL Server database code, and includes even more of the same features and services as the Windows release. This introductory blog post about running Microsoft SQL Server 2019 on Linux provides basic information database professionals need to know before upgrading or migrating SQL Server onto Linux.
Supported Linux platforms
Microsoft SQL Server 2019 is tested and supported to run on several Linux distribution platforms:
- Red Hat Enterprise Linux (RHEL)
- SUSE Linux Enterprise Server (SLES)
- Ubuntu
Along with the above versions of Linux distributions, SQL Server 2019 is supported in a container scenario using a Docker image. Running a SQL Server database inside a Docker engine with Linux offers more flexibility, faster recovery, and quicker deployments, including deployments into the Azure cloud. For those becoming familiar with Linux, Docker for Windows or Mac gives you the option to run a Docker engine on your workstation with SQL Server 2019 on Linux.
Along with Docker technology, orchestration can be achieved, both managing and deploying SQL Server containers on Linux using Red Hat Open shift or Kubernetes. This includes SQL Server 2019 Big Data Clusters (BDC), fully scalable clusters with SQL Server, Spark, and Hadoop File System (HDFS). BDCs provide the ability to read, write, and analyze big data with T-SQL or Spark, and you can combine big data and relational data, too.
While this post has focused on RHEL, SLES, Ubuntu, and container options for Linux, you may have questions regarding other Linux distributions that may be able to run SQL Server 2019, but they're not supported by Microsoft. Always consider the database server's use before deciding to run SQL Server 2019 on an unsupported operating system and refer to Microsoft's support policy on the topic.
Tools for Microsoft SQL Server 2019 running on Linux
With the release of SQL Server 2019, there are more tools that database professionals can use with SQL Server 2019 running on Linux:
- Windows-based toolsYou can use any existing tools that run on Windows to access SQL Server on Linux. This includes SQL Server Management Studio (SSMS), SQL Server Data Tools (SSDT), operational support systems, and third-party tools.
- Activity MonitorUse SSMS on Windows to connect remotely and use tools/features such as Activity Monitor commands on a Linux host.
- Azure Data StudioUse this cross-platform database tool to manage the Microsoft family of on-premises and cloud data platforms on Windows, MacOS, and Linux. That includes SQL Server 2019 running on Linux. You can also create SQL Server Notebooks in Azure Data Studio, multiple team members to collaborate on projects.
- Dynamic Management Views (DMVs)System DMVs collect different types of information about SQL Server, including Linux process information. Use server state information in conjunction with dynamic management functions (DMFs) to monitor the health of a server instance, diagnose problems, and tune performance.
- Query StoreUse Query Store for insights on query plan choice and performance. It simplifies performance troubleshooting by helping database professionals quickly find performance differences caused by query plan changes.
- Performance DashboardThe Performance Dashboard helps you determine if there's a performance bottleneck on the connected SQL Server instance and provides diagnostic data to help you resolve the problem.
- mssql-conf is a configuration script that installs with SQL Server 2019 for Linux.
Command Line Tools for Microsoft SQL Server 2019 on Linux
- sqlcmd and Bulk Copy Protocol (BCP)These command-line tools are natively available on Linux. sqlcmd is a command-line query utility, and BCP is a bulk import-export utility.
- mssql-scripterThis command-line tool on Linux generates T-SQL scripts for a SQL database running anywhere.
- mssql-cliThis new, interactive command-line tool written in Python offers several enhancements over sqlcmd in the Terminal environment.
With these tools and command line tools, you're now ready to run Microsoft SQL Server 2019 on Linux. To learn more about what you can do with Microsoft SQL Server 2019, check out the free Packt guide Introducing Microsoft SQL 19. If you're ready to jump to a fully managed cloud solution, check out the Essential Guide to Data in the Cloud.
The post Tools and commands for running SQL Server 2019 on Linux appeared first on SQL Server Blog.
from SQL Server Blog https://ift.tt/2Px0XzE
quinta-feira, 5 de dezembro de 2019
[From Technet] Easier management of PolyBase and relational data through SQL Server 2019
The days when a database administrator (DBA) could specialize solely in a single database technology are rapidly ending. Today, we're much more likely than ever before to be asked to bring together many types of data from diverse sources. Although specialization still has its place, having the knowledge and tools at our disposal to cross those boundaries makes us much more useful.
That's one reason to get excited about the continued expansion of the PolyBase technology introduced in SQL Server 2016, which has become much more powerful in the release of SQL Server 2019.
Before PolyBase, when trying to use external data sources from SQL Server, you either had to transfer data from one source to another or query both sources and then write custom logic to joining and integrate the data at the client level. PolyBase simplifies the process of reading from external data sources. It does so by enabling your SQL Server instance to process Transact-SQL (T-SQL) queries that access both external data and relational data inside the instance.
Initially, PolyBase targeted Apache Hadoop and Azure Blob Storage. The ability to target big data inside Hadoop nodes expanded the ability to do modern analytics seamlessly from a SQL Server platform. No additional software needs to be installed in the Hadoop environment, and you don't even need to know Hadoop intimately to query it. PolyBase even pushed some computations to the Hadoop node to optimize queries.
What's awesome about PolyBase in 2019 is that Microsoft has added connectors that allow you to query a much wider range of external data. PolyBase now works with Oracle, Teradata, MongoDB, and any database that conforms to Open Database Connectivity(ODBC) standards. You can query the data where it lives without having to bring it into SQL Server. Best of all, it provides distributed, scalable query performance.
PolyBase can also simplify things when you do have to move data from one place to another. For example, you can bring data from Hadoop, Azure Blob Storage, or Azure Data Lake Store into relational tables. This allows you to take advantage of the fast analysis and columnstore capabilities of SQL Server without the need for a separate extract, transform, load (ETL) or import tool. On the other hand, it's also easy to export data from SQL Server to cost-effective online storage. Features like PolyBase make it much easier for database administrators to help organizations get maximum value from all their data, while optimizing the ratio of cost to performance.
To learn more about what you can do with Microsoft SQL Server 2019, check out the free Packt guide Introducing Microsoft SQL Server 2019. If you're ready to jump to a fully managed cloud solution, check out the Essential Guide to Data in the Cloud.
The post Easier management of PolyBase and relational data through SQL Server 2019 appeared first on SQL Server Blog.
from SQL Server Blog https://ift.tt/2RngVyQ
quarta-feira, 4 de dezembro de 2019
[From Technet] What’s new with SQL Server 2019 Linux features
With SQL Server 2017, Microsoft entered the world of multi-OS platform support for SQL Server. For many technical professionals, the ability to run SQL Server on the same open source operating system as the rest of the application stack is not just a goal, but a dream that Microsoft made come true. With the release of SQL Server 2019, the inclusion of Linux now includes new features, support, and capabilities.
As a long-time Linux database administrator (DBA), in this post I'll share my top five focus areas for the Microsoft data professional to become knowledgeable of as they embark on the brave new world of Linux.
1. Embrace the command line
Yes, there is a graphical user interface, (GUI) for Linux, but the command line rules in Linux. We can't stress enough how important it is to learn how to navigate directories (cd), change permissions (chmod), and list contents (ls). Your best friend will become the -h argument to any command to get the help menu for whatever you're attempting.
It will be essential to know how to install and update your server and applications, (apt-get, yum, and zypper) as it may be your responsibility not only to just perform this task for the database tier, but also the server if a Linux administrator isn't already on staff in your organization.
You will also need to learn how to update your existing PowerShell scripts to work on Linux or learn how to write BASH scripts. This is commonly done from a terminal editor and one of the best is VI/VIM. Knowing how to use VI will give you credibility when working with Linux and deter too many questions when in the middle of critical work or even day-to-day tasks.
2. Understand the operating system
There are many distributions (aka flavors) of Linux, which has grown from the original release. Each distribution, although very similar, may have their own unique requirements and quirks. Understanding what distributions are best for enterprise deployments can ensure what you have deployed into the environment can withstand the demands the business puts on it. It was only two decades ago that Unix DBAs were hesitant to run relational databases on any version of Linux. In that time, every distribution has come a long way, but many distributions have a purpose. If we take a very specific flavor of Debian, called Raspbian, it was specifically designed to run the operating system for Raspberry Pis, which are single Advanced RISC Machine (ARM) processor computers. Understanding the difference in a distribution like Raspbian vs. enterprise Linux distributions like Enterprise Red Hat, Enterprise SUSE, and Ubuntu is important. Just because you can get SQL Server to run on non-supported Linux distributions such as CentOS doesn't mean you should run the business on them. Stick to the supported versions and the user experience will be more satisfying along with new features available in regular release intervals.
3. Use the tools you already have
Just because SQL Server is running on Linux doesn't mean that your previous robust tools for management, monitoring, and querying won't work any longer. As a DBA, you can still use SQL Server Management Studio (SSMS) and preferably, use Azure Data Studio to connect to your Linux SQL Server 2019 databases. You can't install Server Management Studio onto Linux, but you can create a Windows "jump box" with Server Management Studio and configure it as the primary log in point for administration tasks. Developers can still access SQL Server 2019 on Linux with Visual Studio Code with the SQL Server extension and have full use of SQL Server Data Tools (SSDT).
As this is Linux, the command line is still king. Sqlcmd is available to log in from on the Linux server to execute queries, run scripts, and perform management. Sqlcmd doesn't change in the Linux version and executing a script is as simple as the following example, which logs in as the admin user to the database and password, then runs a script and logs it all in a simple text file:
sqlcmd -U $username -S $servername -P $spassword -d $database -i $script.sql > $logfile
4. Build on existing knowledge with new tools
PowerShell is taking center stage on Linux with new releases on a regular basis, so keep those skills sharp and with a few changes, many of the scripts you use today can be updated to work on SQL Server 2019 on Linux. Although sqlcmd is available for your querying command line needs, there is a new tool in town called mssql-cli.
This installation is a simple, on-line command:
sudo pip install mssql-cli
If there are any issues with installation, Linux is commonly quite good about telling you what library or tool dependencies that must be installed before the installation needs to be run again for success.
Always remember, if you get stuck, help is always available to offer assistance:
mssql-cli h
To log into a database, the following is required:
mssql-cli -U $username -S $servername -P $password -d $database
If you notice the command is very similar to the example we used for sqlcmd rest easy, your world hasn't changed as much as you were concerned about. Once you're logged into mssql-cli, you'll be able to use this to access SQL Server 2019 databases inside Linux. Features like auto-complete with IntelliSense, multi-line editing, and a metadata repository makes it easier to work with the command line for those just getting up to speed with SQL Server 2019 on Linux. There are a few limitations in mssql-cli, like the ability to execute scripts or send an output aren't present, but the same queries that worked on-premises in sqlcmd will work here. Keep in mind that this new tool is in its infancy and still maturing on a regular release schedule.
The third new tool isn't that new but is the next powerhouse to take on the DBA since SQL Server Management Studio and is called Azure Data Studio. If you haven't embraced this cross-platform tool specifically designed for data professionals, you're missing out. No more 32-bit interface, this is a modern interface with IntelliSense, code control integration, and customizable dashboards.
The biggest benefit is that it can be installed on Linux with no local installation or jump box required. All three primary Linux distributions are supported, as well as a Mac OS installation. Database administration tasks that are less likely to be required with cloud implementations, such as on-premises physical management, backups, etc. still will require SQL Server Management Studio, but if you're part of the next generation of cloud administrators that have automated much of the mundane, then Azure Data Studio is a must.
5. Consider the power of containers
With Linux and SQL Server 2019, the addition of Big Data Clusters with Kubernetes support has been added. The reasons behind using containers are vast including simplified deployment, ease of management, and quicker recovery, but then add Big Data Clusters on top of this and it becomes quite the powerhouse.
Containers with Kubernetes offers DBAs the opportunity to manage the database without the added layer of separate OS for each node, or group of nodes, that is also called a pod. Less resources have to be allocated per database and without the additional layer, it can recover quicker.
Using Kubernetes, or similar sorted container orchestration, Big Data Clusters can be deployed, then manage a cluster of SQL Server, Apache Spark, and the Hadoop Distributed File System (HDFS). Polybase is then used to virtualize data from various data sources with SQL Server, while an HDFS data pool can be used as a data lake for all big data using Apache Spark. The SQL Server master instance simplifies the management and includes read, write, and processing of all data, no matter the source and is an exciting new frontier in the SQL Server 2019 release for Linux.
The list above includes just a few of the significant opportunities to learn and build your skills in Linux with SQL Server 2019. To help you on the way to mastering SQL Server 2019 on Linux, a number of resources have been made available through Microsoft, including this incredible new Packt e-book Introducing Microsoft SQL Server 2019. Don't miss out on the next generation of SQL Server. Learn all the things and let Microsoft help you get there. If you're ready to jump to a fully managed cloud solution, check out the Essential Guide to Data in the Cloud.
The post What’s new with SQL Server 2019 Linux features appeared first on SQL Server Blog.
from SQL Server Blog https://ift.tt/2LmSRbo