Forum Replies Created

Viewing 15 posts - 3,361 through 3,375 (of 7,496 total)

  • RE: AccessChk - sysinternals program

    "Introduction

    As a part of ensuring that they've created a secure environment Windows administrators often need to know what kind of accesses specific users or groups have to resources including files,...

  • RE: Possible deferred transaction

    Indianrock (10/26/2009)


    SOLVED ! thanks for your input Gail, we will have to consider smaller inserts. I looked in our Spotlight tool and noticed the spid of the...

  • RE: Help me to create a view

    Jay_dba (10/26/2009)


    Thank you ALZDBA, Jeff .

    ALZDBA,

    I am getting an error on @x.nodes('/i') x(i) . can you please check.

    Jeff,

    Thanks for the article. its too good.

    But my problem still exists

    Aaarchh ......

  • RE: Help me to create a view

    Jeff Moden (10/25/2009)


    Oh... be careful, Johan... XML splits are relatively slow compared to many other methods.

    Indeed, I copy/pasted the wrong example code out of one of my test...

  • RE: Changing SQL server 2000 service account

    ravikanth. (10/25/2009)


    we can do it through services....is it not preferable?

    It is not perferable !

    Using EM it does take care of all needed authorization.

    So .... EM is the easy way.

  • RE: Help me to create a view

    check SSC for a split (table valued) function .

    e.g.

    /*

    * Split a delimited string using a table valued function with XML

    */

    -- table-valued function

    CREATE ...

  • RE: Changing SQL server 2000 service account

    keep in mind it is best to change the service account using Enterprise manager. (it also takes care of the needed authorization for the new service account)

  • RE: 64 bit windows and 32 bit sql 2005

    I think you even have 60 days to switch to another server with the same license.

    e.g. hardware switch or DRP

  • RE: Using synonyms to redirect queries

    The primary question was "... will the system block if I drop the synonym and recreate it to point to the new object with ongoing operations ..."

    And off course the...

  • RE: Summing differences between time stamps

    Select top 1

    3 as LuckyExerciseNumber

    , isnull([Title],'') + [LastName]

    FROM [AdventureWorks].[Person].[Contact]

    ORDER BY SUBSTRING(CONVERT(VARCHAR(40), NEWID()), 1, 8)

    😀

  • RE: Summing differences between time stamps

    Are you referring to exercise 3 of Ms Brawn course ? :hehe:

  • RE: Server Login Audit

    Keep in mind this reg key only influences if SQLServer will write a notification in its ERRORLOG file.

    If you want an actual recording, regardless of this reg key setting, you...

  • RE: SQL database lost

    You've had some hints above,.

    Now, if this were on a RAID volume, this really shouldn't have been an error as long as the physical drives are still available to support...

  • RE: SQL help

    Jack Corbett (10/22/2009)


    Change Update ORders to update O

    As you have noticed, Jack used

    ...FROM

    orders O JOIN

    orders O2 ON

    ...

    The O and O2 are called...

  • RE: strange behaviour of databases

    1) compare the execution plans ! (and statistics)

    2) is the hardware configration the same ?

    ( cpu , ram, disk , io chanels,..)

    3) are these both dedicated sqlserver servers ?

    4) other...

Viewing 15 posts - 3,361 through 3,375 (of 7,496 total)