Published on

May 4, 2013

Exploring SQL Server Concepts and Ideas

SQL Server is a powerful relational database management system that has been widely used in various industries for many years. In this blog post, we will explore some interesting concepts and ideas related to SQL Server.

List of Selected Articles

Over the years, SQLAuthority.com has published numerous articles covering a wide range of topics related to SQL Server. Here are a few selected articles that have stood out:

  • List all the database: This article provides a simple script to list all the databases on a server. It can be a handy tool for database administrators.
  • Function to Parse AlphaNumeric Characters from String: This function allows you to extract only alphanumeric characters from a string, which can be useful when working with alphanumeric data.
  • Query to Find First and Last Day of Current Month: This query helps you find the first and last day of the current month, which can be helpful for various reporting and analysis purposes.
  • Binary Sequence Generator – Truth Table Generator: This script generates a truth table with its decimal value and binary sequence. It can be extended or reduced based on your requirements.
  • Disable Index – Enable Index – ALTER Index: This blog post demonstrates how to enable and disable indexes in SQL Server using the ALTER INDEX statement.

Comparison: TempTable vs @TempVariable

There is often confusion about the difference between TempTable and TempVariable in SQL Server. In this article, we delve into the topic and provide insights on how to distinguish between the two.

Understanding ALTER INDEX ALL REBUILD with Disabled Clustered Index

ALTER INDEX ALL REBUILD is a powerful command in SQL Server that allows you to rebuild all indexes on a table. In this blog post, we explain the difference between ALTER INDEX ALL REBUILD and ALTER INDEX REBUILD, focusing on the scenario where the clustered index is disabled.

Find Most Expensive Queries Using DMV

Performance tuning is a critical aspect of database administration. In this article, we share a simple script that helps identify the most expensive queries running on a SQL Server instance. This information can be valuable for optimizing query performance.

Import CSV File into Database Table Using SSIS

Importing CSV files into a database is a common task for many database professionals. In this blog post, we explore how to achieve this using SQL Server Integration Services (SSIS), a powerful ETL tool provided by SQL Server.

Columnstore Index and sys.dm_db_index_usage_stats

Columnstore indexes are a specialized type of index in SQL Server that are optimized for data warehousing and analytics workloads. In this article, we discuss how to retrieve usage statistics for columnstore indexes using the sys.dm_db_index_usage_stats dynamic management view.

Get Schema Name from Object ID using OBJECT_SCHEMA_NAME

Retrieving the schema name from an object ID is a common requirement in SQL Server. In this blog post, we introduce the OBJECT_SCHEMA_NAME function, which provides a simple and efficient way to obtain the schema name associated with an object ID.

SQL in Sixty Seconds – 5 Videos from Joes 2 Pros Series

If you prefer video tutorials, we recommend checking out the “SQL in Sixty Seconds” series from Joes 2 Pros. In this series, you will find five informative videos that cover various SQL Server topics in a concise and easy-to-understand manner.

We hope you find these articles and concepts helpful in your SQL Server journey. Stay tuned for more informative content on SQLAuthority.com!

Click to rate this post!
[Total: 0 Average: 0]

Let's work together

Send us a message or book free introductory meeting with us using button below.