Forum Replies Created

Viewing 15 posts - 15,136 through 15,150 (of 22,211 total)

  • RE: Which Isolation Level is used commonly?

    Read uncommitted is pretty dangerous for any number of reasons.

    Most systems I work with are Read_Committed for all the details provided above. Some of the newer systems under development in...

  • RE: Permission to SP_LOCK

    view server state is not the same as sysdmin. It allows the user to view server level objects, not manipulate them. There is also a view database state. You could...

  • RE: SQL SERVER 2008 Management studio doesnot show tables with SQL 2005 database

    It does sound like a permissions issue. I've never had any problem working with 2005 from the 2008 SSMS. It is possible that SSMS tries to do things in 2008...

  • RE: Inner Join v/s WHERE Col IN (select col from dbo.UDF_Function)

    Robert Frasca (5/5/2010)


    My experience is that function references in the FROM clause, i.e. inner joins, usually dramatically outperform function references in the WHERE clause because the WHERE clause must execute...

  • RE: How to figure out the hot spot pages?

    kinzent (5/5/2010)


    Grant Fritchey (5/5/2010)


    First you need to identify if you are seeing blocking as the primary source of your performance problems. The best way to do this is to monitor...

  • RE: Are the posted questions getting worse?

    Chris Morris-439714 (5/5/2010)


    GabyYYZ (5/5/2010)


    Steve Jones - Editor (5/5/2010)


    Gianluca Sartori (5/5/2010)


    Today I ran across the strangest threads I've ever seen here on SSC:

    Want to buy a Ford car?

    A sad story from...

  • RE: How to figure out the hot spot pages?

    First you need to identify if you are seeing blocking as the primary source of your performance problems. The best way to do this is to monitor the wait states...

  • RE: SQL Query

    Since this is homework, you need to show the work you've done already.

    In order for someone to really help they're going to need to see the structure of the tables...

  • RE: Are the posted questions getting worse?

    Roy Ernest (5/5/2010)


    Grant Fritchey (5/5/2010)


    Roy Ernest (5/5/2010)


    Yes yes Yes...!!!

    My article is out on SQL Server Standard in SQLPass site. I have been waiting for this day. Happy day for me....

  • RE: Are the posted questions getting worse?

    Roy Ernest (5/5/2010)


    Yes yes Yes...!!!

    My article is out on SQL Server Standard in SQLPass site. I have been waiting for this day. Happy day for me. 🙂 😀

    Darn, I knew...

  • RE: Today's Random Word!

    mbricker-600840 (5/5/2010)


    Tom.Thomson (5/5/2010)


    Paul White NZ (5/4/2010)


    RBarryYoung (5/4/2010)


    CirquedeSQLeil (4/29/2010)


    Think for yourself and question authority.

    Think for authority and question yourself. 😀

    Question authoritative thinking.

    Authorize questioable thinking?

    Too late!! Our company already hired some...

  • RE: rarely used procedures in db

    There isn't a way to get the list of unused objects directly. You can only try to determine the objects that are in use. Depending on the method you use,...

  • RE: Object explorer font change

    koteswara kishore K. (5/5/2010)


    Hi All,

    How/where to change font type for Object explorer font in SQL Server 2008.

    Thanks,

    KK

    To my knowledge, you can't. It's dependent on the system fonts running from the...

  • RE: new stored procedure in SQL 2008

    khalid.hussain (5/5/2010)


    it was schema issue.

    thx guys for your time.

    Thanks for posting back with what solved the issue. It's helpful for us and for anyone else that finds this in the...

  • RE: Applying multiple columns in one index - what is recommended

    GilaMonster (5/5/2010)


    Yes, you can use the missing index DMVs, however less logic goes into producing those recommendations than the recommendations produced by DTA. Neither should be trusted without verification, all...

Viewing 15 posts - 15,136 through 15,150 (of 22,211 total)