Skip to content

SQL Padawan

"The force is strong with this one"

  • About
  • MSSQLTips
  • Repository

Category: How to

November 16, 2019 database / How to / monitoring / script / sql server / tsql

Find out when/who dropped an object without auditing

If your environment doesn’t have any kind of auditing and you need to find since when an object was dropped.

Continue reading

March 22, 2019 How to / powershell / script / tools

How to add Active Directory powershell module

I’m going to show the steps how to add the AD module in your machine and in the server if

Continue reading

March 3, 2019 git / How to / linux

Common Git situations and how to solve it

Work with Git can be easy, but sometimes we need to know more than just pull, add, commit and push.

Continue reading

September 23, 2018 best practices / database / How to / sets / sql server / transaction log / tsql

Method to update LOB data with minimal log

Use the .WRITE (expression, @Offset,@Length) clause to perform a partial or full update of varchar(max), nvarchar(max), and varbinary(max) data types. For example, a partial update of

Continue reading

August 12, 2018 configuration / database / How to / migration / sql server / storage / tools

How to enable stretch database

After the tip https://www.mssqltips.com/sqlservertip/5526/how-to-setup-and-use-a-sql-server-stretch-database/ I made a video to show step by step how to enable stretch database.

August 5, 2018 DMV / How to / sql server / statistics / tempdb

Execution runtime information for developers ;)

Developers should use this statistics to get more information about what they just did and pay attention to high physical

Continue reading

August 1, 2018 How to / powershell / sql server / tools

How to install SQL Server SQLPS Powershell module

SQLPS module to Powershell helps to do so many things on SQL Server without SSMS and the main objective is

Continue reading

July 30, 2018 database / How to / migration / replication / sql server / transaction log

Troubleshooting Transactional Replication – part 1

The common way to replicate data and objects from one server to another is using transactional replication. As you know, SQL Server processes

Continue reading

  • LinkedIn
  • Twitter
  • Skype
  • Email
  • GitHub
  • YouTube
  • Facebook
My Tweets
January 2021
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Nov    

Translate

azure b-tree backup best practices checkpoint configuration database DMV How to index job linux locks migration monitoring powershell replication script sets SQL Operations Studio sql server statistics storage tempdb tools transaction log tsql undocumented wait
Blog at WordPress.com.
Cancel