Forum Replies Created

Viewing 15 posts - 1,171 through 1,185 (of 7,164 total)

  • RE: SSIS 2005 for French accents

    Are you issuing a series of INSERT statements or are you using something like an OLE DB Destination from SSIS? If the former, then check the N prefix mentioned earlier....

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: partition table

    Just curious, why are you choosing to add partitioning to your table?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Memory Poke

    Never heard of such a thing. Sounds like someone was under pressure to put something, anything, out there as a solution to a problem they could not solve, but what...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: In clause is giving problem in dynamic sql.

    abhas (5/3/2013)


    Hi All,

    I am trying to run below simple query. I am trying to pass comma separated string into my query but its not working. if i pass single value...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Logging Raiserror log messages into a table

    SQLspy (5/2/2013)


    I was wondering if you would be willing to share the relevant portions of your code to do this RAISERROR logging?

    Thanks in advance

    I misread your PM. Sorry, I do...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Logging Raiserror log messages into a table

    Jeffrey Williams 3188 (5/2/2013)


    You need to also be aware that any explicit transactions - with explicit rollbacks will also roll back any of these messages that are being logged.

    To clarify,...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Need help in transfering 400 million from SQL Server to SQL Server

    Just to add to what Jeffrey said, if performance is of primary concern and you have a little time to tune the SSIS you can play around with adjusting the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSIS - Unzipping two times

    Please do not cross-post. Direct replies here:

    http://www.sqlservercentral.com/Forums/Topic1448864-364-1.aspx

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Dynamic ETL with SSIS

    Thanks for sharing your success story. I like that in the end you got a working solution that serves your users and your company well. That's what we do.

    While I...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: .txt and .csv

    You will need to loop over *.* but inside the loop you can setup a dummy Script Task that has no custom code in it just for the sake of...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Retrieve data and log file names from SQL database

    Try something like this instead:

    Add-PSSnapin SqlServerCmdletSnapin100 -ErrorAction SilentlyContinue

    Add-PSSnapin SqlServerProviderSnapin100 -ErrorAction SilentlyContinue

    $searchTerm = "something"

    # note the second entry is for a default instance so you would only change the word "server"...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: how can i get Powershell

    Is this a recurring need?

    If not, I do this kind of impact analysis using a multi-query window in SSMS and running a "find" proc that can search the metadata of...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Today's Random Word!

    L' Eomot Inversé (5/2/2013)


    SQLRNNR (5/2/2013)


    CDONTS

    CDOSYS

    System.Net.Mail

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Script to open encrypted, dynamic excel files

    If you post your PowerShell code I can help you port it to VB.net which you can use inside a SSIS Script Task.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Production Move

    AAKR (5/1/2013)


    Hi All,

    I am going to a move a server to production. The present production is 2005 enterprise, now i am going to move this production to 2008 r2 slandered.

    Here...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 1,171 through 1,185 (of 7,164 total)