Forum Replies Created

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

  • RE: Getting table structure and data to outside consultant

    There is no need to backup the database.

    You can follow the earlier suggestion. You can give sample data to the customer instead of giving the real data.

    Minaz Amin

    "More Green More Oxygen !! Plant a tree today"

  • RE: migrating a database to recover

    First thing Do you have application DB backup ? If Yes then install SQL Server once again and restore the user / application database from the backup

     

    Minaz

    "More Green More Oxygen !! Plant a tree today"

  • RE: Force Protocol Encryption

    SQL Server 2000 supports the Force Protocol Encryption option to control the Net-Library encryption. When the Force Protocol Encryption is on, SQL Server uses Secure Sockets Layer (SSL) to encrypt...

    "More Green More Oxygen !! Plant a tree today"

  • RE: Force Protocol Encryption

    You can enable the Force Protocol Encryption option on the server, or on the client. Enable Force Protocol Encryption on the server by using the Server Network Utility. If you enable Force...

    "More Green More Oxygen !! Plant a tree today"

  • RE: ODBC Communication link failure

    Check the following:

    1. Have you enabled protocol encryption?

    2. What is the version of the SQL Server ?

    "More Green More Oxygen !! Plant a tree today"

  • RE: Analysing Deadlock

    Please review these links for more information on deadloack and how to troubleshoot them.

    http://support.microsoft.com/kb/118552/en-us

    FIX: A deadlock occurs and...

    "More Green More Oxygen !! Plant a tree today"

  • RE: What is object zero in a database

    I think there is a corruption, caused by the Stale Read or Lost Write activity. 

    Try running dbcc checkdb and also check the hardware, firmware for the root cause of the corruption. You...

    "More Green More Oxygen !! Plant a tree today"

  • RE: Query Tuning

    OK..

    1. What I see is lots of cluster index seek. that tells me correct indexes are not in used. Have you use any index hints ? If not then once the right...

    "More Green More Oxygen !! Plant a tree today"

  • RE: Query Tuning

    Just I wanted to know if the joined column are indexed ?? the plan shows there are nested loop joins, and according to BOL :

    "More Green More Oxygen !! Plant a tree today"

  • RE: Query Tuning

    Dear Sugesh,

    FYI..

    http://support.microsoft.com/kb/243589/EN-US/ this links is good.

    Minaz

     

    "More Green More Oxygen !! Plant a tree today"

  • RE: Backup Failure: Operating system error 64

    Please review the following links:

    http://support.microsoft.com/kb/919023/en-us

    Minaz

    "More Green More Oxygen !! Plant a tree today"

  • RE: Backup Failure: Operating system error 64

    From the error message it is clear there is a netwroking problem.   Are you able to ping server where you are backing to ?

     

    Minaz

    "More Green More Oxygen !! Plant a tree today"

  • RE: Mdf integrity

    Use the DBCC CHECKDB command on the database.

    I am not sure if there is any command to check the intergrity / internal structure of the mdf file in SQL Server. If...

    "More Green More Oxygen !! Plant a tree today"

  • RE: Day 1 at TechEd

    Not interesting !!

    Minaz 

    "More Green More Oxygen !! Plant a tree today"

  • RE: Backups failing

    1.Try backing upto different disk.

    2. The problem may be with the media header check BOL FORMAT clause.

    3. The backup set name given in the BACKUP statement, if provided, does not match...

    "More Green More Oxygen !! Plant a tree today"

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