Forum Replies Created

Viewing 15 posts - 31 through 45 (of 497 total)

  • RE: How To Recover Data From A Corrupt Mdf File?

    I agree that restoring from your most recent backup(s) would be the fastest way at this point. Do you have recent backups?



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Fantasy Football 2014

    I just need to avoid a 43 point night by Eric Decker and it looks like it will be a good weekend for Prestige Worldwide! 😀



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Fantasy Football 2014

    SequelSurfer (9/9/2014)


    Gutted. Over 100 points in week 1 and fall short by 1.5, cheers Rams defense, you were shocking. :angry:

    If it makes you feel better I left 15...



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Fantasy Football 2014

    I was there and got a D+ on draft score card so things are looking pretty good for me 😀



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Fantasy Football 2014

    SQLDCH (8/13/2014)


    roryp 96873 (8/13/2014)


    Steve Jones - SSC Editor (8/13/2014)


    My reminder is set.

    Do we have a draft order?

    I believe it gets randomly set right before the draft.

    Yeah, draft order is random...



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Fantasy Football 2014

    Less than two weeks to go! Looking forward to it and I have it on the calendar.



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Find matching phone of person based on relation type - duplicates

    Using what Jason mentioned above, does this work:;with cte as (

    select

    c.Fname + ' ' + c.lname as PersonName

    ,pt.PatientID

    ,p.Fname + ' ' + p.Lname as PatientName

    ,ph.Phone_number

    ,ROW_NUMBER() over (partition by...



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Find matching phone of person based on relation type - duplicates

    That helps, can you provide the desired output from the sample data?



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Find matching phone of person based on relation type - duplicates

    Thanks for the schema, but to get a faster (and better answer) please provide the create table statements along with some sample code including the issue you are trying to...



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Separate Columns for Measures or One Measure Column and Dimension Id

    Please only post a question in a single forum. Here is a link to the active one: http://www.sqlservercentral.com/Forums/Topic1598758-147-1.aspx



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Trace Updated records

    The best way to do this is to add a modified datetime column to the tables and either update your process or use an update trigger to update the column...



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: possible i/o issues ?

    Thanks Jason!



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: possible i/o issues ?

    The first thing I would run is this:DBCC CHECKDB (<Database Name>) WITH NO_INFOMSGS, ALL_ERRORMSGSand post the entire output. Once corruption has been ruled out then we can start investigating from...



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: series of transactions

    salomon.frid (7/31/2014)


    Truth be told, is part of what I am trying to find out as well 🙂

    I would put the onus on them to say why it isn't preferred and...



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: series of transactions

    What is their reason for not using WAITFOR?



    Microsoft Certified Master - SQL Server 2008
    Follow me on twitter: @keith_tate

    Forum Etiquette: How to post data/code on a forum to get the best help[/url]

Viewing 15 posts - 31 through 45 (of 497 total)