Additional Articles


Technical Article

Manipulating Microsoft SQL Server Using SQL Injection

Focuses on advanced techniques that can be used in an attack on an application utilizing Microsoft SQL Server as a backend. These techniques demonstrate how an attacker could use a SQL Injection vulnerability to retrieve the database content from behind a firewall and penetrate the internal network. Also provided are recommendations on how to prevent such attacks.

2005-01-05

2,626 reads

External Article

Clustering for Indexes

There is nothing spectacular about using indexes per say. However, on many occasions I have come across a variety of SQL coders that never consider validating that the index they think they are using is efficient or even being used at all. We can all put indexes on the columns that we think will be required to satisfy individual queries, but how do we know if they will ever be used. You see, if the underlying table data is constructed, contains, or is ordered in a particular way, our indexes may never be used. One of the factors around the use of an index is its clustering factor and this is what this article is about.

2004-12-23

3,412 reads

Blogs

Capturing Ideas for Blogs

By

As we close out the year, I decided to drop this post here and...

A New Word: Lilo

By

lilo– n. a friendship that can lie dormant for years only to pick right...

Learning Database Design and Power BI Performance

By

I spend my days working on and managing SQL Server instances—working days at least,...

Read the latest Blogs

Forums

Problem installing SQL Server 2022

By cordellmelvin

Hello, I currently have an instance of SQL Server 2019 Developer installed on my...

How to Attach and Detach Databases in SQL Server

By Noman072

Comments posted to this topic are about the item How to Attach and Detach...

What is Terraform?

By Steve Jones - SSC Editor

Comments posted to this topic are about the item What is Terraform?

Visit the forum

Question of the Day

What is Terraform?

What is Terraform (from Hashicorp) used for in technology?

See possible answers