Browse by Tags

All Tags » SQL Server (RSS)

Adding a Guid Parameter into SqlCommand by tsantos

This is just a random Tip. It seems like recently some people I know started to have problems passing a Guid objects as a parameter of a SqlCommand object. I already had this problem so I decided to post about it in case someone else is trying the same...
Filed under: , ,

Get JSON from SQL Server by tsantos

On Thomas Frank's blog there is an interesting post which shows how to get JSON from MySql , and I though about doing the same to SQL Server since I use it more than any other database lately. So what I did was create a stored procedure which uses cursor...
Filed under: ,
More Posts