Forum Replies Created

Viewing 15 posts - 25,531 through 25,545 (of 26,490 total)

  • RE: Indexed Views - EXACTLY what is stored...

    I am trying to figure out your concern over the duplicated data.  Yes, the data is dupicated from the base tables to the indexed view, but this is controlled by...

  • RE: Using CLR Stored Procedure to run SSIS packages

    How would you run an SSIS package from T-SQL?

  • RE: Using ''''IN'''' Function

    Can you provide the DDL for all the tables involved?  In the script, be sure to include the collation of the character fields.

  • RE: Unzipping/Importing Multiple Files

    Not familiar with 7zip, but this doesn't look right to me:

    Arguements: e @[User::FileName] -o:c\dep\unzip

    Not sure what you need, but I think the use of the SSIS variable is incorrect. ...

  • RE: sp_start_job - Don''''t know how to explain this

    Glad to help!  Would like to know if it helps with the other issue you mentioned about all the jobs ending at the same time.

  • RE: Unzipping/Importing Multiple Files

    Without out going into any details, yes you can.  You would also use the File System Task in the For Each Loop Container for moving and deleting the files.

  • RE: sp_start_job - Don''''t know how to explain this

    Kurt,

    I am assuming you are using sp_add_job in your stored procedure to create the jobs.  You can add a parameter to this procedure, @delete_level = x.  The value for x...

  • RE: Conforming dimensions

    Stephenie,

    Actually what you did makes good sence for the data warehouse.  You don't necessarily want to use natural keys in the data warehouse.  Conforming data means coming up with a...

  • RE: Data as of that date listing all dates in a month.

    Whatever.  It seemed all my suggestions were wrong, regardless of what was said.  So it doesn't matter.  Also, I did say use what I provided as a start, not a...

  • RE: Data as of that date listing all dates in a month.

    Gova didn't.  He provided sample data and what he wanted, but didn't provide a sample input and desired output.  It would have been better to say given this date: 8/12/2007,...

  • RE: Data as of that date listing all dates in a month.

    gova,

    It would be beneficial to all if you provided complete information up front; sample data, sample input, and expected results.  With out all that, we are just shooting in the...

  • RE: ooak keys

    The big question that has not been answered, is what type of application is going to use the database.  Again, using a ooak or synthetic id needs to be balanced...

  • RE: Invalid column name

    Can you post the DDL for the table and the queries you are having problems with?

  • RE: ooak keys

    Okay, you are talking about a synthetic key; one that has no actual relation to the data being stored in the record.  The answer comes down to this, it depends.

    What...

  • RE: BULK INSERT Error

    From what I can see, you have the file setup correctly.  Perhaps someone with more knowledge of BCP will see something I am missing.

Viewing 15 posts - 25,531 through 25,545 (of 26,490 total)