Forum Replies Created

Viewing 15 posts - 706 through 720 (of 1,065 total)

  • RE: How to implement Log Shipping Using SSIS ?

    RV-813525 (4/6/2010)


    At the end of day I have to ship the logs from each of the client's database and sync to the centralized database.

    Log shipping does not work like this....

  • RE: What is SSIS ?

    arjung (4/7/2010)


    Can somebody please help me about what is SSIS?

    Thanks,

    Arjun

    SSIS stands for SQL Server Integration Services.

    It is an ETL (Extract-Transform-Load) tool.

    You can create SSIP packages using BIDS (Business Intelligent Development...

  • RE: Server Maintenance

    Ratheesh.K.Nair (3/30/2010)


    Thanks Suresh,

    Hope u meant that differential backup and full backup can be appended to the same file.

    Yes.

    Any (full or diff) backup can be appended to an existing backup file.

    For...

  • RE: Backup Restoration

    Ratheesh.K.Nair (3/29/2010)


    Hi Experts,

    Is it possible to restore latest differential backup after restoring an old full backup?

    No, unless the OLD backup is base for the differential backup.

    You will get following error:

    This...

  • RE: Server Maintenance

    Ratheesh.K.Nair (3/30/2010)


    Adding to above

    Is it possible to append differential backup to a full backup?

    Yes. It is possible to take a backup to existing backup file.

    However it is recommended to...

  • RE: Backup File Missing

    Sometimes backup files are moved to some other place.

    For example backups are taken to local disk to reduce time and avoid network issue.

    Later the backup files are move...

  • RE: About 70-450 Exam

    Congrats!

    You took only one month to prepare for the exam 🙂

    Regards

  • RE: How to check SQL Server Login and Password Properties? (7 Questions for DBA)

    Reo (3/5/2010)


    Hi,

    I have this on production server.

    windows account policies are good if I'm going to create new login.

    My problem is that I want to find out thoses login who...

  • RE: Transaction Replication

    Please post the errors you are getting.

    Without seeing the error message, it is difficult to help.

    Replication can be down for different reasons.

  • RE: Replication Indexes Best Practice

    Eugoogley (2/25/2010)


    Hi

    We have one database which publishes to another (SQL 2005 - transactional replication). The subscriber is used by a number of applications where the publisher is only ever used...

  • RE: Equivalent of Oracle Streams

    I am not familiar with Oracle Streams.

    SQL Server has features likes

    1) DML/DDL triggers

    2) Service Broker for asynchronous processing

    3) Change Data Capture

    Replication has granular control. For example, you can replicate...

  • RE: Minimum rights for running a job.

    Please check database roles SQLAgentUserRole, SQLAgentReaderRole, and SQLAgentOperatorRole on msdb database.

  • RE: NOLOCK in update statement

    Joe-420121 (2/22/2010)


    could some explain me what is the effect of the following two statements; Which one better one? both same?

    update i set i.name= 'MR Y' from inventory i with (NOLOCK)...

  • RE: How can we extract the complete list of users for a database and whether they are active or not

    sys.dm_exec_sessions -- 2005

    sysprocesses -- 2000

  • RE: RAM utilization on sql server

    Anamika (2/17/2010)


    Hi All,

    Thanks a lot for your inputs.

    I'm working on those.

    and i have installed performance dashboard reports to find out the time taking queries.

    Once i find some significant...

Viewing 15 posts - 706 through 720 (of 1,065 total)