Forum Replies Created

Viewing 15 posts - 181 through 195 (of 279 total)

  • RE: SQL 2008 Server - Installing BIDS and BOL for developers.

    Aren't the Tools (which includes the SSMS) in a different folder on the media than the SQL Engine install folder?

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: SQL 2008 RTM but SSMS Pre_Release?

    Yes, that's very odd. I confirmed with the other DBA here and he has also the Pre_release SSMS installed.... He's requesting the media from M$ now..

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: SQL 2008 RTM but SSMS Pre_Release?

    Strange thing is that I DID install all from an RTM disk. I have 1 SQL 2008 Server install with the Client tools, and the version for the engine is...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: what collations you use?

    We mostly use "SQL_Latin1_General_CP1_CI_AS" but we have some applications that require different. It's really depending on the requirements of the application what you would have....

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Extracting data from multiple tables

    .. as John posted, you need to help us also to provide you help.

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

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Password Change - why such a PITA ???? I am locked out.

    ... you know you can Edit your own posts, right? 😎

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Conversion failed when converting datetime from character string

    ... I must be missing something, but that query, in T-SQL would look different. First of all, STARTDATE would need to be a valid variable, ie @STARTDATE and then the...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: SQL 2005 memory and the AWE caveat (i think)

    sturner (8/4/2009)


    64 bit versions of Windows OS can handle 32GB

    The amount of memory SQL can use depends on the OS in use.

    See this chart for comparison.

    And here you can...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Password Change - why such a PITA ???? I am locked out.

    ... probably Word97-2003 which share the same format....

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Chaning SA Password

    In theory, the SA account should not be used by any process at all, only for sysadmin purposes..... but, as we all know that is not always the case.

    ...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Can't reduce fragmentation below 66.67%

    As Gail mentioned above, the table does probably not have enough data to be "considered" for a reindex. I have a few tables with a couple hundred records that don't...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Orphan/Inactive SQL 2005 Users

    It could be because the Action is spelled wrong? You have there "autousefix_fix" and it should be "Auto_Fix" ?

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: I have been hacked; how to strip values

    I guess Lowell's post above give's you the best option, using the LEFT and charindex to find the opening < of the html tag

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Track down runaway CPU spikes

    ... I know.. I just wanted it to be as simple as possible for the OP 😉

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Track down runaway CPU spikes

    Peter D (7/22/2009)

    + 'WHERE kpid = ' 7116

    kpid is numeric, so you should change that to:

    + 'WHERE kpid = 7116 '

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

Viewing 15 posts - 181 through 195 (of 279 total)