Skip to content
TheSQLReport.com

TheSQLReport.com

Resolutions found with SQL Server and other types of databases

Primary menu

  • Home
  • SQL Server
  • Oracle
  • Teradata
  • AIX
  • Linux
  • Windows
  • SQL Saturday Presentations
  • About Me
Install SQL Server Management Studio (SSMS) 2016 Without Internet Access
Install SQL Server Management Studio (SSMS) 2016 Without Internet Access: One of my frustrations with SQL Server 2016, is that the SQL Server Management Studio (SSMS) is no longer included with the database instance installation.  It is now has its … Continue Reading →
Server ‘SERVERNAME1’ is not configured for RPC for a Linked Server
Server ‘SERVERNAME1’ is not configured for RPC for a Linked Server: Once in while I am asked to troubleshoot a SQL Server database where my only connection is though a linked server.  Because this database server is on protected network, I … Continue Reading →
How FTP Multiple Files from the Command Line
How FTP Multiple Files from the Command Line: Many times I am challenged to move many similar files from one server to another.  Either I have to remote-desktop on to the server (Windows), or have a session on … Continue Reading →
3004-303 There have been too many unsuccessful login attempts; please see the system administrator
3004-303 There have been too many unsuccessful login attempts; please see the system administrator: Sometimes I am needed to do a little Operating System administration.  I work with a couple of a databases that are on the IBM AIX operating system. Although I work … Continue Reading →
TSQL Query to Find Fragmented Indexes Including Partitioned Indexes
TSQL Query to Find Fragmented Indexes Including Partitioned Indexes: What I wanted to find is the most fragmented indexes, including the partition number (for the partitioned tables) and size for each index.  I want to bring back only the … Continue Reading →
Upgrade SQL Server 2012 Standard to Enterprise
Upgrade SQL Server 2012 Standard to Enterprise: This blog is about upgrading SQL Server 2012 Standard Edition to the Enterprise Edition. This issue has been written about a couple of times, but one more blog about this … Continue Reading →
sp_readerrorlog vs xp_readerrorlog
sp_readerrorlog vs xp_readerrorlog: Question: What is the difference between sp_readerrorlog and xp_readerrorlog? Executive Summary Answer: ALMOST NOTHING The More Detailed Answer: under the covers sp_readerrorlog is a stored procedure in the master database … Continue Reading →
TDP for Oracle error – SBT error = 7011, errno = 106, sbtopen: system error
TDP for Oracle error – SBT error = 7011, errno = 106, sbtopen: system error: Today, for the first time,  I configured TDP (Tivoli Data Protect) for Oracle on Linux .  I had already have done this many times before on AIX.  The Linux version requires … Continue Reading →

‘fdhost.exe’ Process Is Not Controlled By The Update Wizard

  • By BlogAdmin
  • 2 March, 2019
  • No Comments

When applying a hotfix update to SQL Server 2012, the step where “Check File In Use” produced the following error: The ‘fdhost.exe’ process is not controlled by the update wizard. … Continue Reading →

Error: 9002, Severity: 17, State: 4 – The transaction log for database ‘tempdb’ is full due to ‘ACTIVE_TRANSACTION’

  • By BlogAdmin
  • 2 February, 2019
  • No Comments

Problem: This was a compound problem I had on a production SQL Server 2014 instance.  First was someone who scheduled a couple of load jobs at the same time which … Continue Reading →

List Query Store Enabled Databases in SQL Server

  • By BlogAdmin
  • 6 January, 2019
  • No Comments

This query will bring back only those databases where the Query Store is enabled in the SQL Server instance. — Show All Query Store Enabled Databases select name as ‘DATABASE … Continue Reading →

Query Store Information Missing In SQL Server Management Studio (SSMS)

  • By BlogAdmin
  • 6 January, 2019
  • No Comments

If the Query Store, from an SQL Server 2016 instance or greater, information is missing, it may be because the version of the SQL Server Management Studio is not at … Continue Reading →

Changing the SQL Server Default Collation Without Reinstall or Rebuilding the Master Database

  • By BlogAdmin
  • 22 December, 2018
  • No Comments

Warning: this method of changing SQL Server’s default collation is not supported by Microsoft The issue was an instance of SQL Server was installed with the default collation (SQL_Latin1_General_CP1_CI_AS), and … Continue Reading →

Stopping & Starting Teradata Viewpoint Services

  • By BlogAdmin
  • 5 November, 2018
  • No Comments

Stopping & Starting the services for Teradata Viewpoint are the same in Teradata Express as they would be on an actual Teradata Viewpoint server.  Recently I needed to do this … Continue Reading →

Is Trace Flag 8001 still relevant

  • By BlogAdmin
  • 23 October, 2018
  • No Comments

After reading an old article about the SQL Server DMV sys.dm_os_wait_stats running on SQL Server 2005.  I learned about the undocumented trace flag 8001, which enables all the wait types … Continue Reading →

TERADATA ERROR – DROP DATABASE Failed. 3552:

  • By BlogAdmin
  • 30 September, 2018
  • No Comments

When attempting to drop a database that I created for temporary use, I received the following error when I ran the “DROP DATABASE < database name >” command: DROP DATABASE … Continue Reading →

ORA-00600: internal error code, arguments: [723], [140432], [960048], [memory leak]

  • By BlogAdmin
  • 16 August, 2018
  • No Comments

Recently, I was notified of this error in the alert log of one of my Oracle 12.1.0.2 databases: ORA-00600: internal error code, arguments: [723], [140432], [960048], [memory leak], [], [], … Continue Reading →

How To Find All Access Rights In Teradata

  • By BlogAdmin
  • 14 July, 2018
  • No Comments

The problem with the table DBC.AccessRights is that the data is not something easily readable.  Many of the columns use a 4-byte IDs. By joining a couple of tables to … Continue Reading →

Posts navigation

Previous Page 1 … Page 3 Page 4 Page 5 … Page 12 Next

Recommended Blogs

  • James Serra’s Blog Big Data and Data Warehousing
  • TF3604 Blog — Probing the internals of SQL Server
  • SQL Server World
  • Rottengeek?
  • Frugal Fixes
  • Ray Kim’s Blog
  • ClevelandDotNet

Recent Posts

  • Using Ola Hallengren Backup Procedure with Cohesity
  • Query – Percentage of Physical Memory SQL Server is Currently Using
  • Using Microsoft’s TroubleShootingScript Version 2 (TSSv2) Toolset to Collect Support Information
  • Error: 18452 – login is from an untrusted domain and cannot be used with Windows authentication
  • Excel Error: SSL Provider, error: 0 – The certificate chain was issued…

Archives

  • May 2024
  • March 2023
  • February 2023
  • January 2023
  • July 2022
  • February 2022
  • December 2021
  • December 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • June 2013
  • April 2013
  • March 2013
  • January 2013
  • December 2012

Categories

  • AIX
  • Linux
  • Oracle
  • SQL Server
  • Teradata
  • Windows
TheSQLReport.com Copyright © 2025 TheSQLReport.com . All Rights Reserved.
Powered by: WordPress | Theme: Simple Catch