Microsoft training courses | Wise Owl - home page

Phone (01457) 858877 or email

Blogs by Andy Brown

Showing blogs 1-20 (out of 132)

If you have a colleague who trusts you, you could always betray this trust by sending them a workbook which misbehaves: it won't close and you can't leave it!

You can use BEGIN TRY to trap errors from SQL Server 2005 onwards, and also raise your own errors using RAISERROR or THROW - this blog explains all!
Tags:   SQL / Errors, debugging
For the sake of completeness, this blog explains how to join to the results of table-valued functions (like a correlated subquery on steroids).
Tags:   SQL / Joins   |   SQL / Functions

Variable Scope in Integration Services 2012

Posted by Andy Brown on 16 April 2013 | no comments
A quick blog on how to change the scope of any variable in SQL Server Integration Services 2012.

Problems connecting to Excel workbook from SSIS

Posted by Andy Brown on 16 April 2013 | no comments
A short blog explaining why you might have problems connecting to an Excel workbook from SSIS.
Tags:   SSIS / Data flow

SSIS: Executing SQL statement for each file

Posted by Andy Brown on 05 April 2013 | no comments
How to store the name of each file in a folder in a SQL Server table using an Integration Services package.

The similarities between particle physics and SEO

Posted by Andy Brown on 04 April 2013 | no comments
SEO may not be rocket science, but it shares a big principle with theoretical physics, as this blog explains.
Tags:   SEO / General musings

Problem with using VBA to create chart labels

Posted by Andy Brown on 04 April 2013 | no comments
If your chart has more than a thousand data labels, this blog explains why you may experience problems.
Tags:   Excel / Charts   |   VBA macros / Excel Visual Basic

How to use the RANKX function in PowerPivot

Posted by Andy Brown on 20 March 2013 | no comments

This blog shows how to use each of the 5 arguments of the RANKX function to rank rows in PowerPivot.

Tags:   PowerPivot/DAX / DAX

Inline and multi-statement table-valued functions

Posted by Andy Brown on 08 February 2013 | no comments
This blog shows you how to create table-valued functions in SQL (ie functions which return a table of data!).
Tags:   SQL / Programming tables

How to create and use table variables in T-SQL

Posted by Andy Brown on 08 February 2013 | no comments
Table variables allow you to hold rows of data in temporary storage, without any processing overhead. Read this blog to add this technique to your SQL armoury!
Tags:   SQL / Programming tables

An overview of PowerPivot for Excel 2010

Posted by Andy Brown on 31 January 2013 | no comments
PowerPivot is a superb addition to Excel: it allows you to create pivot tables based on multiple tables taken from a variety of data sources, and its DAX language lets you report any statistic you want. This overview summarises how to get started with PowerPivot, and what it does.
Tags:   Excel / PowerPivot   |   PowerPivot/DAX / General

What's new in Excel 2013

Posted by Andy Brown on 30 January 2013 | no comments
Excel 2013 contains radical changes to charts, pivot tables and the user interface. This review explains all the new features of Excel 2013
Tags:   Excel / General

Writing IF and ELSE conditions in SQL

Posted by Andy Brown on 29 January 2013 | no comments
You can use the IF statement to test conditions in SQL - this blog explains how, and also explains why you might prefer to use CASE WHEN instead.
Tags:   SQL / SQL programming

Using @@rowcount and other global variables

Posted by Andy Brown on 28 January 2013 | no comments
SQL comes complete with a few useful global variables, giving you information such as the row number of the record just inserted, or the number of rows affected by a query. Here's how to use them!
Tags:   SQL / SQL programming

Creating a PowerPivot calendar in Access or Excel

Posted by Andy Brown on 16 January 2013 | no comments
This blog shows you how to create a calendar of dates for use in PowerPivot. Instructions are included for Excel and Access.
Tags:   Excel / PowerPivot   |   PowerPivot/DAX / Calendar

A keyboard short-cut for Word previous position

Posted by Andy Brown on 09 January 2013 | no comments
A short blog explaining how to use the keyboard to cycle through previous cursor positions.
Tags:   Word / General

Create a calendar table for PowerPivot in SQL Server

Posted by Andy Brown on 04 January 2013 | no comments
This blog includes the SQL script to generate a table of calendar dates for linking to from within PowerPivot.
Tags:   Excel / PowerPivot   |   PowerPivot/DAX / Calendar

Declaring and using SQL variables

Posted by Andy Brown on 03 January 2013 | no comments
Variables in SQL always begin with @, and allow you to program more efficiently. Learn the tips and tricks in this short series of blogs!
Tags:   SQL / SQL programming

Creating views in T-SQL or in the view designer

Posted by Andy Brown on 17 December 2012 | no comments
Views are queries that you can save and reuse; but you can also use them as a basis for further queries. They do have their foibles too, as this blog explores.
Tags:   SQL / Views
1-20   21-40   41-60   61-80   81-100          Next

All content copyright Wise Owl Business Solutions Ltd 2013. All rights reserved.