Tag: sql server tables

How to Get Tables Information in SQL Server via Stored Procedure

Database development, Stored Procedures

As a database administrator, developer, or data analyst, understanding the structure and details of...
Read More

How to SHOW or LIST Tables in MySQL

Database development, MySQL, Tables

There are two primary methods to view the tables in MySQL: In this article, we are going to explore them both....
Read More

Stored Procedure to Delete Duplicate Records in SQL Table

Database development, Stored Procedures, Tables

Sometimes during our run as DBAs, we come up across at least one table that is loaded with duplicate records. Even if the table has a...
Read More

How to Create a Table with Multiple Foreign Keys and Not Get Confused

Constraints, Database development, Tables

Understanding Table Relations SQL server adds foreign keys to implement relations between tables in...
Read More

Moving SQL Server Table to Different Filegroup

Database development, Tables

Introduction A table is a logical structure. When you create a table, you typically would not care which drives it sits on at the storage...
Read More
Close