BI Developer Network Community blogs

Who is online?  0 guests and 0 members
Home  »  Blogs  »  Blogs: January 2012

Communifire Blogs

Blogs RSS Feed

Blogs : January 2012 postings

ChrisAlbrektson

Quickly Identify Expressions/Configurations in your SSIS Package with BIxPress

1/31/2012 by ChrisAlbrektson  -  Comments: 0  -  Views: [738]

Don’t you hate it when you’re troubleshooting a package and you have to hunt around for a configuration or an expression? Well BIxPress has solved this issue and this is by far one of my favorite features of BIxPress. Let me tell you how much of a timesaver this is and how easy it is to just glance at your package and be able to identify which items are dynamic. Once you have BIxPress installed it automatically highlights all expressions/configurations with either a red or blue icon ...

Read More

Anil

How to delete a particular row from a table in SQL.

1/30/2012 by Anil  -  Comments: 2  -  Views: [4974]

Hello all, After such a long time , I would like to post some another blog which might be helpful to the one who works in SQL. Sometimes we might need to delete the particular row from a table in SQL Database. While working someone might mistakenly insert the duplicate same data multiple times within a table that might contains a huge amount of data and after populating that table .He/she wants to delete that duplicate data inserted from a table. So, for this we might drop and recreate the table...

Read More

ChrisAlbrektson

Faster Development with Package Builder Templates from BIxPress

1/30/2012 by ChrisAlbrektson  -  Comments: 0  -  Views: [760]

Do you need to develop your SSIS packages faster? If the answer to that question is yes then here’s another reason to use BIxPress. BIxPress has a lot of features that can help speed up development that we have covered over the last couple of weeks. Today we will take a look at one of the most useful in my opinion and that’s the Package Builder and its available templates. The templates are time savers because you will not have to re-create the wheel each time you have packages that ...

Read More

CraigLove

Tales From The Road - PowerPivot & SQLDumper

1/28/2012 by CraigLove  -  Comments: 0  -  Views: [1555]

Recently I was conducting an unscheduled demonstration of PowerPivot and had one of those uh-oh moments. After I extolling the virtues of this cool tool, I launched Excel and clicked the PowerPivot Window button. I could almost hear the sad trombones playing "Wah Wah Waaaahhh...." as a command window popped up with a message similar to "Unable to open file ... Files\Microsoft Analysis Services\AS OLEDB\10\FlightRecorderCurrent.trc". Ah, the joys of unscheduled/unrehearsed demonstrations! "Not a ...

Read More

cprice1979

Knowledge Discovery in DQS

3/29/2012 by cprice1979  -  Comments: 0  -  Views: [3351]

In my last post " Building Out a DQS Knowledge Base " we set-up and configured a DQS knowledge base. In this post we are going to explore the DQS knowledge discovery process. Before we get started let's recap our demo scenario. We are working with set of data that contains all MLB and NFL teams, the league they play in, their stadium names and capacities. Our knowledge base was built using a domain for each data element (Team, League, Stadium, Capacity). We also constructed a composite domain to...

Read More

ChrisAlbrektson

SSIS Notification Framework with BIxPress

1/27/2012 by ChrisAlbrektson  -  Comments: 0  -  Views: [856]

Do you know what Notification Framework is? The primary objective for notification framework is to alert you about certain events in your SSIS package. This notification framework will alert you through email and/or SMS if your package fails along with details to help you troubleshoot the issue. As with all the other features included with BIxPress this is a very simple process and something most developers shouldn’t live without. Let’s explore this feature and I will show you how to...

Read More

DevinKnight

SSRS - Custom Code with External Assemblies

1/26/2012 by DevinKnight  -  Comments: 7  -  Views: [1505]

In a previous post I wrote about how you can use embedded custom code to extend the capabilities of Reporting Services. This week I will show you another method of using custom code but this time with external assemblies. Ideally when using custom code you would choose to do so using external assemblies. External assemblies help developers manage code from outside Reporting Services and share the exact same code across multiple report. Here’s a few of the pros and cons of using external as...

Read More

ogonzalez

Numeric vs Decimal

1/26/2012 by ogonzalez  -  Comments: 1  -  Views: [898]

  Whether you consider these to be the same or list that they are technically different there is still a valid discussion of why you should use one verses the other.  It?s a trick question! The precision and scale will produce the same results no matter what the data entered.   I entered data with the same precision and scale but changed the data on each row. Take a look at the insert statement.   I swamped the insert statement and played with all sorts of numbers. Even if I ...

Read More

MMilligan

SSIS–Um…. How To Preserve Umlauts from UTF-8 Flat File in Düssledorf? (or anywhere else for that matter…)

