Forum Replies Created

Viewing 7 posts - 121 through 127 (of 127 total)

  • RE: Transforming table rows to columns

    This can be done using a cursor, but cursors are generally avoided because of performance, resources, etc.  Below is a script that will work with your data sets.  Instead of...

  • RE: Transforming table rows to columns

    Do a search on this site for Pivot Table.  Each listed applies to your question but are written to accept input that include three columns of data not 2.

    Browse through the...

  • RE: import csv file by calling store proc

    Since DTS may or may not be something you are familiar with (couldn't tell in your posting) I'll give an ugly crash course.

    Use DTS (Data Transformation...

  • RE: Multi-Value parameters

    To add some samples that you can choose from.

    This is a user defined function that I use to return a table of parameters passed in a parameter string.  Lets say...

  • RE: Timed Event

     

    this may be what you are looking for:

     

    Copied from BOL:

    ø†úÎC Ôr4rªqŒ~kà2Ÿh/$¤É#–c’IêI¯74¬¹U&¼Í0±wr64Ak²?°I*£î`oç^·àÏ]jwvò¶ž¶VÙ渓smÏ8P:ãÔ×”xoKµRä©sƒ¸Œ‘^³§[ì(ãÓükàñ‘z#é¨sµ«>”ÒÛS¶G²•nahhÎzV—ö\¿óÉ«Ê~'>

    Send feedback about this pageKeyboard...</a></td><p></tr><p></tbody><p></table><p></div><p></div> </div> <div class=

    June 7, 2006 at 1:02 pm

    #642375

  • RE: Exporting to CSV with Leading Zeros

    My two cents...  The easiest way to solve this is to set your destination connection's data source to "Microsoft Excel 97-2000". (if you used the wizard to create your DTS...

  • RE: Error while running BULK INSERT

    I don't know if you are having the exact error described in this link (http://support.microsoft.com/?kbid=825197) but take a look.  It states the obvious, install...

  • Viewing 7 posts - 121 through 127 (of 127 total)