Forum Replies Created

Viewing 15 posts - 916 through 930 (of 2,640 total)

  • RE: To Include or not to Include.... that is the question (index creation)

    there are three basic areas where you want to create indexes.

    1. the where clause - creating an index which exactly matches the where clause will give a bookmark lookup -...

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

  • RE: 3 Active and 1 Passive SQL Clustering Scenario.

    I've found that this idea isn't generally well recieved, to me it sounds good as a limit to having resource sat around doing nothing - your failover ( passive )...

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

  • RE: SQL 64bit memory

    there are just so many posts about memory on 64bit - why oh why didn't microsoft make this aspect of setup clear?

    I only use enterpise x64 so if it's std...

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

  • RE: Failover Polyserve

    don't you just love clustering? are you sure you've checked all your logs across the entire setup?

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

  • RE: A New (and Hopefully Better) Approach to Constants

    why why why ?????? SQL is set based why must developers constantly seek to overcomplicate things - you only need a lookup table.

    I've encountered a software release (...

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

  • RE: sum(float) != sum(float)

    I know all about this and as I say i wouldn't normally use a float datatype, the issue remains that the identical data gives different results ( consistantly ) on...

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

  • RE: Who wants to be a SQL Server DBA?

    consider that I work for blue chips and I assist in recruiting production DBA's. The roles always ask for performance tuning and diagnostic skills, if you don't know what a...

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

  • RE: Who wants to be a SQL Server DBA?

    Grant I do so agree, the lack of basic stuff is truly frightening and even more so when you look to see where they work and how much they get...

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

  • RE: Create Master script that calls other scripts files....

    use osql

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

  • RE: Who wants to be a SQL Server DBA?

    John - I so agree - trouble was the post wasn't ironic enough to be properly funny!!

    btw. I'd never ask the format of a dbcc command in an interview and...

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

  • RE: To Include or not to Include.... that is the question (index creation)

    without seeing the queries it's difficult to be precise. I don't generally use includes in index creation. all suggested indexes are different it really depends upon the queries I'm...

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

  • RE: "/" allowed in VARCHAR Datatype?????

    yes no problem- why do you ask ?

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

  • RE: SQL 2005 Management Studio Not opening

    is this an active/passive cluster?

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

  • RE: Cluster Singel User and SSCM

    ah you do have to be careful with single user mode, any number of connections may grab your one and only connection.Alter database will normally put it back regardless of...

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

  • RE: Suggestion about partitioning in small database

    partitioning is a subject which can't be covered in a simple set of posts - I'm sure there's just been a couple of good articles on the forum ( last...

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

Viewing 15 posts - 916 through 930 (of 2,640 total)