Forum Replies Created

Viewing 15 posts - 1,516 through 1,530 (of 2,640 total)

  • RE: Production Server Random Crashing - Need help!

    I'm interested in how you have memory configured ?  if you run sp_configure what does it return for min and max memory. I used to be ok with the 3gb...

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

  • RE: Searching Stored Procedures for Table Names

    No offence to Deborah, but I figured out how to do this almost at once with sql 6, and I'm sure several books have routines for this, surely most script libs...

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

  • RE: SQL Server Minimum Memory Setting

    don't mess with the server memory settings, use dynamic memory only with the 3gb switch. Only set memory config if you have problems or using awe.

    Standard edition ( 2000 )...

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

  • RE: need little bit help in my SP

    an understanding of relational database design would be useful, I'd suggest a training course or a good book on T-SQL.

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

  • RE: need help to used a sqlserver tool

    why not use the native sql tools? For help with a third party tool contact the supplier or see if they have a forum on their site.

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

  • RE: Multi - Select Parameter (DATA TYPE)???

    I'm not sure if I'm reading this right  but do you want to pass a delimited string that you want to use as an IN statement for a select?

    IF so...

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

  • RE: need help on research paper

    I suggest a good bookstore! BOL and microsoft technet and msdn have loads of information.

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

  • RE: Searching Stored Procedures for Table Names

    haven't we done this one already in the last few weeks?

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

  • RE: Poor Performance Query

    I bet that query will not scale.

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

  • RE: Severe performance slowdown with SP4

    agreed - tuning is a bit of a black art - I've just tuned a query on a dev box ( as one might expect ) and when deployed to...

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

  • RE: views based on other views...performance suffers?

    using views to mask underlying tables/complexity is valid although rarely performs very well, adding a hiearchy of views over that will rarely perform well at all. No doubt you'll get...

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

  • RE: db owner change

    why on earth would you want to do that?

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

  • RE: sql@100%

    a fill factor of 70% could increase your scans and cause excessive i/o with selects. I figure you'll have to profile to see the nature of your queries and see....

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

  • RE: Severe performance slowdown with SP4

    It's not good to try to compare databases ( especially not the same ) running on different operating systems or database versions. That sp4 gave a problem fine - that's...

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

  • RE: long running query runs ffine in QA

    you couldn't probably choose a worse front end - can't say that I would expect to be able to compare quereis in qa vs queries in access ( it can...

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

Viewing 15 posts - 1,516 through 1,530 (of 2,640 total)