Forum Replies Created

Viewing 15 posts - 8,911 through 8,925 (of 9,241 total)

  • RE: WMI Help

    dmc (9/8/2008)


    Now on to figuring out the %cpu usage!

    give it a go yourself and if you're still stuck post back.

    Try searching for "Scripting guy", it'll be a lot of help...

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

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

  • RE: WMI Help

    this should get info on all logical drives

    strComputer = "."

    Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\CIMV2")

    Set colItems = objWMIService.ExecQuery( _

    "SELECT * FROM Win32_LogicalDisk...

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

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

  • RE: Difference between sql server job and maintenance plan

    when you create a maintenance plan it creates an associated job with it. Maintenance plans are just a graphical way of creating jobs in sql server!

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

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

  • RE: database size is exceeding drive size

    a2zwd (9/4/2008)


    Hi,

    I have my sql server installed in C drive(160GB) and my database files(mdf and ldf) are stored in D drive(40GB). Now my D drive is not...

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

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

  • RE: SQL Server Authentication mode

    sql authentication modes are either

    windows

    mixed

    in mixed mode windows accounts can still authenticate. Logon as the server administrator and you will gain access to the sql server via the builtin\administrator group....

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

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

  • RE: 3GB Switcch

    rc0776 (9/4/2008)


    Is it for system with more than 16GB of ram

    it shouldnt be used on machines with over 16GB RAM (in fact it could be nearer 12GB RAM)

    if your machine...

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

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

  • RE: PERFORMANCE ISSUES / SQL SERVER INSTANCES

    they will support you up to a point and that point is where they believe the hyper visor is causing the problem. Note their term "commercially reasonable support". If its...

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

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

  • RE: SQL 2000 to SQL 2005 Upgrade

    i prefer a clean install rather than in place upgrade, main advantage is if anything goes wrong your SQL2000 engine is still available to serve databases.

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

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

  • RE: database and transaction logs on same drive?

    James Horsley (9/2/2008)


    (i.e. that whole SAN can go pop - they do you know

    a well designed and configured SAN should be capable of losing a fabric and still be...

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

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

  • RE: SQL Connection requires port number

    what happens when you try

    server\instancename?

    Have you set the instance to use a static port or dynamic?

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

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

  • RE: Linked server will not expand

    definitely sounds like an authentication issue

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

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

  • RE: PERFORMANCE ISSUES / SQL SERVER INSTANCES

    DavidB (9/3/2008)


    The VM solution should take care of making it highly available

    that would be depend on what virtualisation platform is employed and how it is licenced\configured!

    7 separate VM's for homing...

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

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

  • RE: Making a Trace using SQL rather that SQL Server Profiler

    AFAIK on a server side trace you would need to use the function fn_trace_gettable to read the trace file(s) into a table

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

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

  • RE: Problems with SQL SP2 Installation

    when you launch the installer (via cd or control panel) you get the option to modify an existsing instance. You select an instance then elect to uninstall components from that...

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

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

  • RE: Security Permission

    denying select and insert should stop the users opening the objects, are you sure they havent been given sysadmin server role?

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

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

Viewing 15 posts - 8,911 through 8,925 (of 9,241 total)