Forum Replies Created

Viewing 15 posts - 2,086 through 2,100 (of 2,640 total)

  • RE: Memory Usage and general tuning

    you need to enable awe

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

  • RE: Memory Management - awe /3gb /pae

    There has been a misconception that awe can only be used with memory over 4Gb - this is not true. In a server with 4GB of ram you have two...

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

  • RE: Installing SQL Server 2005 on a computer on which is running also a SQL Server 2000

    performance isn't too good - you might want to consider using virtual pc or server

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

  • RE: Has anyone tried creating sp_ or fn_ in master on 2005 yet?

    yup, I've dropped sp_  into master, works the same as before.

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

  • RE: Cluster index on datetime column

    Probably < grin > it's almost textbook question. I usually designate clustered index where it resolves my worst performance \ most important query. If you've got an ascending key on...

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

  • RE: Select from Partitioned View creates wrong plan

    I have to be honest that I partitioned the partitioned views, rather than going for one big view I created a series of views with a hierachy for searching and...

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

  • RE: SAN Replication

    A colleague had sata disks on his san -- a TB of storage is almost normal for home use now - certainly I almost have that sort of storage on...

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

  • RE: Is it better to use sprocs or functions?

    unless you want to degrade performance in which using functions badly will certainly achive this!

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

  • RE: What are the negative performance hits from using table variables?

    not all table variables are created in memory and not all #temp tables are created on disk. Depends upon available resource.

    With large data sets you can run into problems with...

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

  • RE: Mirroring - how many databases

    Microsoft have indicated to me a max of 10 mirrors per instance and you need a really good line/link . I was hoping to find evidence of users deploying mirroring...

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

  • RE: SAN Replication

    Cheers Ed

    I've spoken to Hitachi and they have some excellent solutions, and I got to speak to people who could explain to me what I was asking. More than can...

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

  • RE: Upgrade 7.0 SP4 to 2005 on Win2k3 - No upgrade option??

    I wouldn't even consider trying that way. I'd advise you to move your databases by detach / attach, script your logins. your dts packages won't properly convert anyway and the...

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

  • RE: Problem system databases *.mdf file locations defaulted to c drive

    You'll never know until you apply a service pack - Ithink sp1 for 2000 expected the system databases to be in the default install location - if they were not...

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

  • RE: unpartitioned view faster than partitioned?

    Yes I read somewhere that you musn't attempt to modify or maintain partitioned views through EM. I sort of wish I'd had some of this dialogue a few months ago...

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

  • RE: Select from Partitioned View creates wrong plan

    hmm, interesting, I've moved on to another contract now but I'm told the pv's are working a dream. I wasn't too concerned but it was the fact that the plans...

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

Viewing 15 posts - 2,086 through 2,100 (of 2,640 total)