• Home
  • Archive
  • About
  • Contact
  • Books
Grab the RSS feed

Programmer’s Edge

Programmer’s Edge
  • Home
  • Databases
    • SQL Server
    • SSIS
    • Reporting Services
  • Development
    • ASP.NET
    • Dynamics
  • Miscellaneous
    • Uncategorized
    • Microsoft Happenings
  • Community
    • Presentations
    • Events

About the Blog

Programmer's Edge is a blog devoted to my passion of programming and database development using Microsoft technologies. Read more...

Twitter Stay updated on Twitter Email Me Send me a Message RSS Feed Subscribe to Updates
  • Community

    Posted on March 3rd, 2010

    Written by Arie

    Related Posts

    • SSIS Hints: Getting a Row Count within the Data Flow
    • T-SQL: Padding Values
    • 2009 PASS Board of Directors Elections
      68 views

    Job Posting: Looking for a SQL Server DBA

    For any of those that are currently in the hunt for a job, we are currently looking for a SQL Server DBA to work at Perpetual Technologies here in Indianapolis, IN. I have posted the job requirements below and anyone whom is interested please contact Lisa Weaver our ‘Super Recruiter’ at Lisa.Weaver@perptech.com  or send them [...]

  • Community

    Posted on December 11th, 2009

    Written by Arie

    Related Posts

      433 views

    Changes coming to ProgrammersEdge.com!

    In the coming month, there will be  a few changes coming to the site. First of which, is that I will be separating out the site content so that Programmersedge.com will contain  mainly application development items.
    The SQL Server and database related items will then be moved to a new site SQLSherpa.com. Additionally, over the [...]

  • ASP.NET

    Posted on November 9th, 2009

    Written by Arie

    Related Posts

    • Stretching Your IT Budget Through Consultants
    • SMO:Working with Extended Properties
    • South Florida Code Camp: SMO Presentation
      219 views

    MVC Development: Remember to Unblock the Moq!

    If any of you are doing ASP.NET MVC development right now and are really into doing TDD then more than likely you are using Moq as one of your flavors of mocking libraries. If not then I would advise you to at least give it some consideration as it was built from the ground up [...]

  • SSIS

    Posted on November 5th, 2009

    Written by Arie

    Related Posts

    • Ft.Wayne PASS Presentation: SSIS
    • Clustering SQL Server 2005 Integration Services
    • SQL Server 2005: Using Web Services in SSIS Data Flow
      906 views

    SSIS Hints: Getting a Row Count within the Data Flow

    One of the main hindrances of the RowCount component in SSIS is that the variable that stores the row count is not updated till the data flow component has finished processing. What if you need to have the row count within the data flow component? I ran into this exact problem when I had to [...]

  • SQL Server

    Posted on November 4th, 2009

    Written by Arie

    Related Posts

    • SQL Server 2008: Extended Events Manager GUI
    • T-SQL Enhancements in SQL Server 2005 & 2008
    • SQL Saturday #23 – Louisville,KY
      473 views

    T-SQL: Padding Values

    Sometimes its the simple things that really irritate you as a DBA. Case in point is the lack of a LPAD, RPAD functionality in T-SQL. What makes it slightly more inconvenient is that there is similarly no LEFT and RIGHT functions to compliment the SUBSTRING function.
    These string functions often come in handy when integrating [...]

  • Community

    Posted on November 2nd, 2009

    Written by Arie

    Related Posts

    • 2nd Annual Back to School with Microsoft & Oracle Event
    • CincySQL Presentation
    • Job Posting: Looking for a SQL Server DBA
      740 views

    2009 PASS Board of Directors Elections

    ** Disclaimer: I wrote this at 12:58 Saturday Morning. So all bets are off to an overly intelligent argument. Just my thoughts on it all. At least, it shows how passionate I am about the community.
     
    Well, lucky ..lucky me.. in the aspect that I had looked over the board of directors election application a [...]

  • SQL Server

    Posted on October 26th, 2009

    Written by Arie

    Related Posts

    • Recursive Queries using Common Table Expressions (CTE)
    • SQL Server 2008: Extended Events Manager GUI
    • Using INFORMATION_SCHEMA to Get Column Information
      339 views

    Common Table Expressions (CTE)

    Common Table Expressions have been available to use since SQL Server 2005 and provide a more elegant way in which to handle a temporary result set other than using a temporary table. The syntax is similar to what I show below
    WITH <expression name> ([column name1,column name 2,…) AS ( [...]

  • Community

    Posted on October 26th, 2009

    Written by Arie

    Related Posts

    • SQL Saturday #23 – Louisville,KY
    • South Florida Code Camp Presentation: Reporting Services 2008
    • IndyPASS Presentation
      195 views

    SQL Server Saturday – Louisville

    I had a great time presenting at the SQL Server Saturday event in Louisville over the weekend. Thanks to all of the people whom volunteered their time to put it on as I think that everyone there generally enjoyed themselves. Attendance was good and the crowd seemed to be fairly attentive. I did hear a [...]

  • SQL Server

    Posted on October 16th, 2009

    Written by Arie

    Related Posts

    • 2nd Annual Back to School with Microsoft & Oracle Event
    • SQL Server 2008: Extended Events Manager GUI
    • Using INFORMATION_SCHEMA to Get Column Information
      710 views

    SQL Server 2005 Transactional Replication: Tips & Tricks

    One of the more intimating things in the database architecture for DBAs that I meet at events is replication. Especially, if the replication that you need to set up needs to have a little twist in it that is not handled necessarily by the GUI Wizards in SQL Server Management Studio. What most DBAs need [...]

  • Community

    Posted on October 13th, 2009

    Written by Arie

    Related Posts

    • SQL Server Saturday – Louisville
    • IndyPASS Presentation
    • SQL Saturday #23 – Louisville,KY
      254 views

    SQL Saturday #23 – Louisville,KY

    Just a quick hit to let everyone know again that I will be speaking at the SQL Saturday event in Louisville,KY on October 24th! If you haven’t signed up for the event then make sure you get onto the SQL Saturday site and do so today. It should be a great day to learn some [...]

  • Older Posts Yeah! There are more posts, check them out.

  • Popular Content
    • SSIS: Using IF(IIF) logic in Derived Column - 10,491 views
    • SSIS: Reading and Writing to Variables in Script Task - 5,155 views
    • Writing to a Variable in SSIS Script Component - 3,617 views
    • SSIS: Setting up an XML Configuration File - 3,360 views
    • SSIS: Excel Import in a 64 bit Environment…… - 2,791 views
    • Advanced Excel Manipulation in SSIS: Part I - 2,555 views
    • SQL Server 2005 SP2 - 2,300 views
    • 2nd Annual Back to School with Microsoft & Oracle Event - 2,040 views
    • SSIS Tips & Tricks: Easiest way to implement SFTP - 1,990 views
    • SSIS: Running Packages in SQL Server Agent - 1,658 views
  • Who’s Reading?
    Locations of visitors to this page

Copyright © 2008 Programmer’s Edge - Powered by Wordpress