Forum Replies Created

Viewing 15 posts - 8,986 through 9,000 (of 9,248 total)

  • RE: @@servername and serverproperty('servername') gives different values

    Wilfred van Dijk (8/21/2008)


    AFAIK, you need to restart SQL in order to make these changes for @@SERVERNAME

    yes that is correct

  • RE: Super SQLServer configuration

    GilaMonster (8/20/2008)


    You can't do Raid 10 (striped and mirrored) with only two drives. It requires a minimum of 4.

    Gail i pointed this out already but he still plans to...

  • RE: Super SQLServer configuration

    SQL Noob (8/20/2008)

    this applies only to 32 bit versions

    according to the MS features the only memory caveats are for 64GB RAM and above

    SQL2005 Std however will support OS max RAM

  • RE: Enabling Windows Authentication

    windows authentication is a default, when you rebuilt did you script off any login info before hand? like sql logins, windows logins have to be added to the server too

  • RE: SAN Training

    Edwin (8/20/2008)

    Hi Perry,

    We are planning to put in 32 GB RAM with Window Server 2003 Enterprise 32-bits edition.

    Yes, I am considering the Window Server 2003 Enterprise 64-bits edition.

    The databases...

  • RE: Recommeded Server Specification

    CR8NK (8/20/2008)


    C:\34 gb 1 disk raid 1 for OS

    E:\34 gb 1 disk raid 1 for logs

    how do you intend to RAID 1 with only 1 disk for each.

    you could RAID...

  • RE: Cannot generate an SSPI Context

    a sticky plaster rather than a cure. TCP/IP is more secure, check the SPN's i'm sure they'll be the source of your problem. Do the sql services run as a...

  • RE: Log Shipping Restore

    varunsamvedi (8/20/2008)


    Exactly, I wonder why the No Recovery option is provided.. :satisfied:

    Thanks.

    so the restore job can successfully restore transaction logs to the database

  • RE: Super SQLServer configuration

    multiple instances are ok as long as you pay attention to the instructions Gail has given you

  • RE: Super SQLServer configuration

    Perry Whittle (8/20/2008)

    BTW you cant have RAID 1+0 with just 2 disks whatever planet you reside on 😉

    with 12GB RAM you'll need 2003 64bit Enterprise

    http://technet.microsoft.com/en-us/library/cc758523.aspx

  • 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

Viewing 15 posts - 8,986 through 9,000 (of 9,248 total)