Forum Replies Created

Viewing 15 posts - 316 through 330 (of 2,640 total)

  • RE: Service Account questions

    I'm not totally convinced the NT groups have any relevance. You'd need to check out the permissions of these groups - that would be relevant if your account requires those...

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

  • RE: Speed variance between executing procedure vs excuting t-sql standalone

    There are several reasons for this, a couple I've encountered are - differences in SET options and compiling the proc with set ansi nulls or quoted identifier OFF.

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

  • RE: Transfer logins 2008->2008

    I can confirm that this is the way to do it - from experience.

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

  • RE: Partitioning key examples vs clustered index rules

    Partitioning sounds really good and should offer all sorts of performance improvements but the reality is that the key choice(s) for native partitioning is often so restrictive as to make...

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

  • RE: How do you decide which databases belong on which servers?

    I don't think there's ever an answer that fits all. I'd say that keeping developers away from any other server is good. I'd put all the devs on the same...

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

  • RE: Binary Installation

    ah - job descriptions don't you just love them. Why not just say install sql server.

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

  • RE: Risks with changing service accounts

    changing service accounts on a cluster can be tricky and furthermore removing permissions from an account on a cluster even more so.

    I'd suggest you carefully document exactly what your sql...

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

  • RE: PERFMON Statistics For SQL Server Aren't Telling Me What is Going On

    The more serious observation is that of are you making changes due to performance issues or perfmon issues?

    I'm never too bothered overall with cache hit ratios in as much as...

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

  • RE: PERFMON Statistics For SQL Server Aren't Telling Me What is Going On

    " Our programmers are pretty clever ... " an oxymoron if I ever saw one methinks.

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

  • RE: Binary Installation

    I suspect you mean binary collation which is full blown case sensitive. It's claimed using binary collation is much faster but in reality only certain types of searches are faster...

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

  • RE: Can't Add Domain User

    You'll need the account you open management studio with to be a sysadmin. You should have defined the administrator account(s) for SQL Server during install. If you didn't then you...

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

  • RE: is there a way to limit the amount of rows a user can query?

    If you give users full access to a database eventually they will write the query from hell. Find an alternative solution and get rid of select *.

    The only way you...

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

  • RE: Windows Dynamic Drives for SQL Server

    It's a little while since I used multiple DAS but if you want a secure solution only ever use hardware raid functions. If you're setting your storage array as raid...

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

  • RE: SQL Profiler Reads and Writes Question?

    profiler includes reasds/writes from all/most internal operations too, this is why the same query run with show io stats in a query window will usually show a different set of...

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

  • RE: Settings for sql 2008 instance

    It will to a degree depend upon your app, however, you should put the database to 2008 compat mode and make all the set commands to allow use of such...

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

Viewing 15 posts - 316 through 330 (of 2,640 total)