Forum Replies Created

Viewing 15 posts - 18,151 through 18,165 (of 19,560 total)

  • RE: How do you limit records using Distinct and Count - TOP and Rowcount dont work ?

    Not being certain that I have the same FTI and catalog as yours, I was able to gain substantial improvement just by adding a Non-Clustered index to the currentdateout column....

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Dodge, Dip, Dive, Duck, and Dodge

    Lynn Pettis (1/14/2010)


    Steve Jones - Editor (1/14/2010)


    Valerie Jones-467993 (1/14/2010)


    I gave up on all major computer companies years ago and have mine built to spec by a local company. Once...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Dodge, Dip, Dive, Duck, and Dodge

    Steve Jones - Editor (1/14/2010)


    sjones-143898 (1/14/2010)


    As a fellow Steve Jones I share your frustration - mine has been back 3 times - twice to replace the mother board -...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: How do you limit records using Distinct and Count - TOP and Rowcount dont work ?

    tina.muter (1/14/2010)


    Hello all,

    I tend not to post, I'm normally just a read, absorb and learn along the way. However I thought a round of applause was worth giving for...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Alvin Ramard (1/14/2010)


    Steve Jones - Editor (1/14/2010)


    So, anyone want to bet what will happen with my laptop? Already had a SSC member that works for Toshiba ping me. I said...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: fix orphan users

    mahesh.vsp (1/14/2010)


    Hi Jason,

    Am looking for answer for below two questions

    1. How the logins got automatically mapped? How sid(s) got Mapped? Normally, we use auto_fix/update_one as parameters to sp_change_users_login.

    2....

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    And in another it is evening.

    Funny though

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: clustered index confussion

    Shivrudra (1/14/2010)


    hi all,

    please help on below

    it is possible to create clustered index on col which does not have defined primary key ?

    and

    it is possible to create clustered index on col...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Exec on Linked Server

    Thanks for the QOD. This was one where I was sure I knew the answer, but still needed to verify it online.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Today's Random Word!

    vindication

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: fix orphan users

    mahesh.vsp (1/12/2010)


    Changing the database owner to sa solved the "dbo" user problem

    USE database

    EXEC sp_changedbowner 'sa'

    GO

    Do you still need answers to your questions from the original post, or did you resolve...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Indexed view or Flat table

    WilliamBendall (1/14/2010)


    Hi,

    Your reporting requirements will determine how you configure your reporting database. Your question can't really be answered here as we don't have enough information on your requirements.

    From a...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: SQL Server Login

    sqlbuddy123 (1/13/2010)


    Hi

    I have a created a SQL Server 2005 login with pw password1

    Now I want reset the pw...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Conversion of nvarchar to string

    You would obviously need to make some modifications to make it work with your table. I left the variable in there just for testing purposes and demonstration purposes.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Conversion of nvarchar to string

    adam 19559 (1/13/2010)


    Hello again!

    Yes both formats are stored in the same column (ugh...) and they both need to change. It's horribly frustrating...

    table name: KPCourseDetails

    column: lessondate

    This will probably work (so long...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

Viewing 15 posts - 18,151 through 18,165 (of 19,560 total)