Explore >> Select a destination


You are here

bobrubocki.wordpress.com
| | dataonwheels.wordpress.com
1.2 parsecs away

Travel
| | Thanks to Matt Gordon (@atsqlspeed) for hosting this T-SQL Tuesday. Splitting Strings in SQL A problem that has plagued SQL developers through the years is splitting strings. Many techniques have been used as more capabilities were added to SQL Server including XML datatypes, recursive CTEs and even CLR. I have used XML datatype methods to...
| | tsqltuesday.com
1.7 parsecs away

Travel
| | [AI summary] The blog post discusses SQL Server bugs and enhancements, encouraging readers to report issues through Microsoft's Connect platform and participate in the improvement process.
| | sqlatspeed.com
0.9 parsecs away

Travel
| | T-SQL Tuesday is a monthly blog party for the SQL Server community. It is the brainchild of Adam Machanic (b|t) and I am thankful for the opportunity to host this month's edition. The concept is straightforward - each month a blog hosts the party and everybody who wants to contribute can write a post about...
| | azureplayer.net
16.3 parsecs away

Travel
| Out of the box, SSDT covers objects on a database level, like tables, stored procedures, views, functions, etc. That means schema only. In many cases...