Forum Replies Created

Viewing 15 posts - 316 through 330 (of 388 total)

  • RE: Mirroring Plan not sure will work

    what are you trying to achieve here? Why do you need databases on both servers as principal databases?

    EnjoY!

  • RE: SQL Server Agent Job failing while scheduleing LInked server SP

    keyun (2/16/2010)


    As per your guidance. I have set the Owner of the job as SA but i am getting below error.

    Message

    Executed as user: NT AUTHORITY\SYSTEM. Login failed for user 'DOMAIN_NT\SERVERB$'....

  • RE: Another silly question

    GSquared (2/16/2010)


    GT-897544 (2/15/2010)


    GSquared (2/15/2010)


    Bru Medishetty (2/15/2010)


    I would run the query

    select @@version

    and look at the output, where the end part shoes if nothing if it's a physical server and if it's...

  • RE: automatically restore recent backups

    jsb12 (2/15/2010)


    There are 3 days of full backups and TLog backups in backup and trn folders respectively. I need to identify previous days full backup (8pm) and successive hourly transaction...

  • RE: SQL Server

    You can see all the details like when SQL Server\Agent started and stopped in SQL Server Error logs. You should be able to see this information in windows event logs...

  • RE: job to delete old backups

    Was this running successful before?

    EnjoY!

  • RE: DB Access

    subbarayudu.net 37258 (2/15/2010)


    Hi Steave,

    Its not a test question....

    Once i create the user and I assigned those 2 database level roles.......

    now that user not access the database, becasue of db_denydatareader overwrite...

  • RE: Minimum security to access Management/Legacy

    Do you want to grant permission to edit\deploy packages for developers?

    EnjoY!

  • RE: Size of MDF wont change even if data is deleted

    Make sure you defrag\Rebuild index after you perform many DML changes, because the index will be fragmented after DML changes, that is why mdf file is same size...

  • RE: Maintenance plan error

    Some times maintenance jobs fails due to packet loss in network, if network connectivity blip this may happen once in a while. Did this fail again, when you...

  • RE: sql server permissions on a sp across databases

    timscronin (2/15/2010)


    If a login (sql login) on sql server 1 is mapped to a user in database A. And inside of database A that user has rights to execute...

  • RE: Another silly question

    GSquared (2/15/2010)


    Bru Medishetty (2/15/2010)


    I would run the query

    select @@version

    and look at the output, where the end part shoes if nothing if it's a physical server and if it's on a...

  • RE: Raising the domain functional level

    I may take that offer, if you send all your paychecks to me:-D

    EnjoY!

  • RE: Update statics needed or not after migration

    GilaMonster (2/15/2010)


    GT-897544 (2/15/2010)


    In SQL version is 2005\2008 Auto update statistics option is set 'on' by default at database level, no need to update stats frequently, and also remember updating statistics...

  • RE: SQL Server Agent Job failing while scheduleing LInked server SP

    keyun (2/15/2010)


    Hi GT,

    I am new to SQL server.. I check my login under LoginProperties --> Server Roles --> here i have everysingle roles assigned it to me. ( i guess...

Viewing 15 posts - 316 through 330 (of 388 total)