Tag Archives: SQLNewBlogger

What’s my MAC Address in a Command Prompt?–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. The other day I was working with a licensing issue and someone requested my MAC address to track something … Continue reading

Posted in Blog | Tagged , , | 1 Comment

STRING_SPLIT Basics–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I saw a post on using STRING_SPLIT() with cross apply recently, and as I was reading, I realized that … Continue reading

Posted in Blog | Tagged , , | 1 Comment

Using NULLIF–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I ran across the NULLIF() function recently, and I realized I’d never used it in code. It’s an interesting … Continue reading

Posted in Blog | Tagged , , | Comments Off on Using NULLIF–#SQLNewBlogger

Delaying Code Execution with Waitfor–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. One of the rarely used commands for me is the WAITFOR command. This is a command that intentionally introduces … Continue reading

Posted in Blog | Tagged , , | Comments Off on Delaying Code Execution with Waitfor–#SQLNewBlogger