5/3/2012 by MMilligan  -  Comments: 1  -  Views: [3036]

Recently I had the pleasure of pulling in a flat file encoded in UTF-8 format into a SQL Server 2008 table using SSIS. I'd like to share my experience in the hopes that it will help someone else with a similar issue. It might also help me in the event I come across the situation again and forget how to get past it. The first indication of a problem was the following error message: The data conversion for column "Column 37" returned status value 4 and status text "Text was truncated or one or mor...

Read More

cprice1979

Building Out a DQS Knowledge Base

3/29/2012 by cprice1979  -  Comments: 5  -  Views: [4678]

In my last post " Getting Started with Data Quality Services ", we walked through installing the DQS client and server and briefly discussed important DQS concepts. In this blog post, we will take the next steps by building out a knowledge base. More specifically this post will focus on creating domains, establishing business rules to validate those domains and then creating composite domains to allow for cross-domain validation. We will follow-up in subsequent posts by training our knowledge ba...

Read More

marcoadf

SQL Server Agent - Creating an instance of COM component with CLSID

1/25/2012 by marcoadf  -  Comments: 0  -  Views: [2600]

Today, one of my team members faced an issue that I was not able to give the answer right away. The problem was, in SSMS while he was connected to DEV JOBs, he couldnt edit steps, as image below: First we started for privileges/permissions issue. But that was not the problem. After checking his SS version we got the problem: select @@version Microsoft SQL Server 2008 R2 (RTM) - 10.50.1617.0 (X64) Apr 22 2011 19:23:43 Copyright (c) Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 6...

Read More

ChrisAlbrektson

Real Time Package Monitoring with BIxPress

1/25/2012 by ChrisAlbrektson  -  Comments: 0  -  Views: [848]

Today we’re going to take a look at the real time package monitoring feature of BIxPress. The real time monitoring feature of BIxPress will allow you to monitor current or past packages that have been executed on your company’s server. As you can see from the below images it looks just like it does in bids when your developing your SSIS packages. From this monitoring console you can watch a single or multiple packages as they run on the server. This feature can be very useful when tr...

Read More

ChrisAlbrektson

Changing the Variable Scope with BIxPress

1/24/2012 by ChrisAlbrektson  -  Comments: 0  -  Views: [745]

Don’t you hate it when you create that variable in your SSIS package under the wrong scope? Well fret no more because as you have already guessed it BIxPress can handle this. This is just 1 more feature where BixPress can save you time when developing your packages. Below I will show you how you can easily change the scope of your variable without having to delete it. The first thing you need to do is select the first of the 4 different BIxPress variable options from the tool bar. This wil...

Read More

sqlchicken

Monday Morning Mistakes: Remote Connectivity to SQL Server

3/5/2012 by sqlchicken  -  Comments: 0  -  Views: [1239]

