This month's discount Comprehensive Database Performance Health Check · Testimonials
SQLAuthority with Pinal Dave
Home
  • Consulting
    • Health Check
  • Free Videos
  • All Articles
    • AI
    • SQL Performance
    • SQL Tips and Tricks
    • Interview Questions and Answers
    • SQL Puzzle
    • SQL Video
    • SQLAuthority News
    • Personal
  • Books
  • Consulting
SQL Server Local Security Policy.

Interview Question of the Week #056 – How to fix Installation Failure – Rule “Setup account privileges” Failed in SQL Server

January 31, 2016
Pinal Dave
SQL Interview Questions and Answers
MySQL, SQL Error Messages

An interview practical: fix a SQL Server installation failure when the rule Setup account privileges failed. Here is the answer.

Read More
Cumulative IO of database files.

SQL SERVER – Script: Finding Cumulative IO Per Database File

January 2, 2016
Pinal Dave
SQL Tips and Tricks
MySQL, SQL Scripts

A simple script to find cumulative IO per database file in SQL Server, and the real scenarios where this number helps you.

Read More
MySQL - Date and Time Related System Functions

MySQL – Date and Time Related System Functions

December 19, 2015
Pinal Dave
SQL Tips and Tricks
MySQL

MySQL has several date and time related system functions, like curdate(), curtime(), now(), current_timestamp() and UTC versions such as utc_timestamp().

Read More
SQL SERVER 2016 - Comparing Execution Plans

SQL SERVER 2016 – Comparing Execution Plans

November 28, 2015
Pinal Dave
SQL Performance
Execution Plan, MySQL

A query runs fine in test but slow in production? SQL Server 2016 tools add a way of comparing execution plans so you can find what changed.

Read More
MySQL - Get Latest Identity Value by Inserts

MySQL – Get Latest Identity Value by Inserts

November 16, 2015
Pinal Dave
SQL Tips and Tricks
MySQL

In MySQL, use the LAST_INSERT_ID() function to get the latest identity value after an insert, like @@IDENTITY or SCOPE_IDENTITY() in SQL Server.

Read More
MySQL - Different Methods to Know MySQL Version

MySQL – Different Methods to Know MySQL Version

November 5, 2015
Pinal Dave
SQL Tips and Tricks
MySQL

Three simple ways to find your MySQL version with SQL: @@version, the version() function and SHOW VARIABLES, plus why the server version matters.

Read More
SQL SERVER - Trick - Running SSMS With Different Windows Account

SQL SERVER – Trick – Running SSMS With Different Windows Account

October 10, 2015
Pinal Dave
SQL Tips and Tricks
MySQL, SQL Server Management Studio

Many admins have a regular and an admin login. Instead of logging off, here is a trick for running SSMS with a different Windows account on the same desktop.

Read More
Previous 1 … 3 4 5 6 7 8 9 … 17 Next
  • Books
  • Testimonials
  • Privacy Policy

© 2006 – 2026 All rights reserved. pinal @ SQLAuthority.com