Skip to content

LincolnBlog.net

…my observations in the world of SQL Server, PowerShell, Linux and PostgreSQL etc…

  • Home
  • SQL Server
    • Administration
    • Diagnostics
    • Performance
    • Security
    • T-SQL
    • Tools
  • PowerShell
    • Remoting
    • Tools
  • Linux
  • .Net Development
    • Visual Studio
    • C#
    • MVC
    • ASP.NET
  • Servers
    • IIS
    • SharePoint
    • Hyper-V
    • MSMQ
  • Windows

Author: Lincoln Bovee'

Why use of VARCHAR(MAX) should be avoided

Posted on 11/09/2015 by Lincoln Bovee'

Here is a good blog post on a comparison of VARCHAR(MAX) versus VARCHAR(N): Performance comparison of varchar(max) vs. varchar(N) Views – 2141

Read More

Expiring Database Backups

Posted on 11/06/201511/06/2015 by Lincoln Bovee'

The “Backup set will Expire” option is used to indicate how long a backup should be prevented from being over written by another…

Read More

PASS 2015 – Seattle WA – Day 3

Posted on 10/28/201512/03/2015 by Lincoln Bovee'

PASS 2015 10-28-30 Seattle WA SQL Server Indexing for Performance Kimberly Trip NOTE: Narrow NC indexes very rarely are useful. NOTE: Putting a…

Read More

PASS 2015 – Seattle WA – Pre-Con Day 2 – Dmitri Korotkevitch

Posted on 10/28/201502/12/2016 by Lincoln Bovee'

PASS 2015 10-27-30 Seattle WA Pre-Con Day 2 – SQL Server Internals – The Practical Angle Dmitri Korotkevitch Data Storage 101 Data Pages…

Read More

PASS 2015 – Seattle WA – Pre-Con Day 1 – Pinal Dave

Posted on 10/26/201512/03/2015 by Lincoln Bovee'

PASS 2015 10-26-30 Seattle WA Pre-Con Day 1 – 42 Tips to Performance Tuning, Optimization and Everything Pinal Dave TODO: Write missing index…

Read More

Display all SQL Server’s Undocumented DBCC Commands

Posted on 10/07/201510/12/2015 by Lincoln Bovee'

To display SQL Server’s undocumented commands, you can run the following T-SQL:

1
2
3
4
DBCC TRACEON(2588);
GO
 
DBCC HELP ('?');

(use at your own risk, and not on a production…

Read More

Removing Log-shipping from a Secondary in a 2-way Log-shipping Scenario

Posted on 07/27/201509/10/2015 by Lincoln Bovee'

I recently had a scenario where I wanted to drop a database (it was replaced by a new system) on a primary SQL…

Read More

Resolving Failover Log-shipping errors

Posted on 06/10/201510/14/2015 by Lincoln Bovee'

Here is an error I recent received when failing-over our databases at work from our Primary SQL Server to our Secondary during a…

Read More

Unlocking an AD account with PowerShell

Posted on 04/27/201511/03/2015 by Lincoln Bovee'

PowerShell has a module that will allow you to unlock an AD user. The AD PowerShell module has number of commands for managing…

Read More

SQL Server DBA Job Openings: A great review of a poorly written posting

Posted on 01/14/2015 by Lincoln Bovee'

…saw this today and found it VERY informative: A BETTER DBA JOB DESCRIPTION FOR EVERYONE Views – 2421

Read More

Posts navigation

Previous 1 … 4 5 6 7 8 … 14 Next

Recent Posts

  • About TempDB and the Version Store 07/16/2019
  • Using PowerShell to Failover Availability Groups and WFC Cluster Nodes 05/21/2019
  • About Availability Groups Database Seeding 04/19/2019
  • About Collations in SQL Server 04/10/2019
  • PostgreSQL vs. SQL Server Notes 02/13/2019
  • Restoring a database using STOPATMARK 01/11/2019
  • Availability Groups: Things to remember 12/07/2018
  • Properly Taking a Cluster Offline for Disk Maintenance 08/14/2018
  • Building an AlwaysOn Availability Group SQL Cluster 03/07/2018
  • Some database design guidelines and best practices 01/29/2018

RSS Paul Randal’s Blog

  • 2024: the year in books 01/01/2025 Paul Randal
  • 2023 (not a typo!): the year in books 12/29/2024 Paul Randal
  • Black Friday Super Sale! 10/31/2024 Paul Randal
  • Summer School Savings SALE is live! 07/03/2024 Paul Randal
  • The Curious Case of… missing log information 05/05/2024 Paul Randal

RSS MSN PowerShell Blog

  • AI Shell Preview 4 Release! 05/21/2025 Steven Bucher
  • PowerShell, OpenSSH, and DSC team investments for 2025 04/14/2025 Steve Lee
  • Authoring Enhancements in Microsoft Desired State Configuration v3.0.0 03/12/2025 Jason Helmick
  • Get started with Microsoft Desired State Configuration v3.0.0 03/12/2025 Jason Helmick
  • Announcing Microsoft Desired State Configuration v3.0.0 03/12/2025 Jason Helmick
Powered by Newp WordPress Theme. © 2025 LincolnBlog.net. All Rights Reserved.