Inspired by common emails and questions I see, I figured I’d do a series of blog posts on common mistakes folks make with SQL Server called Monday Morning Mistakes (or #sqlM3 for short, since we all love quick hashtags these days). These are meant as quick fixes, nothing too comprehensive. Also since I just made up a hashtag, feel free to share your own #sqlM3 tips on Twitter anytime! Without further ado… Today’s quick issue: Can connect to SQL Server locally but can’t c...

Read More

indupriya

Have you heard of Prezi?

1/22/2012 by indupriya  -  Comments: 0  -  Views: [784]

Late last year one of my colleagues Mark Crosby has introduced the Prezi tool in our company to do presentations. Prezi is a presentation software that can be used in creating more visual presentations. It is different to the traditional powerpoint software as it has a Zooming user interface and uses a vector based illustration and text which creates big visual impact. The main differences between Prezi and Powerpoint that I have found are as follows: The first difference I found is that Prezi i...

Read More

cprice1979

An Overview of SSIS Projects in SQL Server 2012

1/22/2012 by cprice1979  -  Comments: 0  -  Views: [9997]

One of the new and exciting features of SSIS in SQL Server 2012 is the SSIS Project and project deployment model that is now available. The new project deployment model includes a new option for deployment as well as a bunch of new features such as shared connections, properties, environments and versioning. This post will introduce this new model and highlighting some of the various features and functions that are available. Create the Integration Services Catalog Before we can get started the ...

Read More

CraigLove

SSIS Expressions And 4,000 Character Limit (3/3)

1/21/2012 by CraigLove  -  Comments: 0  -  Views: [2630]

This is Part 3 of 3 in a series of blog entries that reviews the 4000 character expression limitation in SQL Server Integration Services packages. As I mentioned in the previous entries, the limitation exists in SQL Server 2008R2 and earlier versions. As I will demonstrate here, this limitation has been removed in SQL Server 2012. As someone who loves Integration Services, I cannot begin to explain how relieved I was to hear that this was coming. Although 4000 characters is typically more than e...

Read More

marcoadf

BULK INSERT - Identity Column

1/22/2012 by marcoadf  -  Comments: 5  -  Views: [3405]

« 1 | 2 |3 » This is the 3rd and final post about BULK INSERT. In this one I want to show you how to bulk insert a file into a table with an identity column. Here is the script to create table: CREATE TABLE [dbo].[Users] ( [UserID] int IDENTITY(1,1), [FirstName] [varchar](10) NULL, [LastName] [varchar](10) NULL, [Country] [varchar](20) NULL ) ON [PRIMARY] I want to insert a csv file without mapping UserID, since it is an identity column. File format is shown below: When trying to run...

Read More

cprice1979

Getting Started with Data Quality Services (DQS) 2012

3/29/2012 by cprice1979  -  Comments: 1  -  Views: [7373]

Data Quality Services is a new and powerful feature that is available in SQL Server 2012. Called a knowledge-driven data quality product, DQS allows you to build knowledge bases that handle the traditional data quality tasks such as profiling, correction, enrichment, standardization and de-duplication. In this blog series we will dive into DQS and explore how its numerous features and capabilities can improve and enrich your critical and valuable business data. DQS Blog Series Index Part 1: Gett...

Read More

DevinKnight

Session Code – Extending Reporting Services with Custom Code

1/19/2012 by DevinKnight  -  Comments: 0  -  Views: [6783]

This is my wish list of things I’d like to cover in todays session at 11 AM EST https://www1.gotomeeting.com/register/935071481 but seeing that I know I’ll only get to a third of these thought I would post these for everyone. If you’re seeing this late the sessions are recorded and can be viewed on www.pragmaticworks.com/Resources/webinars . Next week look for a while paper I’ll be releasing on the same topic but of course with more details and screenshots. This post is p...

Read More

TJMF

Oct. 2011 Foundation Class

1/18/2012 by TJMF  -  Comments: 0  -  Views: [501]

I'd like to thank the Foundation for helping me become more knowledgeable about the IT industry and providing continuous training with all of the various resources you've provided to us such as BIDN and the free webinars on the PW website. I'm grateful for these valuable resources coming from industry experts and I study them daily to learn and improve my SQL BI Stack skills. Thanks PWF!! -T

Read More

marcoadf

BULK INSERT - Format File (skip column)

1/22/2012 by marcoadf  -  Comments: 4  -  Views: [17131]

« 1 |2| 3 » In my previous post I've shown how to bulk insert a csv file through T-SQL. In that example I've used the same structure to both csv file and destination table. In this post I'll show you how to bulk insert a file wich struture differs from destination table. For this example, I'll take the same destination table: CREATE TABLE [dbo].[Users] ( [UserID] int NULL, [FirstName] [varchar](10) NULL, [LastName] [varchar](10) NULL, [Country] [varchar](20) NULL ) ON [PRIMARY] From ...

Read More

Anil

How to move the tables without having clustered index from one file group to another file group simply in SQL 2008.?

1/19/2012 by Anil  -  Comments: 0  -  Views: [2651]

Hello All, This might not be the proper for the blog post but it helps me to understand more regarding the transfer of tables within different file groups in MS-SQL. So, I think it will be more helpful to the others who indeed needs such information related to file groups . I had posted as below within MSDN http://social.msdn.microsoft.com/Forums/en/transactsql/thread/d35ab8ff-a6a1-458c-b3e4-b2c9f6a1ff83 I have few issues regarding the transfer of the tables from one file group to another file g...

Read More

ChrisAlbrektson

Scan your SSIS Packages for Unused Variables with BIxPress

1/18/2012 by ChrisAlbrektson  -  Comments: 0  -  Views: [1353]

Good evening BIDN, Tonight I will show you how BIxPress can scan your SSIS packages for any unused variables. This feature isn’t only limited to finding and removing unused variables but it will also inform you on how and where each variable is used. As you can see from the image below I created a simple package with a couple precedence constraints and a flat file connection. Each of these is driven from variables as shown on the variables tab. In order to see which variables are being use...

Read More

ChrisAlbrektson

SSIS Auditing Framework with BIxPress

1/17/2012 by ChrisAlbrektson  -  Comments: 0  -  Views: [1227]

Today we will be taking a look at how to implement a robust auditing framework to your SSIS packages. Now this task might sound a bit daunting but rest assured that with BIxPress this can be achieved in just a matter of minutes. Below I will give you step by step instructions on how to do this. The first step is to right click on your package in the solution explorer and select ‘Add/Remove Auditing Framework (BIxPress).’ If you don’t have BIxPress installed you will not see thi...

Read More