Forum Replies Created

Viewing 15 posts - 7,996 through 8,010 (of 9,241 total)

  • RE: sql remote server and agent status

    Ratheesh.K.Nair (4/30/2010)


    no use perry ..

    its still the same.

    sorry, yes on the 2008 sql instance builtin admins group is no longer provisioned into sql server, but on the sql 2005 instance...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: How to create new instance in sql server 2005

    Brandie Tarvin (4/30/2010)


    manoj2001 (7/9/2009)


    But if i am not wrong we could add instances in SQL Server 2000, by right clicking

    enterprise manager and create and register new instance by giving name...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: How to create new instance in sql server 2005

    AppemanKotze (4/30/2010)


    I have a different problem. When i run the installer again i never get an option for creating a new instance. (i'm installing entaprise edition)

    what do you see when...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: sql remote server and agent status

    pop your windows account into the local administrators group on that server and then check the results

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Monitoring Tools

    Apurva (4/29/2010)


    Quest Spotlight or Idera diagnostic manager

    These products are primarily diagnostic products!

    If you have SCOM installed I would use currently available or create your own managements packs and...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: mirror server down, will this affect replication?

    Lynn Pettis (4/29/2010)


    Since you are not using a witness, if the mirror databaseis unavailable, the transactions will get committed on the principal database. This will start approximately 10 seconds...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: sql remote server and agent status

    Ratheesh.K.Nair (4/29/2010)


    Hi Experts,

    When i connected to a remote sql server ..the status icon(green for running & red for stopped) is showing blank its just white there for sql server and...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SSIS Access Denied, Windows Server 2008

    Hi

    ok just thought i'd check. Incidentally, the best way there is to grant the distributed com users group remote access permissions and then add any users\groups ino this local group

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Permissions to 100+ tables

    CirquedeSQLeil (4/28/2010)


    The best way is to grant the permissions to a user role. Add the user or group to that role.

    TO user_or_role

    😉

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Cluster upgrade to SQL Server 2008 fails when SQL Server 2005 cluster nodes have different installed features

    no going by the link, i always prefer a clean install and not an upgrade. Maintenance plans are stored in the msdb so wont be affected. Do you actually have...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Cluster upgrade to SQL Server 2008 fails when SQL Server 2005 cluster nodes have different installed features

    personally i would uninstall ssis from node 1

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Creating sql server login group for dba tasks

    ico-601891 (4/20/2010)


    The DOMAIN\GROUP is DOMAIN admin group.

    The DOMAIN\USER is DOMAIN\GROUP member, and for this DOMAIN\USER is a domain administrator.

    At the same time i add both DOMAIN\GROUP and DOMAIN\USER as member...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SSIS Access Denied, Windows Server 2008

    you normally need to set DCOM permissions, have you done this yet

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Permissions to 100+ tables

    to give permissions to all tables and views use the roles

    DB_Datareader

    DB_Datawriter

    or just create scripts to grant the permissions to the tables (remove un needed permissions as required)

    GRANT SELECT, INSERT, DELETE,...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Delete OR Truncate

    Truncate is generally more efiicient when clearing the whole table and unlike delete will reset any seed value as well!

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 7,996 through 8,010 (of 9,241 total)