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
How to Pass Parameters to the Stored Procedure.

SQL SERVER – How to Pass Parameters to the Stored Procedure?

July 11, 2017
Pinal Dave
SQL Tips and Tricks
SQL Scripts, SQL Server, SQL Server Management Studio, SQL Stored Procedure

Developers still get errors calling stored procedures like functions. Here are two correct ways to pass parameters to the stored procedure, with an example.

Read More
How to Add Column.

How to Add Column at Specific Location in Table? – Interview Question of the Week #126

June 11, 2017
Pinal Dave
SQL Interview Questions and Answers
SQL Server, SQL Server Management Studio

Question: How to Add Column at Specific Location in Table?

Answer: Order of the column in the table should not matter.

Read More
SQL layout error.

SQL SERVER – How to Install SSMS From Command Line? Error: The Specified Value for Setting ‘MEDIALAYOUT’ is Invalid.

May 30, 2017
Pinal Dave
SQL Tips and Tricks
Command Line, SQL Error Messages, SQL Server, SQL Server Installation, SQL Server Management Studio

How to install SSMS from command line? A client’s silent install failed: the specified value for setting MEDIALAYOUT is invalid. Here is the fix.

Read More
Feature Selection for SQL Server 2014.

SQL SERVER – Unable to Change “Shared Feature Directory” Under Feature Selection

May 27, 2017
Pinal Dave
SQL Tips and Tricks
SQL Error Messages, SQL Server, SQL Server Management Studio

SQL Server 2014 setup would not let a reader change the Shared Feature Directory: the textbox and browse button were greyed out. The cause and the fix.

Read More
Why SELECT HOST_NAME() Returns Empty String? - Interview Question of the Week #119

Why SELECT HOST_NAME() Returns Empty String? – Interview Question of the Week #119

April 23, 2017
Pinal Dave
SQL Interview Questions and Answers
SQL Connection, SQL Function, SQL Server, SQL Server Management Studio

Question: Why SELECT HOST_NAME() Returns Empty String while connected from certain .net application?

Read More
SQL SERVER - Management Studio Missing - SSMS 2014 not Installed with SQL Server 2014

SQL SERVER – Management Studio Missing – SSMS 2014 not Installed with SQL Server 2014

April 3, 2017
Pinal Dave
SQL Tips and Tricks
SQL Server, SQL Server Installation, SQL Server Management Studio

SSMS 2014 not installed after a SQL Server 2014 setup? The Management Tools feature was never selected. Here is how the discovery report showed it.

Read More
Tempdb database icon.

SQL SERVER – DBCC SHRINKFILE: Page 1:26423878 Could not be Moved Because it is a Work Table Page – TempDB Files

March 21, 2017
Pinal Dave
SQL Tips and Tricks
SQL Scripts, SQL Server, SQL Server DBCC, SQL Server Management Studio, SQL TempDB

Shrinking TempDB kept failing: DBCC SHRINKFILE said the page could not be moved because it is a work table page. Here is the workaround that helped.

Read More
Previous 1 … 22 23 24 25 26 27 28 … 54 Next
  • Books
  • Testimonials
  • Privacy Policy

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