Forum Replies Created

Viewing 15 posts - 10,921 through 10,935 (of 15,381 total)

  • RE: error

    harri.reddy (8/28/2012)


    from oledb source to multitask to oledbdestionation in data flow task.

    i am getting this error on OLEDB Destination

    As others have already stated, you need to provide more details. What...

  • RE: Help With Foreign Keys

    david_a_wallace (8/28/2012)


    Thanks for your help, I'll keep on with this method of making numeric autonumber IDs instead of using things like people's names.

    The reason the ContainerTypeID is in the contact...

  • RE: Select Query

    Sean Lange (8/28/2012)


    You can also expand the table in SSMS. You can click and drag the "Columns" folder to a query window and you will have comma separated list of...

  • RE: Select Query

    You can also expand the table in SSMS. You can click and drag the "Columns" folder to a query window and you will have comma separated list of all the...

  • RE: Help With Foreign Keys

    david_a_wallace (8/28/2012)


    OK I have tried to take the advice given (thanks for giving it) and change the database table structure, I have linked the tables into MS Access and drawn...

  • RE: ISDATE

    Jan Van der Eecken (8/28/2012)


    Just a question: Why would one want to pass a DATE to ISDATE()? Surely that should always return TRUE, even if it is NULL (which it...

  • RE: Help With Foreign Keys

    david_a_wallace (8/27/2012)


    Thanks for your help.

    The problem I have with using IDs as keys is the user will see the IDs instead of the text on the main forums and would...

  • RE: can any one tell me how to split the given @parameter data into three column of table?

    More importantly than getting the desired output....do you understand what that function does? Can you explain it somebody else? Keep in mind that YOU are the person who has to...

  • RE: can any one tell me how to split the given @parameter data into three column of table?

    sivajii (8/27/2012)


    thanks

    dwain.c

    it was working fine

    can u plz give one idea is there any chance to avoid null value instead of that...

  • RE: does not work with outer join or outer apply

    ylsvani (8/27/2012)


    Thanks for the response. Here are the scripts for the above

    I am new sql server. I am trying to get the following data. I have 3 different tables

    create table...

  • RE: does not work with outer join or outer apply

    Hi and welcome to SSC! Your post is so vague nobody can do much to help. We would need to see ddl (create table scripts), sample data (insert statements) and...

  • RE: SUM and MAX statment together

    Jeff Sims-413169 (8/27/2012)


    I have a table that is storing the data file information. I need to pull out of that table the SUM of file_sizes located on each...

  • RE: Help With Foreign Keys

    Looking at your problem a little bit you seem to not know how to properly reference other tables. You seem to routinely reference data so that is ends up being...

  • RE: Help With Foreign Keys

    david_a_wallace (8/27/2012)


    It doesn't seem to have the answer though that link.

    It says "The series of cascading referential actions triggered by a single DELETE or UPDATE must form a tree that...

  • RE: Help With Foreign Keys

    A simple search from google of BOL should provide you this type of stuff. A simple google search for "sql server foreign key cascade update" returned the following as the...

Viewing 15 posts - 10,921 through 10,935 (of 15,381 total)