Forum Replies Created

Viewing 15 posts - 391 through 405 (of 7,164 total)

  • RE: SSIS Script Task and running a stored procedure

    JustMarie (1/28/2016)


    I'm using a stored procedure to generate the HTML necessary for the email. That outputs to a string variable.

    Can you clarify "outputs?" Do you mean as a resultset...

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

  • RE: SSIS Import Column Set XML

    ringovski (1/27/2016)


    Orlando Colamatteo (1/27/2016)


    It is still not clear to me what you are trying to do.

    Or are you looking to copy data from an XML column in one...

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

  • RE: Create Text File from SELECT

    Jeff Moden (1/28/2016)


    Orlando Colamatteo (1/27/2016)


    What you have here is a multi-record format where the header line has a different column-format than the data lines. T-SQL solutions traditionally have trouble with...

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

  • RE: SSIS Import Column Set XML

    It is still not clear to me what you are trying to do.

    Are you trying to copy data from an XML column in one server to an XML column...

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

  • RE: SSIS Script Task and running a stored procedure

    JustMarie (1/27/2016)


    The desired outcome - open an existing connection manager, run a stored procedure, save the results to a variable, close the connection manager.

    I need to send HTML formatted email...

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

  • RE: Database Corruption- an assertion failure is caused by a software bug or data corruption

    Nassan (1/27/2016)


    Hello Friends, have sql server 2005 and I'm getting this error message when I write any query or application connects to the Database.

    "A system assertion check has...

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

  • RE: Database Corruption- an assertion failure is caused by a software bug or data corruption.

    Please do not duplicate your posts in different forums.

    Direct replies here: http://www.sqlservercentral.com/Forums/Topic1756209-146-1.aspx

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

  • RE: Reading from image column

    Not quite following...can you post the table definition and a row of sample data (minus any lengthy binary) to help clarify?

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

  • RE: Why do I get this error ?

    Any reason why you need this procedure to add a column named DUPLICATE to a table, i.e. why is the column not already on the table if it is actually...

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

  • RE: Need help to understand Clustering Integration Services

    You can read about the different deployment models for SSIS, Package and Project, in Books Online.

    As for how they get deployed to a production setting, eg by sending to a...

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

  • RE: Create Text File from SELECT

    Jeff Moden (1/26/2016)


    We've actually dismantled all SSIS packages except 1 and we're working on that.

    Funny you mention it. I finished migrating the last process that made use of xp_cmdshell in...

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

  • RE: SQLCMD 2014 using NTLM instead of Kerberos

    I get Kerberos from version 11 (SQL 2012). I do not have version 12 tools setup anywhere at the moment that I could use to test.

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

  • RE: Always on issue

    Sounds like you need to look into your failover mode settings coupled with your sync mode.

    Also, from a data loss perspective are you running in async or synchronous mode...

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

  • RE: Create Text File from SELECT

    What you have here is a multi-record format where the header line has a different column-format than the data lines. T-SQL solutions traditionally have trouble with these as hou have...

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

  • RE: SSIS Import Column Set XML

    I think they want to shred the XML column contents in the context of the Package and load the resulting data into standard tables on the downstream.

    @ringovski can you...

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

Viewing 15 posts - 391 through 405 (of 7,164 total)