Tag Archives: SQLNewBlogger

Basic Cursors in T-SQL–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. Cursors are not efficient, and not recommended for use in SQL Server/T-SQL. This is different from other platforms, so … Continue reading

Posted in Blog | Tagged , , | 3 Comments

No Scalars with JSON_QUERY–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I started to dig into JSON queries recently, and as I continued to experiment with JSON, this struck me … Continue reading

Posted in Blog | Tagged , , , | Comments Off on No Scalars with JSON_QUERY–#SQLNewBlogger

Basic JSON Queries–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. Recently I saw Jason Horner do a presentation on JSON at a user group meeting. I’ve lightly looked at … Continue reading

Posted in Blog | Tagged , , , | 4 Comments

PowerShell Arrays and Hash Tables–#SQLNewblogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I was watching the GroupBy talk the other day and noticed that Cláudio Silva was using arrays, or what … Continue reading

Posted in Blog | Tagged , , | 3 Comments