Forum Replies Created

Viewing 15 posts - 9,001 through 9,015 (of 9,253 total)

  • RE: SAN Training

    Edwin (8/19/2008)


    Perry,

    I ‘m a newbie on Storage Area Networks. I need to pick it up a lot and I only read some SAN articles on this forum.

    We are planning...

  • RE: Cannot generate an SSPI Context

    do the sql services start as local system or a user account.

    we had this recently on one of our clients, i re registered all the SPN's for the 8 sql...

  • RE: Super SQLServer configuration

    Thayal Muhunthan (8/20/2008)


    We purchased a super server to consolidate our sql versions. The spec as follows :

    HP Proliant BL480c x5460 4G (2P) - BIG Blade

    2 x Quad Core Intel X5460...

  • RE: SAN Training

    Edwin (8/19/2008)


    Dell

    What kind of specific training the vendor will provide?

    dunno, contact them and find out

    Edwin (8/19/2008)


    What kind of training should I ask?

    how much do you think you need?

    what do you...

  • RE: Updating a field

    update tablename set colname = '00' + colname

    Edit:

    oops you beat me too it

  • RE: Backup and Recovery Best Practices for Microsoft SQL Server 2005

    gee thanks, i dont need to read BOL now 😉

  • RE: SAN Training

    which vendor do you plan on using?

    your chosen vendor will supply any training you may need

  • RE: Problem setting up log-shipping

    use the following

    select @@servername, serverproperty('servername')

    they should return the same name, if not use sp_dropserver and then sp_addserver

  • RE: SQLCMD -S servername\instancename Error

    you can generate the SPN's manually using

    SETSPN.EXE

    syntax is

    setspn -A ServiceClass/Host: Port AccountName

    so for sql instance is

    setspn -A MSSQLSvc/mysqlserver.domain.co.uk:staticsqlportnumber domain\sqlserviceuseraccount

    use setspn -L domain\sqlserviceuseraccount

    to list the SPN's

    😎

  • RE: Re: High CPU Utilization Troubleshooting

    set up some perfmon counters and profile the developers code. Once you have the trace and permon results you can tie them together and check for problems that way

  • RE: Change Instance name on Server

    from BOL 😉

    SERVERPROPERTY ( propertyname )

    InstanceName

    Name of the instance to which the user is connected.

    Returns NULL if the instance name is the default instance, if the input is...

  • RE: setting the recovery model

    bodhilove (8/18/2008)


    Hope you don't find my explanation too dry...

    I am transfering a 2000 db to 2005. I haven't been given a test environment to work with. I am migrating by...

  • RE: Recommend any third-party database scripting software?

    Redgate gets my vote

  • RE: SQL Server to start in which account?

    create a domain account and have the agent service runas that account (use sql configuration manager to change the account details). Give this account permissions to whichever remote folders it...

  • RE: Registering servers in MS SSQL 2005

    none of my registered servers have the green and white arrow only connected servers

Viewing 15 posts - 9,001 through 9,015 (of 9,253 total)