Forum Replies Created

Viewing 15 posts - 946 through 960 (of 2,640 total)

  • RE: ConnectionTransact(GetOverLappedResult())

    sql 7 is way old now - you might want to make sure the sql service is actually running in the services tab on the server. If it's not and...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Best ways to optimize the Data Model/Mart using SSIS and SSAS

    so do you have a problem with your current set up? IF not then I'd probably suggest you leave things alone - " if it ain't broke don't fix it"

    Reporting...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: MS SQL Server - what all needs to be monitored using NMS

    there must be a clue in there somewhere? Network Management - you need a sql server management/monitoring tool. I use Idera SQL Diagnostic Manager - excellent product. What you monitor...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: How do I place my files in SAN env?

    don't you just love SAN's

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Rename database server SQL2K5/SP2

    renamed 2005 servers - worked the same as 2000, unless I missed something! ( non clustered stand alone servers, no replication, mirroring or such )

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Service pack 2 installation

    I usually install under my own account as a local admin on the box, not using the service account. To date not ever had any errors. Suggest you don't define...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: SqlDumpExceptionHandler - STACK DUMP

    the black box trace may help for the future , but you'd need some way of recording spids vs users. You could ask your users or see if the host...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Make own pc a "server"

    when you run setup, any version any o/s, it will tell you if it can't install the database engine, it will also prompt you for which parts you wish...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Is it posible to run 1000 active sessions in SQL server 2005?

    sorry, are all other settings out of the box ?

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Is it posible to run 1000 active sessions in SQL server 2005?

    and you're running the client, management studio, on the actual server?

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: SQL Query tuning

    The use of IN is a red herring and in this case makes no difference to the query. The DTA may well help you but really you need to analyse...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: How to tell which is better?

    generally the query which takes most % is less efficient. I rarely look at time when tuning, working on io as the most important measure. Once I've sorted the io...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: How do I place my files in SAN env?

    with a small database I'd go for all disks in raid 10 and put all the data files on this array. you need the tlog on a seperate raid 1.

    do...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Is it posible to run 1000 active sessions in SQL server 2005?

    try using the recommended views and not sysprocesses which is a sql 2000 table/view. is this error on the server or the client

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Generic Insert & update procedure in SQLSERVER2000

    aarrgghhh!

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

Viewing 15 posts - 946 through 960 (of 2,640 total)