Skip to content

SQL Padawan

"The force is strong with this one"

  • About
  • MSSQLTips
  • Repository

Tag: sql

March 2, 2019 database / replication / sql server / tsql

Useful transactional replication stored procedure

The scenario is when your publication settings has the option immediate_sync configured as false (means if you run the Snapshot

Continue reading

November 26, 2018 migration / sql server / tools / tsql

T-SQL script to get detailed login permissions

This script is very helpful when you need to know all the permissions a user have in detail.  

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 28, 2018 database / locks / monitoring / replication / sql server / storage / transaction log

How update works in transactional replication?

In a post about how update works I showed what happened when run an update with the same values. SQL Server

Continue reading

May 24, 2018 azure / backup / database / migration / sql server / storage / tools

Database migration methods

When thinking about migration the most common issue is downtime. There are some methods that require downtime like backup/restore or

Continue reading

May 21, 2018 azure / database / sql server / tools

SqlPackage a tool to import/export SQL Server and Azure SQL DB

SqlPackage is a command-line utility that you can use for exporting and importing operations in both on-premises SQL Server databases

Continue reading

May 14, 2018 configuration / database / sql server / storage / tempdb

Moving the msdb, model, and tempdb databases files

All system databases, except the resource database, can be moved to new locations to help balance I/O load. To move

Continue reading

Posts navigation

1 2 3 Next Posts»
  • LinkedIn
  • Twitter
  • Skype
  • Email
  • GitHub
  • YouTube
  • Facebook
My Tweets
December 2019
M T W T F S S
« Nov    
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

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