2009-07-21
2,998 reads
2009-07-21
2,998 reads
2009-07-08
3,343 reads
2009-06-24
3,051 reads
2009-06-04
2,737 reads
This article is part one of a two part series on how to perform data visualisation with SQL Server 2008
2008-12-22
3,010 reads
This is the second article in the series on the new spatial data types in SQL Server 2008
2008-11-20
6,404 reads
This paper is an introduction to Earth-oriented coordinate systems, projections, models, and mapping. While not specific to any technology, this information provides valuable background for those who will use spatial data in SQL Server.
2008-10-31
2,599 reads
2008-09-26
2,599 reads
2008-08-22
2,806 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 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...
Comments posted to this topic are about the item Stairway to Snowflake Level 5...
What does this code return in SSMS 20 from SQL Server 2019?
select '|' + CHAR(0)+'abc' + '|';See possible answers