Forum Replies Created

Viewing 15 posts - 6,301 through 6,315 (of 7,467 total)

  • RE: Moving user databases...

    So for the sqlserver-instance it's an existing db which will be detatched and reattatched, only having the files at a diffent location.

    In that case, the sync is not needed.

    What the...

  • RE: Moving user databases...

    yep.

    don't forget users and passwords and their synchronisation

     

  • RE: Application Security

    it depends

    If you want to create the possibility for you users that they access you sqlserver using only your application, or also...

  • RE: A little help on Alerts

     

    The mentioned URL should contain this :

    -- The goal is to avoid the use of sp_start_job in an application. So we have the application use RAISERROR to activate the job.

    -- ...

  • RE: Table Sizing

    you may also want to run sp_updatestats ! (if you are alowed to)

     

    Did you rebuild your clustering index ?

  • RE: Collation Codes

    yep. Keep it simple.

    If you have DRI (foreign keys), you may want to hold them until after the load !

    Or you will have the burdon of a loadsequence exercise.

    Test it,...

  • RE: Table Sizing

    can you post your table and index DDL ?

  • RE: Collation Codes

    Since the old server is the onlyone having SQL_Latin1_General_CP1_CI_AS , and the others use Latin1_general_CI_AS , maybe this is _the_ occasion to migrate !

    This way, when all servers...

  • RE: Collation Codes

    at collation level : yes.

    We have a mix of 7.0 and sql2000 and are implementing sql2005, still using SQL_Latin1_General_CP1_CI_AS because of the # of servers and databases that have to...

  • RE: Table Sizing

    Maybe this helps to figure it out ...

    Keep in mind it uses systemtables, which is no a best practise

    -- Select  'DBCC UPDATEUSAGE  ('''...

  • RE: Collation Codes

    When you use "restore db" to put your db on SQL2005, then it will still have and use it's own collation. That could already be done in SQL2000.

  • RE: Alert on available space in datafile

    I have this query running every 15 Minutes with sqlagent.

    It writes a message to winnt-eventlog which is captured by HPOVow

    Primitive, but it works.

    declare @DB_Criterium    int

    /* ** criterium % must be...

  • RE: automatically notify when running on low harddisk space

    we us HP ovow to monitor the physical disks, not the sqlserver infrastructure.

  • RE: Scheduled Job started bud nothing happens

    Here's Freud again

    Aha-erlebness

     

  • RE: A little help on Alerts

    there are some pittfalls with alerts

    first of all, an alert only responds when it is enabled

Viewing 15 posts - 6,301 through 6,315 (of 7,467 total)