Forum Replies Created

Viewing 15 posts - 8,836 through 8,850 (of 9,241 total)

  • RE: Securing SQL at my New Job

    homebrew01 (10/3/2008)


    There are applications that connect using 'sa'.

    no application user account should need to connect using 'sa', especially a web user account. Assigning 'sa', this is all too common...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: WMI Error Installing SQL 2005 Win SBS 2003 R2

    SBS comes with SQL server built in

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL 2005 Default Trace

    how are you creating\starting the trace?

    is it a server side trace?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Data migration

    yulichka (10/6/2008)


    can't see the location where we moving

    :exclamationmark: :exclamationmark:

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SPN SQL Server 2005?

    timscronin (10/3/2008)


    domain admin

    not a good idea, remove that straight away. Create yourself a standard domain user account (no admin) and use sql server config manager to change the user account...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Copy Database Wizard - move from SQL Server 2000 to SQL Server 2005

    you could still use backup\restore

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SPN SQL Server 2005?

    timscronin (10/2/2008)


    The sql server is running under the same account for all our sql servers, never changed

    user account or local system?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Upgrade SQL Server 2005 Express to Enterprise 2005

    there is no upgrade path for express. detach the databases and re attach them under sql2005 standard, also script off the logins and apply those too

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Using row_number()

    check you have spelt it correctly

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Autogrowth - Best Pratice

    also bear in mind regular autogrowths can leave you with physical file fragmentation 😉

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SPN SQL Server 2005?

    what account are the SQL services running under?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Merging of Different databases into one

    shakti (10/1/2008)


    updations

    now there's a word for you

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Copy Database Wizard - move from SQL Server 2000 to SQL Server 2005

    Loner (10/1/2008)


    I chose not to detach and attach the database because the database is a production database.

    use backup and restore then!!

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: How to know all database owners of one database

    JMSM (10/1/2008)


    get all database owners of one specific database.

    there is only one database owner, schemas however may be owned by more than 1 object!!

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Server 2005 Memory Limits

    george sibbald (9/30/2008)


    as long as you are using 32 bit SQL server, you will need to enable AWE to access memory over 4GB

    and don't enable the /3GB switch in the...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 8,836 through 8,850 (of 9,241 total)