Tag Archives: SQLNewBlogger

Using WAITFOR to Test Slow Code–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. One thing I needed to do lately was test how a calling program would respond to slow code. I … Continue reading

Posted in Blog | Tagged , , | Comments Off on Using WAITFOR to Test Slow Code–#SQLNewBlogger

Connecting to SSAS–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. In a previous post, I installed SSAS on a machine. Now I need to connect to it. This post … Continue reading

Posted in Blog | Tagged , , | Comments Off on Connecting to SSAS–#SQLNewBlogger

Adding Analysis Services (SSAS) to your SQL Server instance–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. This is a fairly simple task, but recently I needed to test something in SSAS. I hadn’t installed this … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Adding Analysis Services (SSAS) to your SQL Server instance–#SQLNewBlogger

Dropping a Database Now–#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 things I find myself doing often with demos is dropping databases. I may create and drop … Continue reading

Posted in Blog | Tagged , , | Comments Off on Dropping a Database Now–#SQLNewBlogger