database administration

SQLServerCentral Article

Resolving Access Denied Errors During SQL Server Database Attachment

  • Article

Learn how to resolve access denied errors when attaching databases in SQL Server. This guide explores file permission settings, focusing on the differences between Windows and SQL logins, and provides a step-by-step solution to prevent common attachment issues.

5 (1)

You rated this post out of 5. Change rating

2025-01-10

953 reads

SQLServerCentral Article

Creating a Hyperscale Database in Azure Using the Azure Portal

  • Article

One of the most effective ways to fully utilize your data is to create an Azure Hyperscale database. The principles of Azure Hyperscale databases have been discussed in this article, including their cost-effectiveness, worldwide accessibility, automatic scaling, and reliable performance.

5 (1)

You rated this post out of 5. Change rating

2023-12-22

1,308 reads

SQLServerCentral Article

Different Ways to Populate the List of Tables

  • Article

This article shows how you can query different types of tables, based on certain criteria that may be important to you. A good list of basics for any database administrator that will help you find tables in your database.

5 (1)

You rated this post out of 5. Change rating

2023-10-06

1,637 reads

SQLServerCentral Article

SQL Server Resumable Index Operations

  • Article

The ability to pause and then resume index rebuilds has been added to SQL Server. This is a fantastic feature, and with the release of SQL Server 2019, we can now replicate it on the actual create index process. Learn how to use this feature in this short article.

5 (3)

You rated this post out of 5. Change rating

2023-06-26

9,472 reads

Blogs

Using T-SQL Snapshot Backup - Multi-Array Database Snapshots

By

In this post, the fourth in our series, I want to share an example...

AIs Struggle with Family

By

This post looks at a logic problem asked to an AI, and which is...

Advice I Like: Why am I doing this?

By

You are never too young to wonder “Why am I still doing this?” You...

Read the latest Blogs

Forums

Why you should avoid Implicit Measures in your Power BI model

By Koen Verbeeck

Comments posted to this topic are about the item Why you should avoid Implicit...

Building SSIS Custom Task

By bodempudi111

Hi Everyone, Greetings of the day! I am working on building SSIS Custom task...

Visit the forum

Question of the Day

Precision and Scale I

I have this number: 456.23 What is the scale of this number?

See possible answers