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,699 reads
Professional SQL Server 2000 XML - Find out if this book from Wrox is as interesting as it sounds.
2001-09-12
3,699 reads
This is a great administrative reference for anyone using SQL Server 2000.
2001-08-08
3,273 reads
Steve Jones reviews Robert Viera's Professional SQL Server Programming text.
2001-08-01
3,504 reads
Is this a book you should read? Spend a few minutes reading the review to find out!
2001-07-23
4,554 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
Steve Jones's review of this classic and reference. A must-have for every SQL Server DBA.
2001-07-04
5,401 reads
2001-06-25
7,053 reads
2001-06-20
3,636 reads
2001-06-13
3,505 reads
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 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...
Is this even possible ? Tried with grant but to no avail. [sys].[database_role_members] and...
What does this code return in SSMS 20 from SQL Server 2019?
select '|' + CHAR(0)+'abc' + '|';See possible answers