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,707 reads
Professional SQL Server 2000 XML - Find out if this book from Wrox is as interesting as it sounds.
2001-09-12
3,707 reads
This is a great administrative reference for anyone using SQL Server 2000.
2001-08-08
3,278 reads
Steve Jones reviews Robert Viera's Professional SQL Server Programming text.
2001-08-01
3,510 reads
Is this a book you should read? Spend a few minutes reading the review to find out!
2001-07-23
4,562 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
Welcome back, my fellow sleuths, to my mystery-inspired blog series! I’m having a ton...
By Steve Jones
This was one of the original values: The facing page has this text: No...
By Chris Yates
For decades, enterprises have thought about data like plumbers think about water: you build...
Comments posted to this topic are about the item Create an HTML Report on...
Comments posted to this topic are about the item I Love Editorials
Hi everyone I have a 1000 plus line query and I am getting an...
What happens when I run this code:
DECLARE @s VARCHAR(1000) = 'apple, pear, peach' SELECT * FROM STRING_SPLIT(@s, ', ')See possible answers