An Informal Look at Database Performance
A review on the basic steps to correct a poorly performing query
2010-09-08
12,487 reads
A review on the basic steps to correct a poorly performing query
2010-09-08
12,487 reads
A Technique to deal with moving data from multiple schemas into one table
2010-08-09
6,404 reads
Some useful undocumented extended and stored procedures in SQL Server 2005
2009-11-20 (first published: 2008-05-09)
33,483 reads
2009-01-17 (first published: 2008-05-28)
4,271 reads
2008-12-02
9,124 reads
2008-10-23 (first published: 2008-08-24)
1,917 reads
2008-09-09
12,791 reads
A discussion on using CTEs to speed the development and maintenance of reports and enhance readability.
2008-03-31
6,165 reads
Discusses the techniques and reasons to use opendatasource for reading text files in SQL Server 2005.
2007-12-13
10,385 reads
Both SQL Server and PostgreSQL are moving fast into AI territory — and if...
By Steve Jones
We keep adding new AI capabilities to Redgate Monitor, where it makes sense. Check...
By ReviewMyDB
A behind-the-scenes look at Day of Data Jacksonville 2026, the transition from SQL Saturday,...
WhatsApp CS,0817844112 Komp. Pertokoan Jayapura, Jl. Pacific Permai Jl. Dr. Sam Ratulangi No.31 Blok...
WhatsApp CS,0817844112 Jl. Jend. Sudirman No.17, RT.008/RW.04, Pangkal Lalang, Kec. Tj. Pandan, Kabupaten Belitung,...
Hallo all! My problem is this: I have quite a bunch of TSQL scripts...
Does this run successfully on a SQL Server 2022, US English default installation?
DECLARE @YenAmount MONEY; SET @YenAmount = ¥1500; SELECT @YenAmount AS RawValue;See possible answers