Book Review:Admin 911: SQL Server 2000
This is a great administrative reference for anyone using SQL Server 2000.
2001-08-08
3,273 reads
This is a great administrative reference for anyone using SQL Server 2000.
2001-08-08
3,273 reads
I got this script from SQL Server Professional Magazine in an article by Andrew Zanevsky. It performs transactions to fill up virtual log files and continually shrinks the log until the desired level of shrinkage is achieved.
2001-08-08
10,113 reads
2001-08-06
3,750 reads
Steve Jones reviews Robert Viera's Professional SQL Server Programming text.
2001-08-01
3,504 reads
2001-07-30
3,287 reads
The downturn in the economy has left quite a few technical people out of work. This ongoing article describes the experiences over the past two years of Steve Jones. Reader experiences are requested and the article will be updated weekly.
2001-07-26
6,882 reads
2001-07-23
3,189 reads
Ever had to calculate the number of business days between two dates? This article presents a way to solve this problem in T-SQL.
2001-07-18
12,995 reads
Steve Jones's review of a great guide for tuning the Windows 2000 OS.
2001-07-18
3,530 reads
This book discusses some of the issues that exist today in software. A good read for anyone developing software.
2001-07-11
2,942 reads
I wanted to figure out how big (or approximately how big) my dump file...
This month, I prompted bloggers to discuss whether good enough is perfect. Thank you to all...
By Steve Jones
Recently a customer asked if SQL Compare and SQL Data Compare can be used...
I have a table. Structure in script below. I have to compare and see...
I have an application team that is insisting on daily (and for some, weekly)...
i see this in the definition of a linked server on our wh sql...
What does this code return in SSMS 20 from SQL Server 2019?
select '|' + CHAR(0)+'abc' + '|';See possible answers