Forum Replies Created

Viewing 7 posts - 1 through 8 (of 8 total)

  • RE: Change Database Collation

    Thanks Scratt, that's exactly what I had in mind. Nice work and thanks to the original author too.

    Andrew Mansell
    sqlmansell.com Useful everyday hints and tips for SQL Server
    Twitter: @sqlmansell

  • RE: Change Database Collation

    I like the script but it is unfortunate that it doesn't pick up the schema name too, anything other than dbo results in "Cannot find the object because it does...

    Andrew Mansell
    sqlmansell.com Useful everyday hints and tips for SQL Server
    Twitter: @sqlmansell

  • RE: TempDB question

    I had a look on connect just to see and it has been requested in the past mainly for reasons around TDE and collation but it was a no anyway.

    Andrew Mansell
    sqlmansell.com Useful everyday hints and tips for SQL Server
    Twitter: @sqlmansell

  • RE: SSRS Security

    Not sure but it sounds like it could be inheritance, can you see that the sub-folder took the same permissions as its parent?

    Andrew Mansell
    sqlmansell.com Useful everyday hints and tips for SQL Server
    Twitter: @sqlmansell

  • RE: TempDB question

    Eric M Russell (10/12/2015)


    Temporary tables, spools, hashes, etc. are not tied to any specific database. For example, assuming we wanted to have a separate temporary work area for each databases,...

    Andrew Mansell
    sqlmansell.com Useful everyday hints and tips for SQL Server
    Twitter: @sqlmansell

  • RE: New to SQL Server 2014

    I would say to definitely ask here first if you have any doubts. In my opinion you should prioritise learning about backup and restore, particularly checking that you actually have...

    Andrew Mansell
    sqlmansell.com Useful everyday hints and tips for SQL Server
    Twitter: @sqlmansell

  • RE: TempDB question

    I think there are plenty of people that would be happy to see multiple tempdb databases but Microsoft have never added this.

    If you are seeing tempdb contention this can...

    Andrew Mansell
    sqlmansell.com Useful everyday hints and tips for SQL Server
    Twitter: @sqlmansell

Viewing 7 posts - 1 through 8 (of 8 total)