Free cookie consent management tool by TermsFeed Policy Generator

Know the data. Be more productive.

  • 2025, May 03
  • Content: 123
  • |
  • Playlist: 6
  • Video: 81
  • Duration: 14h 1m 32s
2025, March 22, Saturday

#024 How to Connect to Excel Spreadsheet in SQL Server

Apresentamos nesse vídeo como conectar um arquivo excel no servidor SQL Server utilizando a funcionalidade Linked Server para consultar e maniplular os dados facilmente.

#007 Group the rows by a function in Azure SQL
2025, March 20, Thursday

#007 Group the rows by a function in Azure SQL

Como agrupar as linhas por uma função em Consulta (SELECT) existente na linguagem de Manipulação de Dados (DML) do Azure SQL/SQL Server

2025, March 20, Thursday

#060 How to Create History Table in SQL Server

Como criar uma tabela de histórico no SQL Server para controlar automaticamente as alterações executadas nos registros dessa tabela

#002 Sort by clustered value in Azure SQL
2025, March 19, Wednesday

#002 Sort by clustered value in Azure SQL

Como ordenar por valor agrupado em Consulta (SELECT) existente na linguagem de Manipulação de Dados (DML) do Azure SQL/SQL Server

2025, March 18, Tuesday

#026 How to enable Row Level Security in SQL Server

Apresentamos nesse vídeo como habilitar o nível de segurança de linha (Row Level Security) em registros da tabela do SQL Server.

2025, March 16, Sunday

#036 How to visualize SQL code in Power BI with Native query

Apresentamos como identificar o códido SQL utilizando a consulta nativa do Microsoft Power BI e a ferramenta SQL Server Profiler.

#009 Find the sum of sales grouped by date and product
2025, March 13, Thursday

#009 Find the sum of sales grouped by date and product

Como localizar a soma de vendas agrupadas por data e produto em Consulta (SELECT) existente na linguagem de Manipulação de Dados (DML) do Azure SQL/SQL Server

#085 How to return all products and their sales, even if not sold in Azure SQL
2025, March 12, Wednesday

#085 How to return all products and their sales, even if not sold in Azure SQL

How to return all products and their sales, even if they haven't been sold, in the existing Query (SELECT) in the Azure SQL Data Manipulation Language (DML)

2025, March 11, Tuesday

#055 How to Identify Data Outliers in SQL Server

Apresentamos nesse vídeo com reduzir o impacto dos valores extremos em uma tendência central identificando os outliers dos dados utilizando o SQL Server.

2025, March 09, Sunday

#083 Get NETWORKDAYS Function in DAX and Azure SQL

Apresentamos nesse vídeo a função DAX NETWORKDAYS que cálcula a quantidade de dias úteis entre duas datas, e como criar uma função definida pelo usuário no Azure SQL que retorna o mesmo resultado.