Forum Replies Created

Viewing 15 posts - 136 through 150 (of 241 total)

  • RE: Architecture for High Volume file processing

    tmcdermid (11/18/2010)


    Here's how I'd design it:

    1. Create a simple "control" table in SQL.

    ....

    The above will allow you to keep each package very simple - each package only processes one...

    Rob Schripsema
    Propack, Inc.

  • RE: Architecture for High Volume file processing

    sqlrunner (11/18/2010)


    Rob,

    I have a question. How many different transformations do you have? That is to say, of the '100' different incoming files, how many SSIS packages...

    Rob Schripsema
    Propack, Inc.

  • RE: Architecture for High Volume file processing

    Here's the scenario I'd like to be able to create with SSIS -- similar to what I know I can do in a C# app:

    1) I'd begin monitoring a folder,...

    Rob Schripsema
    Propack, Inc.

  • RE: IN operator only returning first match

    Looks to me like it ought to work.

    Any possibility you're using a case-sensitive collation on the database (or that column) that would cause 'gbp' and 'GBP' to not match?

    Rob Schripsema
    Propack, Inc.

  • RE: How to approach deleting duplicate data

    I think we need a little more information:

    -- what are column names?

    -- is there some sort of ID column?

    -- what data type is the field that can...

    Rob Schripsema
    Propack, Inc.

  • RE: Return multiple rows based on value in column?

    Lynn,

    That's brilliant. And just what I needed.

    Thanks!

    Rob Schripsema
    Propack, Inc.

  • RE: GETDATE() - back one year

    sharath.chalamgari (10/28/2010)


    Really did not understand your requirments why you are getting diffrence in months between 0 and the getdate and then adding back to it

    This is a common way...

    Rob Schripsema
    Propack, Inc.

  • RE: Need expression in column alias

    Wow -- Lowell beat me to the response. At least we came up with the same answer!

    Rob Schripsema
    Propack, Inc.

  • RE: Need expression in column alias

    Joe,

    I see two issues here.

    First, you can't use an expression for a column alias. The query compiler will not evaluate your expression prior to its trying to execute the statement....

    Rob Schripsema
    Propack, Inc.

  • RE: Dialogbox to input parameter in sql server like access

    You can't do what you want to do on just a "plain" query stored in a file or keyed in, but...

    You can (and should) create a stored procedure to contain...

    Rob Schripsema
    Propack, Inc.

  • RE: How to restore on the network server using backup taken on another server

    Does that network location actually exist? (i.e., are the folders already present?) Can it be reached successfully from the machine on which SQL is running? Does the account you and/or...

    Rob Schripsema
    Propack, Inc.

  • RE: deploy reports programatically

    You can do this with the ReportViewer control that ships with .NET/VS. Create your .aspx page, drop a ReportViewer control on it (lives under the Data tab in the Toolbox...

    Rob Schripsema
    Propack, Inc.

  • RE: Create Statement

    Great question.

    Rob Schripsema
    Propack, Inc.

  • RE: GUID clustered indexes vs. RID

    WayneS (10/16/2010)


    I just read through this thread, and what I found interesting was what was missing (or, I just failed to see it...)

    The keys in a clustered index are used...

    Rob Schripsema
    Propack, Inc.

  • RE: GUID clustered indexes vs. RID

    The GUIDs are generated by client side apps (.NET/C#) in an application that has been running smoothly for a couple of years now -- I don't think the developers would...

    Rob Schripsema
    Propack, Inc.

Viewing 15 posts - 136 through 150 (of 241 total)