Forum Replies Created

Viewing 15 posts - 76 through 90 (of 617 total)

  • RE: process to check sysprocesses without server state

    Honestly I don't know of any other way to view blocking on a server. Not to say there isn't one, I just don't know it.

    What you could...

  • RE: process to check sysprocesses without server state

    If you set the trustworthy attribute on the database to ON then your user will have the permissions of it's associated login available to it. Be for-warned though that...

  • RE: Single Quotation Marks in SQL

    Sorry I'm a little bit late posting my answer to the "homework". Lot's of people had posted correct answers already so I didn't feel all that rushed to post...

  • RE: Single Quotation Marks in SQL

    I would tend to agree. Dynamic SQL is a very powerful tool. But it's just one tool of many and should only be used when it's appropriate and...

  • RE: SQLServerCentral Runs sp_Blitz - Security

    Excellent tool and one I've been looking at myself.

    Just to add to the comments about using SA as the database owner. There is a somewhat obscure potential...

  • RE: Single Quotation Marks in SQL

    sknox (1/3/2013)


    roger.plowman (1/3/2013)


    This issue is yet another example of why SQL is one of the worst-designed languages of all time from a syntactic POV.

    Would it have killed the designers to...

  • RE: Single Quotation Marks in SQL

    Nemeaux (1/3/2013)


    Although the overall technical correctness of this article is good there is a glaring error in the narrative. There is no such thing as a "single quote" mark. There...

  • RE: Single Quotation Marks in SQL

    pop022 (1/3/2013)


    I know the point you were trying to get across, but using sp_executesql is not needed to print the value of the variable. It could simply be written...

  • RE: Single Quotation Marks in SQL

    RichB (1/3/2013)


    How about using Quotename...?

    SELECT QUOTENAME('o''neil', '''')

    I looked at Quotename when I was writing this but honestly I'm still not sure exactly what it does. I tried it out...

  • RE: Single Quotation Marks in SQL

    BrainDonor (1/3/2013)


    I have frequently had to script out Stored Procs that use dynamic SQL, and the joys of altering the number of quotes defies description.

    Using the 'Generate Scripts' option within...

  • RE: Single Quotation Marks in SQL

    MG-148046 (1/3/2013)


    johnbrown105 56149 (1/3/2013)


    Michael R. OBrien Jr (1/2/2013)


    I guess I have never been a fan of triple quoting, I usually use CHAR(39) I find it is a lot easier to...

  • RE: GO Part 2

    jfgoude (12/21/2012)


    no technical interest....just semantic

    I disagree

    Until you get a script that doesn't work because the author decided they were used to RUN as a batch separator and that's how they...

  • RE: Disabled SQL Server Browser

    Perry Whittle (12/5/2012)


    SQL Server browser is used to locate named instances of SQL Server on the host. Are you using any named instances on the server?

    The particular instance I'm looking...

  • RE: Disabled SQL Server Browser

    Bhuvnesh (12/5/2012)


    Kenneth.Fisher (12/4/2012)


    if you are going to accept remote connections?

    can you please explian this ?

    If your SQL Server Instance will not be accepting remote connections (connections not comming from...

  • RE: Defaults

    ScottC91 (11/26/2012)


    What is the difference between option 1 and option 2? If option one would cause the default to be selected because that column will be null why doesn't manually...

Viewing 15 posts - 76 through 90 (of 617 total)