Review: Professional SQL Server 2000 XML
Professional SQL Server 2000 XML - Find out if this book from Wrox is as interesting as it sounds.
2001-09-12
3,708 reads
Professional SQL Server 2000 XML - Find out if this book from Wrox is as interesting as it sounds.
2001-09-12
3,708 reads
This is a great administrative reference for anyone using SQL Server 2000.
2001-08-08
3,279 reads
Steve Jones reviews Robert Viera's Professional SQL Server Programming text.
2001-08-01
3,511 reads
Is this a book you should read? Spend a few minutes reading the review to find out!
2001-07-23
4,563 reads
Steve Jones's review of a great guide for tuning the Windows 2000 OS.
2001-07-18
3,538 reads
This book discusses some of the issues that exist today in software. A good read for anyone developing software.
2001-07-11
2,943 reads
Steve Jones's review of this classic and reference. A must-have for every SQL Server DBA.
2001-07-04
5,404 reads
2001-06-25
7,060 reads
2001-06-20
3,642 reads
2001-06-13
3,512 reads
By DataOnWheels
Over the past few months, I have debated starting a new blog to discuss...
By Steve Jones
It’s that time of the month again, and once again, I’m late and I’m...
By Steve Jones
This is from 2010, but I loved that people felt this way about Redgate...
hi, need to known weather fast farwand cursor is faster than a while loop...
Comments posted to this topic are about the item Economics of AI: What is...
Comments posted to this topic are about the item Poor Name Choice
I run this code on SQL Server 2022 to get a list of all the indexes and their key columns. What is returned?
SELECT
INDEX_COL (N'AdventureWorks2017.Sales.SalesOrderDetail') See possible answers