Tag: sql server

Community

SSIS Expression Editor & Tester

(Darren Green) About five years ago I developed my own expression editor control. It first got used in our custom tasks as the MS editor didn’t become available until SQL 2005 SP1, but even then it had some handy features I preferred. For example resizable panes so that if your expression result was

Community

Database Owner Conundrum

(John Magnabosco) Have you ever restored a database from a production environment on Server A into a development environment on Server B and had some items, such as Service Broker, mysteriously cease functioning? You might want to consider reviewing the database owner property of the database.

Community

Cache Refresh in SSRS 2008 R2

We had discussed caching options in SSRS in one of our articles before – here. In today’s post, we are going to look into the cache refresh functionality that has been introduced in R2 version of SQL Server 2008. Prior to R2, if the cache expires and a request is made to render the report, the req

Community

SQL Azure Migration Wizard

(Andy Novick) SQL Azure provides relational database capability in the cloud. One of the features that is missing is a way to move databases up or down from your in-house SQL server. So how do you move a database schema and data up to the cloud? In this tip I will walk through a utility that will