Forum Replies Created

Viewing 15 posts - 18,316 through 18,330 (of 26,489 total)

  • RE: Execute Process Task (SQLCMD)

    Why are you using SQLCMD to run your backup? You can do it just as easily in SQL.

  • RE: Subquery returns more than 1 value

    Can't help you with what you have posted. We really need to see ALL the code not just the subquery you are working with.

  • RE: Reasonable performance?

    For the query posted, based on the execution plan and the indexes I saw, I really don't see anything else you can do. The nonclustered index is a covering...

  • RE: split data from one table to 2 tables with a Fkey relationship

    A guess? With 43K rows, say about a second or two. Obviously a big improvement from the RBAR (while loop) method originally used. 😉

  • RE: SQL future

    David Portas (11/18/2009)


    ... They include Dataphor, Muldis and various other open source efforts.

    Interesting that you mention Dataphor. There have been others that have been religous zealots about Dataphor...

  • RE: Performance problem issue...............

    That is a mighty big request, and there really isn't enough room here to fully answer what you have asked. One of the best things I could recommend is...

  • RE: Reasonable performance?

    It would be better if you supplied the table and index information as DDL (CREATE TABLE and CREATE INDEX) statements. From your Excel spreadsheet it is a bit difficult...

  • RE: T-SQL

    Feel what? Variable names @d and @u may work in this example, but in a production environment it would not. There, variables and column names should have names...

  • RE: Running update problem

    Two things.

    One, can you add a few more sample records that will cover all the cases you have described in your problem statement, for example, multiple transfers from the same...

  • RE: T-SQL

    honza.mf (11/18/2009)


    Steve Jones - Editor (11/17/2009)


    I have awarded back all points to people as of now. Apologies for the delay, but this was not the high priority of the day.

    The...

  • RE: Check file existence by command prompt in sql server

    Check out the following thread, it may help.

  • RE: T-SQL

    David Easley-401108 (11/17/2009)


    I agree that the question is now better worded, but still disagree with the answer. Since the output of the queries is devoid of any timezone identification,...

  • RE: Are the posted questions getting worse?

    Actually didn't get very far. I will admit to learning some things today. You'll find I spent a bit of time in the QotD world.

    Almost time to get...

  • RE: Must Declare the Table Variable

    What you are attempting to do requires the use of dynamic sql. Please take the time to read about dynamic sql in BOL (Books Online, the SQL Server Help...

  • RE: Are the posted questions getting worse?

    Paul White (11/17/2009)


    Paul White (11/17/2009)


    Lynn Pettis (11/17/2009)


    Paul White (11/17/2009)


    LMGTFY version 2.0:

    http://tinyurl.com/yz8f2jd

    Okay, how do you do that one? I'd like to add it to my "toolbox" right along with lmgtfy.

    http://www.letmebingthatforyou.com/

    (I...

Viewing 15 posts - 18,316 through 18,330 (of 26,489 total)