Forum Replies Created

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

  • RE: SQL Server 2005 SP3 installation problem

    george sibbald (7/18/2009)


    A quick google search brings up this

    http://www.microsoft.com/downloads/details.aspx?FamilyId=851C39EE-6F9D-47D9-8ECC-44AC1E9DC182&displaylang=en

    process basically the same.

    apply the SP to the active mode, use cluster admin if you want to stop SQL, run the SP...

  • RE: GAM (Sql Server)

    ps (7/18/2009)


    sudhakara (7/18/2009)


    Reason behind my question is , i am going to create one data file for each cpu processor with equal size for tempdb

    what is the relation between...

  • RE: GAM (Sql Server)

    GilaMonster (7/18/2009)


    GAM pages are per file. Each file will have its own GAM pages tracking extent allocation within that file.

    Why are you asking?

    thks for your reply ..

    Yes ..i knew...Reason behind...

  • RE: SQL Server 2005 SP3 installation problem

    george sibbald (7/17/2009)


    yes, the service pack puts the SQL instance in single user mode as part of the upgrade as it is updating system catalogs.

    Procedure:

    Stop all connections to the databases(s),...

  • RE: Logical Drive

    Steve Jones - Editor (7/15/2009)


    A logical drive is a partition of a physical drive. It can be a complete partition of a drive or a partial partition.

    A physical drive is...

  • RE: Logical Drive

    Steve Jones - Editor (7/15/2009)


    There is no benefit. A logical drive is an administrative item in Windows.

    thks for your reply ...is it work in the same as well in the...

  • RE: Random & Sequential

    Animal Magic (7/11/2009)


    in what context?? file placement/performance/difference between the two??

    I want know what does it mean in RAID and explain in the all context ...

  • RE: DAC issue

    ALZDBA (7/6/2009)


    Just another thought: You are at the console, or are using a remote desktop solution to run SAC, right ?

    We now only have SP3 instances with sql2005 and are...

  • RE: DAC issue

    ALZDBA (7/6/2009)


    Oh, you should !

    Why ?

    - bugs have been cleaned up

    - new features have been added (SSB, logon triggers,..)

    - performance optimisations

    - SSMS menu items have been shifted around (SP2)...

  • RE: DAC issue

    ALZDBA (7/6/2009)


    What service pack is your sqlinstance on ?

    Select Serverproperty( 'ComputerNamePhysicalNetBIOS' ) as ComputerNamePhysicalNetBIOS

    , Serverproperty( 'Edition' ) as Edition

    , Serverproperty( 'InstanceName' ) as InstanceName

    ,...

  • RE: DAC issue

    ALZDBA (7/5/2009)


    Did you change the SAC connection from localhost to the logical server name of your sqlserver instance ?

    e.g. mysqlserver\myinstance you should connect to mysqlserver.

    Yes ...After that only its allowing...

  • RE: DAC issue

    ALZDBA (7/5/2009)


    did you try this in SSMS:

    EXEC sp_configure 'remote admin connections', 1;

    GO

    RECONFIGURE;

    GO

    Yes .. i have enabled that by executiing that query already ..but issue is i could not able to...

  • RE: SQL Clustering

    MarkusB (5/29/2009)


    sudhakara (5/29/2009)


    In Sql server 2005 clustering , Sql server clinet is not able to connect since the virtual server is not available in the network . is...

  • RE: DAC issue

    ALZDBA (7/4/2009)


    With clustering stuff, many thing must be managed using cluster administrator!

    What are you looking for ? (With regards to instance management)

    i want enable the DAC remote acces from SAC

  • RE: DAC issue

    i am also facing the similar problem in my sql server clustering configuration . it was not allowing me to open the surface area configuration wizard after changing the remote...

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