Skip to content

LincolnBlog.net

…my observations in the world of SQL Server, PowerShell, .Net 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'

SQL Administration Part 1

Posted on 01/09/201401/21/2019 by Lincoln Bovee'

Here are some SQL Administrative queries:

1
SELECT SERVERPROPERTY('IsClustered')

sp_configure Use Type the following to see the options the system sproc “sp_configure” has available to…

Read More

T-SQL Basic Command Examples

Posted on 01/08/201402/07/2014 by Lincoln Bovee'

Some of these snippets are useful when scripting schema changes, as opposed to using the GUI tools. For example, we have several instances…

Read More

How to Find the last Execution DateTime for a Sproc

Posted on 01/08/201402/07/2014 by Lincoln Bovee'

Have you ever wanted to find out the last time a stored procedure was executed, if ever? Here is a T-SQL snippet that…

Read More

PowerShell 3.0 Notes

Posted on 11/22/201303/26/2014 by Lincoln Bovee'

We will post all miscellaneous PowerShell scripts, notes, tips and help on this page. For notes from specific books, please look at the…

Read More

Execution Plan Notes

Posted on 11/19/201310/09/2017 by Lincoln Bovee'

Clustered Index Seek: performed where there is a WHERE clause and the search parameter is included in the clustered index. Clustered Index Scan:…

Read More

SQL Server 2012 DMV’s (Dynamic Management Views)

Posted on 09/23/201305/21/2015 by Lincoln Bovee'

Notes about DMV’s in General DMV data is discarded when the SQL Server service is restarted as it is stored in memory and…

Read More

PowerShell Community eXtensions (PSCX)

Posted on 05/13/201302/07/2014 by Lincoln Bovee'

TOPIC PowerShell Community Extensions (version 3.0.0.0) SHORT DESCRIPTION Describes the Windows PowerShell Community Extensions (PSCX) module and how to use the contained cmdlets…

Read More

SQL Server 2012 Internals

Posted on 06/01/202303/27/2014 by Lincoln Bovee'

Life Cycle of a Query The command parser evaluates the query and generates a hash to see if the buffer pool has an…

Read More

Posts navigation

Previous 1 … 12 13 14

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

  • The Curious Case of…. alcoholism 03/27/2023 Paul Randal
  • The Mentoring Class of 2023 12/20/2022 Paul Randal
  • Mentoring 2023 – want some help from me? 12/01/2022 Paul Randal
  • The Curious Case of… community 11/27/2022 Paul Randal
  • The Curious Case of… disconnected AG secondary replica and transaction log out of space issue 10/18/2022 Paul Randal

RSS Brent Ozar’s Blog

  • Announcing 30-Day Free Trials for SQL ConstantCare®. Check Your SQL Servers Now. 06/01/2023 Brent Ozar
  • [Video] Office Hours at Sea: SQL Server Q&A 05/31/2023 Brent Ozar
  • Breaking News: SQL Server 2022 Keeps Getting Worse. 05/26/2023 Brent Ozar
  • Who’s Hiring in the Microsoft Data Platform Community? May/June 2023 Edition 05/25/2023 Brent Ozar

RSS Richard Siddaway’s PowerShell Blog

RSS SQLBlog.com Posts

RSS MSN PowerShell Blog

  • PowerShellGet in PowerShell 7.4 Updates 05/17/2023 Sydney Smith
  • PowerShellGet 3.0 Preview 21 05/11/2023 Sydney Smith
  • Completion Predictor v0.1.1 Release 05/10/2023 Steven Bucher
  • PowerShell Extension for Visual Studio Code Spring 2023 Update 05/08/2023 Steve Lee
  • PSReadLine 2.3.1-beta1 Release 05/08/2023 Steven Bucher
Powered by Newp WordPress Theme. © 2023 LincolnBlog.net. All Rights Reserved.