Forum Replies Created

Viewing 15 posts - 2,386 through 2,400 (of 2,640 total)

  • RE: SQLServer 2000 Memory usage

    umm .. that's not always the case with /3gb switch. I've found that with the 3gb switch enabled there can sometimes be problems with xml operations. In this instance only...

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

  • RE: Clustering question

    My comment was directed at your vendor < grin > 

    It's quite possible to use active - active clustering to get performance improvement ( but not load balancing ) as...

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

  • RE: Transfering Cluster Nodes

    In general terms from the sql point of view moving databases about is no different on a cluster to a single server - however - does your new cluster need...

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

  • RE: Clustering question

    Put it this way if he sold cars I definitely wouldn't buy one from him!!

    Perhaps he intended to suggest you split the databases across servers/nodes which is a different matter...

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

  • RE: CPU utilization

    All the cpus will be used under normal load, or should be, you do need enough work to make use of the cpus mind. If you're using enterprise sql then...

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

  • RE: SP:CacheMiss events

    These are caused by procs called without qualified names e.g  exec myproc  instead of exec  dbo.myproc  OR/AND having user stored procs starting sp_

    I suffer both and it can and does...

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

  • RE: Disk config

    With so few disks there's not a real way to configure an effective setup.

    Much as I hate raid 5 I'd have to agree with your boss, but only as...

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

  • RE: SQL Server on dual CPU

    You should be aware that the ability to use multiple processors is more limited in std edition.

    You might want to monitor processes to see what is using cpu - I...

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

  • RE: Securing SQL Server for Web APPS

    I think there are a number of possible scenarios to follow which depend on a number of factors, it's really a matter of how you personally decide to approach this.

    I...

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

  • RE: Where to find out detail of when the Index is created and modified?

    The sql resouce kit comes with a system table map which will help you.

    The other question is why? surely you would have control over object creation on a server ?

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

  • RE: Strange Response Times

    It's never easy with this type of problem .. however, you might want to look at some of these:-

    Disk counters, especially response time and queues

    Processes, I've found things such as...

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

  • RE: xp_cmdshell with WorkGroup (Not Domain)

    I have workgroups at home and I've used them on sql servers sat in a dmz.  I always had the users/logins as administrators so cmdshell worked.  You should be able...

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

  • RE: Will DBCC Reindex do the update statistics?

    It will update stats on the indexed columns but not any explicit or auto-generated stats on non-indexed columns.

    If you want to be sure of getting those updated issue a sp_updatestats ...

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

  • RE: Moving Cluster

    can you be more precise about what you are doing and what you want to track?

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

  • RE: SQL Cluster - relatively low-cost SAN recommendation?

    Yeah I think the problem I run into is that the SANs I have sql servers connected to have many servers attached, and the physical raids are carved so that...

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

Viewing 15 posts - 2,386 through 2,400 (of 2,640 total)