Forum Replies Created

Viewing 15 posts - 16 through 30 (of 38 total)

  • RE: Copying database backup to another server

    Hi

    I have used robocopy extensively and I think it is one the best ways to copy a file over the network.

    Pls check you network utilization from the source...

    Razi, M.
    http://questivity.com/it-training.html

  • RE: Mount points with SQL Server 2005 clustering

    Thanks D: for the link.

    Even I had a similar situation in our production environment we were using mount points and the disk monitoring was not showing the actual space used:

    ...

    Razi, M.
    http://questivity.com/it-training.html

  • RE: Primary Data file currpted

    Do you have a backup of this database? if yes then you can restore it:)

    Razi, M.
    http://questivity.com/it-training.html

  • RE: How to Break Replication

    I found the solution for this problem:)

    There are few things that I did to make it work from SQL Server 2005 to SQL Server 2000:

    Note - 1. While...

    Razi, M.
    http://questivity.com/it-training.html

  • RE: How to Break Replication

    Yes there was some issues with 2005 schema like some of the tables were owned by schema "Person" so I created a schema with the same name in 2000 and...

    Razi, M.
    http://questivity.com/it-training.html

  • RE: How to Break Replication

    Hi David,

    Wonderful article and thanks for putting it, I had similar situations were I had issues with PK violations at the subscriber.

    I recently tried to setup transactional repl...

    Razi, M.
    http://questivity.com/it-training.html

  • RE: Stored Procedure vs Parameterized queries

    Thanks for the reply!!!

    Razi, M.
    http://questivity.com/it-training.html

  • RE: Managing Indexes in a Database

    Thanks Steve. Guess what I told this to an interview but he still wanted to see what else we can do? I was stuck:)

    I think there are some system DMVs...

    Razi, M.
    http://questivity.com/it-training.html

  • RE: Change IP Address, Host Name of SQL SERVER 2000

    Thanks Steve! I was thinking that if it a clustered server then each individual instance will have its own IP address.

    Regards,

    Razi, M.
    http://questivity.com/it-training.html

  • RE: Change IP Address, Host Name of SQL SERVER 2000

    Is your sql server clustered? or it is a standalone default or named instance?

    Razi, M.
    http://questivity.com/it-training.html

  • RE: Adding a database from a .bak file

    For issues with backups taken from other locations please use Restore script with "move" option. Check booksonline for exact syntax.

    Razi, M.
    http://questivity.com/it-training.html

  • RE: SSRS: adding custom page instead of default page

    Reply to:mdaniel

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

    Do we need to create that custom page using c# and then link the reports to it. Any help in creating a sample page would help a lot...

    Razi, M.
    http://questivity.com/it-training.html

  • RE: SSRS: adding custom page instead of default page

    Thanks for the response:

    Im a newbie to SSRS. My manager wants to me to build a report but he doesnt want me to use the default "Report Manager Page"...

    Razi, M.
    http://questivity.com/it-training.html

  • RE: Transaction log restore options 2005 - gui vs script

    The backup set depends on how you have used the backup file.

    Example: only FullBackup.BAK or DifferentialBackup.BAK or TransactionalBackup.BAK or TRN.

    If you have used GUI in SQL 2000 and...

    Razi, M.
    http://questivity.com/it-training.html

  • RE: Transaction log restore options 2005 - gui vs script

    If you are restoring in a different server and if it is an ongoing process I would recommend LOG Shipping process to be setup.

    Its easy to manage and you...

    Razi, M.
    http://questivity.com/it-training.html

Viewing 15 posts - 16 through 30 (of 38 total)