Forum Replies Created

Viewing 15 posts - 196 through 210 (of 315 total)

  • RE: similar like Oracle RAC

    There are 3rd party tools that will do the job for SQL Server, things like GRIDScale, although they have been bought out. Basically you can scale the reads, but not...

  • RE: Views with NULL values

    Try COALESCE(column, '')

    otherwise can you post the CREATE VIEW statement

  • RE: Upgrading from 2000 to 2008 performance issue

    On an upgrade, you should be rebuilding the indexes... I am pretty sure this is MS recommended or in BOL

  • RE: SQL Server on a virtual server

    Personally, I prefer not to run critical apps on virtuals. Past experience, shared resources, etc. I also prefer SQL Server instances to running a mass of virtual SQL servers.

    One...

  • RE: SQL Server File Placement Best Practice

    I have never been a fan of splitting the OS and SQL, especially on dedicated SQL Servers, seems silly. But until my dream of a SQL OS comes true, here...

  • RE: Scripting help

    I have had issues with the NT modified date in the past, which is why we always put the SQL date into the filename. 3rd backup tool/provider is not going...

  • RE: Where are you?

    got offered a position at SwiftCover, but tried driving the route from Redhill, hahahaa what a joke, so came to Switzerland instead 😀

  • RE: Update stats error

    GilaMonster (10/8/2010)


    grahamc (10/8/2010)


    how on earth are you South African :hehe:

    I'm British (birth and descent). I live in South Africa (and have for quite some time)

    Im the same, except Im Welsh...

  • RE: Scripting help

    What are the file names?

  • RE: Update stats error

    GilaMonster (10/8/2010)


    That's still of no use. That number is not a SQL error number (which are between 1 and 50000). You haven't said what you're doing exactly? A maint plan?...

  • RE: 2005 or 2008

    I would go for 2008. Loads of cool features to help...

    auditing, filestream, extended events, policies, sparse columns, improved RS, improved mirroring, additional datatypes, etc, etc the list goes on. You...

  • RE: Rows to Columns

    Have a look in BOL at the PIVOT function, might do the trick for you.

  • RE: Where are you?

    Phil Jackson (10/8/2010)


    Cobham, United Kingdom 😀

    SwiftCover by any chance??

  • RE: Scripting help

    Under SQL Server Agent, when you create a job step, you can specify the "Type" which can be Operating system (CmdExec). Might be worth a try... however, I am not...

  • RE: Page Life Expectancy

    markganley (10/7/2010)


    Hi,

    The PLE was never flat lining. Although it was low around 50-80 at times.

    Yeah, that looks like memory pressure... You release that the PLE counter will grow until the...

Viewing 15 posts - 196 through 210 (of 315 total)