Login
Discover
Waves
Decks
Upgrade
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Controversial
Rising
Promoted
tsql
sqlinsix
data
Friday, November 5, 2021 12:24 PM
Creating a GUID For Each GUID
Creating a GUID for each GUID
$ 0.720
14
sqlinsix
data
Saturday, September 18, 2021 4:36 PM
Transaction Log Becoming Full Due To Replication
Solving transaction log being full due to replication
$ 1.433
9
1
sqlinsix
sqlserver
Friday, March 26, 2021 8:31 AM
ARITHABORT Settings, Query Speed and Applications Running Queries
Why does our query run fast in Sql Server management studio but slow in our application?
$ 0.693
7
sqlinsix
data
Sunday, March 14, 2021 8:51 AM
Using IF Statements With T-SQL
How to write if statements in SQL Server
$ 0.160
3
hivestudents
Hive Student Connect
Thursday, July 24, 2025 6:31 PM
Promoted
Introducing Hive Student Connect Hive Community
Welcome To Hive Student Connect. Students are an important part of every society. They play a vital role of being the foundation for the future. Eager to learn, grow and develop, they bring new ideas to
$ 8.331
125
45
16
sqlinsix
data
Saturday, February 27, 2021 5:53 PM
Easily Getting the Number of VLFs For A Database
How to quickly get the VLF count for a database in SQL Server
$ 0.153
4
sqlinsix
data
Wednesday, July 1, 2020 9:57 AM
Transaction Log Becoming Full Due To Replication
Review the solution and discussion in the video The transaction log for database 'DB' is full due to 'REPLICATION'. We do not want to develop the habit of micro-managing transaction logs, so we should
$ 0.108
10
sqlinsix
data
Monday, June 29, 2020 8:20 AM
Shrinking A File In SQL Server
Check out the solution in the video TSQL: DBCC SHRINKFILE Part I. Depending on the environment and setup, we may be required to shrink a file in SQL Server (such as a log file). Lower environments (generally,
$ 0.204
5
sqlinsix
data
Monday, June 22, 2020 8:42 AM
Using IF Statements With T-SQL
In the video T-SQL: How To Use If Statements, we look at how to use IF statements with T-SQL. These can be an alternative to CASE WHEN statements in some situations (see video T-SQL: How To Use CASE WHEN
$ 0.307
5
bleujay
photography
Saturday, August 2, 2025 12:38 PM
Promoted
Principle / Timeless Truth.....presented by Bleujay
Principle, Photographs, Painting and more.....
$ 22.718
404
46
7
sqlinsix
data
Friday, May 8, 2020 8:37 AM
Finding Values In One Table That Aren't In Another Table
Check out the solution in the video TSQL: Find Values In One Table Not In Another Table. In the example, we see how to identify data in one table that does not exist in another table. This may be extremely
$ 0.076
1
sqlinsix
data
Sunday, May 3, 2020 10:00 AM
Getting Open Transactions With DBCC OPENTRAN
Check out the solution in the video TSQL: DBCC OPENTRAN. In honor of one of my favorite DBAs, we look at using the DBCC OPENTRAN. We simulate an example with this technique and show what we see and what
$ 0.000
0
sqlinsix
data
Saturday, May 2, 2020 8:10 AM
Violation of Primary Key (SQL Server)
Check out the solution in the video (ETL) Violation of PRIMARY KEY constraint 'PK_Constraint' - Different Source and Destination Keys. One pattern I've seen quite often is developers changing primary keys
$ 0.000
1
sqlinsix
data
Thursday, April 30, 2020 9:52 AM
Object Doesn't Exist Or You Lack Permissions In SQL Server (Naming)
Check out the solution in the video Cannot find the object sp_Name because it does not exist or you do not have permission (naming). While this error should rarely appear, it serves as a reminder to avoid
$ 0.000
0
a07
Amazing Drinks
Saturday, August 2, 2025 2:17 PM
Promoted
Healthy and tasty Mango drink.
How are you all? I hope you are well. I am also well by the grace of Allah. Today I have come before you with another new post. Today my post is a recipe post. One of my favorite drinks. I have made it.
$ 6.773
259
4
2
sqlinsix
data
Wednesday, April 29, 2020 8:32 AM
Should We Use the NOLOCK Hint?
Check out the discussion in the video . A colleague once shared a story of a company that dismissed a developer because the developer had run a query counting records without using NOLOCK. The OLPT environment
$ 0.000
0
sqlinsix
data
Monday, April 27, 2020 9:30 AM
Getting the Median In T-SQL and Why
We look at median overall and with T-SQL in What Is Median? Why Use Median?. As you can see, we see one way in which we can obtain the median using T-SQL. We also notice a comparison of average versus
$ 0.000
0
sqlinsix
data
Sunday, April 26, 2020 5:38 PM
Quickly Obtain Log Space Used In SQL Server
Check out the solution in the video TSQL: Quickly Obtain Log Space Used (DBCC SQLPERF). Prevention beats cure, but this is a great command for those situations we haven't had time to look at and need to
$ 0.000
0
sqlinsix
data
Friday, April 24, 2020 8:24 AM
Investigating the SOS_SCHEDULER_YIELD Wait Type
Check out the solution in the video Wait Types Part IX: SOS_SCHEDULER_YIELD. Before you dive into the system, make sure you understand the architecture, as we expect to see some wait types such as these
$ 0.000
2
wiseagent
Movies & TV Shows
Saturday, August 2, 2025 2:05 PM
Promoted
MOVIE REVIEW: ”Until Dawn” (2025)
This publication was also writen in SPANISH and PORTUGUESE. IMDb Synopsis: In search of explanations a year after the mysterious disappearance of her sister (Melaine), Clover and four friends (Max, Nina,
$ 7.839
268
1
5
sqlinsix
data
Thursday, April 23, 2020 8:16 AM
Getting Maximum Column Lengths In SQL Server
Check out the solution in the video TSQL: Get Maximum Length of Every Column On A Table. This can be helpful if we require strict limits in downstream tables, assuming that we have a data flow where we
$ 0.000
0
sqlinsix
data
Wednesday, April 22, 2020 9:08 AM
Getting the Last Restore Date In SQL Server
Check out the solution in the video TSQL: Get Last Restore Date. I've faced situations where backups were failing, but we didn't have any warnings, so running this query and organizing the output by latest
$ 0.000
2
sqlinsix
data
Tuesday, April 21, 2020 8:25 AM
Using Table Locks Hints
Check out the discussion about table lock hints in the video TSQL: TABLOCK vs. TABLOCKX (vs. Normal Process). We look at the actual results of using the different hints and consider whether we'd want to
$ 0.000
0
sqlinsix
data
Sunday, April 19, 2020 10:01 AM
Violation of PRIMARY KEY Constraint - When Source And Destination Keys Differ
Check out the solution in the video (ETL) Violation of PRIMARY KEY constraint 'PK_Constraint' - Different Source and Destination Keys. While it's rare to see, from time to time, I do see a design where
$ 0.000
0
Top communities
Create decentralized community