Forum Replies Created

Viewing 15 posts - 1,396 through 1,410 (of 3,221 total)

  • RE: ROWGUIDCOL

    Good question ... thanks

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: need multiple records filtered for eariliest time

    Heck we all do that at times

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: need multiple records filtered for eariliest time

    Craig Farrell (3/7/2011)


    So you're looking for something like this?

    SELECT

    t1.*

    FROM

    UnnamedTable AS t1

    JOIN

    (SELECT

    [id],

    MIN( times) AS mintime

    FROM

    UnnamedTable AS t2

    GROUP BY

    [id]

    ) AS drv

    ONt1.id = t2.id

    and t1.times = t2.mintime

    Think you have to change your...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Finding Duplicates

    chaudharyabhijit

    Now the result set shows me over 10,000 rows and i was wondering how can i create a query to find out just the ones that are duplicates.

    And once these...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Table Design

    Duncan Pryde (3/7/2011)


    Totally irrelevant to the question of course, but I needed to tell someone:

    I've now finally answered every QOD in existance! (until tomorrow's comes out, anyway)

    It's been a tough...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Table Design

    Jamie Longstreet-481950 Posted Today @ 4:28 AM

    Other than speaking of your own expertise, what is there to convince a developer to follow these obscure rules...

    Least anyone...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Matching various attributes problem ...

    Please reply here

    http://www.sqlservercentral.com/Forums/Topic1073727-1292-1.aspx

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: cannot see videos

    Have you downloaded and installed the adobe flash player plug-in (Active X plug in) for whatever browser you might be using?

    If Internet Explorer - you can down load from:

    http://www.filehippo.com/download_flashplayer_ie/

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Vlook up in sql

    amittheming

    To help others to assist you, please, please post the table definition, sample data in an easily usable format, and most importantly the desired results from the sample data.

    ...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Are the posted questions getting worse?

    SQLkiwi (3/4/2011)


    Exciting day - just had my first Simple Talk article published:

    http://www.simple-talk.com/sql/learn-sql-server/understanding-and-using-parallelism-in-sql-server/

    Congratulations .... excellent with the jelly bean analogy even a dummy like myself was able to understand the process.

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Need Best Maintenance plan

    First of all a good maintenance plan should include backup/recovery. Are your using Simple Recovery or Full Recovery Model?

    Second what is your apparent obsession with SHRINKING either...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Screwed Up, left where of update, messed up a few thousand records, recourse?

    Sean Grebey-262535 (3/4/2011)


    Knock on something the files were fine and I was able to attach them and restore my data. Apparently somebody changed the password of the account SQL Server...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Overused Procedure? Is that possible?

    Would be thinking of running that with various of the 50 or so parameters supplied and looking at the execution plan ......

    and making decision to simplify based on the...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Are the posted questions getting worse?

    GSquared (3/3/2011)


    I just edited the original post to make the link fully explicit.

    Returned to your "edited" original post .. now the link is WORKING like a charm.

    Nice visual...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Are the posted questions getting worse?

    GSquared (3/3/2011)


    If anyone's interested in what I've been working on the last six months or so, last night (late) we launched VisitOrlando.com.

    While you won't see my ETL and database work...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

Viewing 15 posts - 1,396 through 1,410 (of 3,221 total)