Skip to content

SQL Padawan

"The force is strong with this one"

  • About
  • MSSQLTips
  • Repository
2019-11-16 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

2019-09-04 powershell / sql server / tools

Install dbatools module without admin rights

If you have been face a issue that you don’t have rights to install any powershell module like showing the

Continue reading

2019-03-22 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

2019-03-06 powershell / script / sql server / tools

Powershell function to get extended service account info

I created this function to get more information for any service account, for example if you need to know the

Continue reading

2019-03-03 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

2019-03-02 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

2018-11-26 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.  

2018-09-23 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

2018-08-12 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.

2018-08-06 DMV / sql server / statistics / tools / wait

Using wait stats on SQL Server

I wrote two posts about wait stats:  What wait means About SQL Server saving wait stats on DMVs Now, going

Continue reading

Posts navigation

1 2 3 … 6 Next Posts»
  • LinkedIn
  • Twitter
  • Skype
  • Email
  • GitHub
  • YouTube
  • Facebook
My Tweets
April 2021
S M T W T F S
 123
45678910
11121314151617
18192021222324
252627282930  
« 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

 
Loading Comments...
Comment
    ×