SQLServer

Technical Article

Import Multiple Packages to SSIS server

  • Script

We cannot import multiple packages on the SSIS server. So, loading 100 packageS from  file location will be a tedious task for a DBA. We can solve this issue by making use of the DTUTIL utility. The DTUTIL utility can also import one package at a time, but we can write the batch file using the […]

You rated this post out of 5. Change rating

2021-09-27 (first published: )

1,833 reads

SQLServerCentral Article

Fixing "Login failed for user" error in SQL Server

  • Article

In this article, I am going to explain fixing a problem related login failure error with SQL Server. The Problem One of the common error in the SQL Server error log is "Login failed for user 'DomainName\ServerName$'. Reason: Could not find a login matching the name provided. [CLIENT: <local machine>]". Even though it says that […]

You rated this post out of 5. Change rating

2020-11-24

50,378 reads

SQLServerCentral Article

Block user objects from being created in a master database

  • Article

Introduction The Master database. Just in case that you are not familiar with this database, the Master database is used in SQL Server to store all the system information, instance-level settings, logon information, database file locations, etc. SQL Server can't run without access to a fully functional master database. It's highly recommended not to use […]

5 (7)

You rated this post out of 5. Change rating

2020-11-10

4,045 reads

Blogs

Sabbatical 3 Review

By

I’m back. My last day of work was Jun 27 and I came back...

Advice I Like: Naps

By

Learn how to take a 20-minute power nap without embarassment. – from Excellent Advice...

SQL Server Management Studio uses the Visual Studio installer

By

Yes, SSMS 21 uses the Visual Studio installer. No, you don’t need to download...

Read the latest Blogs

Forums

Building a Database Dashboard with SSRS

By Nisarg Upadhyay

Comments posted to this topic are about the item Building a Database Dashboard with...

Using Ollama on Windows 11 as an Alternative to Public LLMs

By dbakevlar

Comments posted to this topic are about the item Using Ollama on Windows 11...

Who is Using Standard Edition?

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Who is Using Standard Edition?

Visit the forum

Question of the Day

Getting the SQL

If I run this code, what is returned?

SELECT *
 FROM sys.fn_get_sql(0x0500FF7F149270E460F3E0ADD701000001000000000000000000000000000000000000000000000000000000) AS fgs

See possible answers