Quantcast
Browsing all 20 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Adventures in Installing the SQL Server AdventureWorks Sample Database

I was thinking of writing an article about Microsoft SQL Server T-SQL Basics; however, in order to do the examples and demos I wanted to use a database that’s readily available on the Internet, so I...

View Article


Image may be NSFW.
Clik here to view.

How to troubleshoot Writelog wait type?

Few weeks ago when I was teaching the SQL Server PTO Workshop, I didn’t do a deep dive into how to troubleshoot writelog wait type.  Before I wrote something, I decided to look what was out there.  I...

View Article


Image may be NSFW.
Clik here to view.

Login failed. The login is from an untrusted domain…

TITLE: Connect to Server —————————— Cannot connect to SQL2008R2. —————————— ADDITIONAL INFORMATION: Login failed. The login is from an untrusted domain and cannot be used with Windows authentication....

View Article

Image may be NSFW.
Clik here to view.

SQL Server Browser Service and Default Instances

Microsoft SQL Server Browser service is critical component of SQL Server, that lets allows users to connect to an instance if the default port has been changed or SQL Server is using a dynamic port....

View Article

Image may be NSFW.
Clik here to view.

“SQL Server is running slow!?!” Help!

How many times have we heard that SQL Server is running slow from end-user, but can’t track down why? Or what happened?  In this post I hope to point out some of the things you can consider.  I’ll...

View Article


Image may be NSFW.
Clik here to view.

“SQL Server is running slow!?!” Help!

How many times have we heard that SQL Server is running slow from end-user, but can’t track down why? Or what happened?  In this post I hope to point out some of the things you can consider.  I’ll...

View Article

Image may be NSFW.
Clik here to view.

Login failed for user ‘NT AUTHORITY\ANONYMOUS LOGON’ with SQL Server...

How to setup Kerberos delegation to avoid anonymous logon failure messages.

View Article

Image may be NSFW.
Clik here to view.

SQL Server Configuration Manager, WMI Error 0x80041010

Just got this at my client, its normal message.  See it way to often, generally I run into this when the multiple version of SQL Servers are installed.  So decided to do a bit of research on this,...

View Article


Image may be NSFW.
Clik here to view.

The Database Engine system data directory in the registry is not valid

Recently I was helping a client with this issue; they were trying to repair their instances due to some registry setting issues.  However kept getting this message; this error message in the Bootstrap...

View Article


Image may be NSFW.
Clik here to view.

Missing registery settings in cluster nodes for SQL Server

I run into this occasionally, I think in last 3-4 years being SQL Server PFE, I have seen this issue total of 4 times.  So its not common, issue.  So for this post, I’ll use example architecture....

View Article

Image may be NSFW.
Clik here to view.

SQL Server Failover Cluster, Agent Services Failed to come online, Error 435.

This was a troublesome error, because there is not much information available on what is going wrong.  I looked the application log, SQL Agent Error Log, cluster logs; but neither gave me much details...

View Article

Image may be NSFW.
Clik here to view.

Edmonton SQLPASS – Performance Troubleshooting

Edmonton SQLPASS Talk - Performance Troubleshooting

View Article

Image may be NSFW.
Clik here to view.

SQL Server 2012 NUMA Node Imbalance

One of my client has been fighting a very strange problem and there is not much literature on the topic, NUMA Node Imbalance. Server Configuration 8 NUMA nodes with 6 cores each; totaling 48 cores....

View Article


Image may be NSFW.
Clik here to view.

SQL Server 2012 NUMA Node Imbalance – Cont’d

Yesterday, I had posted an issue I been troubleshooting with memory allocation.  That was causing CPU to pin, you can read more about the issue at SQL Server 2012 NUMA Node Imbalance.  Even though I...

View Article

Image may be NSFW.
Clik here to view.

SQL Server 2012 NUMA Node Imbalance–Conclusion

Final post in the series, I hope to summarize my findings for everyone.  Thanks for all the comments, feedback and comments I have received to-date on these posts. Before providing the summary of all...

View Article


Image may be NSFW.
Clik here to view.

Troubleshooting Database Mirroring in MS SQL Server

Database Mirroring ensures availability of SQL Server database in scenarios of data disasters. It is implemented in SQL databases that use Full Recovery model. It maintains two copies of a particular...

View Article

Image may be NSFW.
Clik here to view.

SQL Skills: SQL Server Wait Types & Latch Classes Library

Microsoft has documented wait types and latches in a minimum fashion on books online; often there are wait types that are just not documented. Paul Randel (Blog|Twitter) has put together compressive...

View Article


Image may be NSFW.
Clik here to view.

Know How to Resolve Microsoft SQL Server Error 5172

Overview SQL Server is a relational database management system, developed by Microsoft that is used for storage and retrieval of data whenever required. Database on SQL Server contains one master data...

View Article

Image may be NSFW.
Clik here to view.

Troubleshooting Steps For Corrupt or Suspect Databases

Problem Sometimes, while working on SQL Server, users receive various error messages like SQL Server Error 5172 due to encounter of suspect or corruption in databases. This happens because of...

View Article

Image may be NSFW.
Clik here to view.

SQL Server Error 3117: Restore Database is Terminating Abnormally

SQL Server being a largely used relational database management system regularly encounters issues resulting in errors. One such errors, is the “restore database is terminating abnormally SQL error...

View Article
Browsing all 20 articles
Browse latest View live