2006-11-30
1,276 reads
2006-11-30
1,276 reads
2006-11-29
822 reads
2006-11-28
952 reads
2006-11-27
979 reads
2006-11-24
903 reads
Data space can be a concern in many situations as more and more data is being stored in your systems. Designing your schema to take this into account is important for a DBA and Steve Jones takes a look at how design decisions can be used to solve a business problem.
2006-11-23
5,743 reads
2006-11-23
865 reads
2006-11-22
1,749 reads
2006-11-21
852 reads
Steve Jones talks about the ne value of the new certification program from Microsoft.
2006-11-20
578 reads
By John
Recently, the world was reminded of just how fragile the internet can be. Two...
By Brian Kelley
In Parts 1-3, I covered how I prepare for a certification exam. In this...
By Steve Jones
I was chatting with the product managers at Flyway and one asked me whether...
I have a view where I am casting a datetimeoffset(7) field to smalldatetime or...
hi for the 2 years i've been here I believe we've had "encryption" turned...
Hi I have an overnight process that moves allot of claims records Been working...
In SQL Server 2025, what does this return?
DECLARE @player varchar(20) = 'Bo Nix', @num VARCHAR = '10' SELECT @player || @numSee possible answers