Forum Replies Created

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

  • RE: sql server servie pack 3 error - Urgent

    Nikki-395727 (4/11/2010)


    Also, which component do I need to rinstall service pack?

    See this log file on the server:

    C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt

  • RE: Transactional Replication Performance

    venkatreddy.bashi (4/11/2010)


    We are making all changes to publisher database by loading files, Some time 2,00,000 to 3,00,000 rows going to updated/deleted/inserted on publisher database.

    How many rows are there in the...

  • RE: Running the stored procedure more than once

    lijusmail (4/7/2010)


    i wanted to know is there some SQL Setting which is limiting the number of rows being generated when a stored procedure runs.

    SET ROWCOUNT can limit the number of...

  • RE: Replication configured, but users unable to connect the DB.

    http://support.microsoft.com/kb/918992

    Use EXEC sp_help_revlogin provided by Microsoft in the above link

  • 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...

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