Forum Replies Created

Viewing 15 posts - 2,416 through 2,430 (of 2,640 total)

  • RE: Database Information Script

    please don't multiple post

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

  • RE: I need some good questions to ask in a job interview!

    I've tried using written tests but I'm not convinced of their merit.

    I usually drill into a candidates cv, especially if they claim expertise in a particular area ( for a...

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

  • RE: Clusters & AntiVirus

    I have av on w2k and w2003 clusters. The av only scans the local disks on the nodes.

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

  • RE: MS03-031

    There are a number of services which may be affected by the install, if you don't stop these services you need to reboot - snmp is one service I can...

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

  • RE: Database Design Help!!!

    There are a number of good books and training courses available.

    I can recommend SANS  ( http://www.sans.org ) as a good place to find security - database design and security...

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

  • RE: AWE Problems on SQL Cluster

    awe is a server setting not a database setting.

    You should set /PAE and this will allow SQL Server to use the memory.

    The 3Gb switch affects certain pools and it is...

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

  • RE: Database Information Script

    Books on line might be a good starting point.

    Output from a query can be output to a file through QA or dts

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

  • RE: Tracing Deadlocks

    I usually add these to the startup parameters of the server ( click on server in EM, properties, startup parameters - I add 1205 too.  ( -T1204   -T1205  -T3605 )

    To...

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

  • RE: Public role and ''''sys'''' tables

    I have successfully removed public rights from most system tables and procs , however, and it's a big however, your applications may stop working, especially 3rd party apps < grin...

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

  • RE: number of datafiles question

    multiple data files only work ( from a performance point of view ) if each exists on a seperate disk or array. Generally multiple datafiles on the same disk/array will...

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

  • RE: To cluster or Not to cluster

    If your table does not have a clustered index it becomes a heap and any table level fragmentation will not be able to be removed, you can defrag the indexes...

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

  • RE: User Permissions Script

    grant datareader and datawriter to users/roles - no need to touch objects.  Or make them dbo < grin >

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

  • RE: Full Scans/sec

    as far as I am aware table vaiables and temp tables are treated the same as physical tables by perfmon.

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

  • RE: The use of 4 GB and more on Enterprise Edition on W2k server standard edtion

    Yup to use more than 2Gb ram you need advanced server with enterprise sql server.

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

  • RE: Devlopment and production environment

    Changing a cluster name is fraught with problems, I speak from experience < grin >, moving the databases about is fine, I have 8 environments where we do this on a...

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

Viewing 15 posts - 2,416 through 2,430 (of 2,640 total)