Forum Replies Created

Viewing 15 posts - 13,861 through 13,875 (of 26,486 total)

  • RE: how to write a insert query for this?

    er.sivaganesh (3/8/2012)


    here iam having two table in one table the values are placed pre defined depend on that ...

  • RE: if statement???

    Confused I am what you are asking.

  • RE: BETWEEN

    Alexander Suprun (3/8/2012)


    Lynn Pettis (3/8/2012)


    Alexander Suprun (3/8/2012)


    There is no correct answer to the question, because the query may return either 6 or None records.

    Here is my result:...

    Looks like you may...

  • RE: BETWEEN

    Alexander Suprun (3/8/2012)


    There is no correct answer to the question, because the query may return either 6 or None records.

    Here is my result:

    Looks like you may have a different default...

  • RE: SSIS question

    Have to ask, but why the restriction on the number of records in each file? Personally, I can't think of a good business case for this.

  • RE: Stored Procedure newbee

    junkid1376 (3/8/2012)


    Here is what I have done, I am sure there is much better way of doing it. Since I am used to matlab I wrote is similar style.

    CREATE...

  • RE: sum for for different criteria in one query

    Or you could do it this way. Notice the slight changes in the code:

    SELECT

    name,

    SUM(CASE WHEN date_column >= DATEADD(YY,...

  • RE: Database refreshment

    To take this a little further, what do you think the steps will be? I can backups and restores being a part of the process.

  • RE: DATETIME data type subtraction

    Will this work?

    WHERE modify_timestamp > DATEADD(ss, 1, create_timestamp)

  • RE: SQL Server Std edition Mitigation Controls

    Elliott Whitlow (3/8/2012)


    DBA_SQL (3/8/2012)


    In order to protect against external threats. As you know it contains most of the PII data, I would like to apply some kind of encryption technique...

  • RE: Error converting varchar to Float

    Since we can't see what you see, you are going to have to provide us with DDL for the tables, sample data for each of the tables, and expected results...

  • RE: ssis running under service account

    IIRC, SQL Server installation sets up some groups. Find out what groups and check those permissions.

  • RE: Are the posted questions getting worse?

    Jack Corbett (3/8/2012)


    Has anyone gotten the newsletter today? I have not and I keep getting a notification email for the same post.

    I got mine at 1:35 this...

  • RE: Having trouble tuning a large update query...looking for advice...

    Leeland (3/8/2012)


    Lynn Pettis (3/7/2012)


    Am I wrong or is this a PeopleSoft database?

    Good Eye!

    I provided SQL Server support to a PeopleSoft development/support staff for 5 years. The PeopleSoft tools generate...

  • RE: Large table cleanup with minimal locks

    Edward.Polley 76944 (3/8/2012)


    Please read Jeff Moden's comments on pg 5 of this thread. Seems there is a difference of opinion on where in, exists and inner join. I will...

Viewing 15 posts - 13,861 through 13,875 (of 26,486 total)