Forum Replies Created

Viewing 15 posts - 14,581 through 14,595 (of 22,211 total)

  • RE: Are the posted questions getting worse?

    WayneS (7/22/2010)


    Steve Jones - Editor (7/22/2010)


    I tend to agree with you, Gail, but a reference is a reference for purposes of discussion.

    I do think this is a thorny issue. Would...

  • RE: Performance Issues

    Just grouping by functional area isn't necessarilly going to help with I/O. Do you have multiple disks and multiple controllers? If not, just adding another file and filegroup isn't likely...

  • RE: Index Types

    magasvs (7/22/2010)


    I new I will get incorrect answer 🙂

    I based my answer on sys.indexes "type" column:

    Type of index:

    0 = Heap

    1 = Clustered

    2 = Nonclustered

    3 = XML

    4 = Spatial

    I think this...

  • RE: Are the posted questions getting worse?

    GilaMonster (7/22/2010)


    Jack Corbett (7/22/2010)


    I got the answer right because of Grant's recent SQL University blog post[/url] which also lists 8 and references BOL.

    I must admit, I don't agree with that....

  • RE: Unable to change a column from DATETIME to INT

    There is no implicit conversion from DATETIME to INT. If your table has no data, drop it and recreate it. Otherwise, what you need to do is create the new...

  • RE: SQL Server Monitoring Tool Suggestions

    Ooopsie. That's what I get for using my brain instead of the Mark I Eyeball. I really need a brain upgrade. Thanks.

  • RE: Profiler Guidance

    I'm in agreement here. You're possibly looking at a parameter sniffing issue, where the differering parameters are getting you differing execution plans. Based on what you describe, that's pretty likely....

  • RE: Dirty Reads

    Something along these lines. You have a table with a column, CityName. One row has a value 'Hyderabad.' But that's a bad value. So someone is running a query that...

  • RE: Terrible code, trying to tweak

    Uhh... words fail me, but I'd be willing to discuss an hourly rate to untangle the mess.

    I agree, based on what you're doing here, I would suggest switching the table...

  • RE: Functions that were in SQL 2000, that are not in SQL 2008

    Also, you can search on the word "deprecated." That frequently indicates things that have been removed from SQL Server.

  • RE: SQL Server Monitoring Tool Suggestions

    Alterting and not much else... Check out Red Gate's SQL Alert. I think it might be exactly your cup of tea. I find it way too weak, but I want...

  • RE: Are the posted questions getting worse?

    Jack Corbett (7/21/2010)


    Agreed. He's got a persona that he keeps up online and when speaking.

    I don't think even his presentation persona is nearly as ascerbic as his online persona....

  • RE: Are the posted questions getting worse?

    rjohal-500813 (7/21/2010)


    This chap ought to update his cv and brush up on his interview skills. Not sure I'd want to work there. This situation could only have arisen as a...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (7/21/2010)


    Steve Jones - Editor (7/16/2010)


    ...

    Not sure it will help, but that, along with a lovely complaint about Mr. Celko has made this a less than enjoyable day.

    Never met...

  • RE: how to maintain integrity between databases when backing up

    We have the same situation and basically rely on the logs as a mechanism to restore to a precise point in time. That's the best that can be achieved. If...

Viewing 15 posts - 14,581 through 14,595 (of 22,211 total)