Forum Replies Created

Viewing 15 posts - 1 through 15 (of 21 total)

  • RE: Unable to recognize table nale or filed names

    Thank You Cath.

    I t was collation issue.

  • RE: Unable to recognize table nale or filed names

    Other databases has a collation "SQL_Latin1_General_CP1256_CI_AS" same as the database where i have a problem.

  • RE: Unable to recognize table nale or filed names

    Server Collation is SQL_Latin1_General_CP1256_CS_AS

    Same implies for the column.

    I have several databases in the same server.

    I have a table name "Testmenu" in another database and it perfectly works if i query...

  • RE: Unable to recognize table nale or filed names

    let me make it clear.

    When i query with tblPopulation - i get the results

    When i query with tblpopulation - i get the error

  • RE: Unable to recognize table nale or filed names

    Table exists and the schema is dbo

  • RE: Reduce Physical size of Transaction Log

    Yes Sure...........Have a Nice Day Ahead

  • RE: Reduce Physical size of Transaction Log

    Hi Gail,

    I had taken backup of transaction log and reduced the size of transaction log through alter command.

    Thanx.

  • RE: Reduce Physical size of Transaction Log

    Recovery Model is Full.

    The two log files total size is 300 GB and i want to reduce this size.

    The usage shown is 99% according to DBCC SQLPERF.

  • RE: Unable to access the database

    One interesting thing is i cannot find my login ID in sysusers table whereas it is available in syslogins.

    Will this help in solving the issue.

  • RE: Unable to access the database

    Status is ONLINE

  • RE: Transaction Log Backup-----Emergency

    Part of all your replies helped me to analyse the issue.

    There is an update statement running since yesterday.

    Thank You to all

  • RE: Restore the database to new location

    The above is my restore statement and it gets terminated abnormally..please help me

    restore database JDE_PRODUCTION

    from disk='\\baupsrv\d$\JDE_PROD\JDE_PROD_DB_FULL_BKUP'

    with move

    'JDE_PRODUCTION_Data' to 'C:\JDE_PRODUCTION\JDE_PRODUCTION_Data.MDF',

    Move

    'JDE_PRODUCTION_Data_1' to 'C:\JDE_PRODUCTION\JDE_PRODUCTION_Data_1.NDF',

    Move

    'JDE_PRODUCTION_Data_2' to 'C:\JDE_PRODUCTION\JDE_PRODUCTION_Data_2.NDF',

    Move

    'JDE_PRODUCTION_Data_3' to 'C:\JDE_PRODUCTION\JDE_PRODUCTION_Data_3.NDF',

    Move

    'JDE_PRODUCTION_Data_4' to 'C:\JDE_PRODUCTION\JDE_PRODUCTION_Data_4.NDF',

    Move

    'JDE_PRODUCTION_Data_5' to 'C:\JDE_PRODUCTION\JDE_PRODUCTION_Data_5.NDF',

    Move

    'JDE_PRODUCTION_Data_6' to...

  • RE: Restore the database to new location

    The above is my restore statement and it gets terminated abnormally..please help me

    restore database JDE_PRODUCTION

    from disk='\\baupsrv\d$\JDE_PROD\JDE_PROD_DB_FULL_BKUP'

    with move

    'JDE_PRODUCTION_Data' to 'C:\JDE_PRODUCTION\JDE_PRODUCTION_Data.MDF',

    Move

    'JDE_PRODUCTION_Data_1' to 'C:\JDE_PRODUCTION\JDE_PRODUCTION_Data_1.NDF',

    Move

    'JDE_PRODUCTION_Data_2' to 'C:\JDE_PRODUCTION\JDE_PRODUCTION_Data_2.NDF',

    Move

    'JDE_PRODUCTION_Data_3' to 'C:\JDE_PRODUCTION\JDE_PRODUCTION_Data_3.NDF',

    Move

    'JDE_PRODUCTION_Data_4' to 'C:\JDE_PRODUCTION\JDE_PRODUCTION_Data_4.NDF',

    Move

    'JDE_PRODUCTION_Data_5' to 'C:\JDE_PRODUCTION\JDE_PRODUCTION_Data_5.NDF',

    Move

    'JDE_PRODUCTION_Data_6' to...

  • RE: Restore the database to new location

    The above is my restore statement and it gets terminated abnormally..please help me

    restore database JDE_PRODUCTION

    from disk='\\baupsrv\d$\JDE_PROD\JDE_PROD_DB_FULL_BKUP'

    with move

    'JDE_PRODUCTION_Data' to 'C:\JDE_PRODUCTION\JDE_PRODUCTION_Data.MDF',

    Move

    'JDE_PRODUCTION_Data_1' to 'C:\JDE_PRODUCTION\JDE_PRODUCTION_Data_1.NDF',

    Move

    'JDE_PRODUCTION_Data_2' to 'C:\JDE_PRODUCTION\JDE_PRODUCTION_Data_2.NDF',

    Move

    'JDE_PRODUCTION_Data_3' to 'C:\JDE_PRODUCTION\JDE_PRODUCTION_Data_3.NDF',

    Move

    'JDE_PRODUCTION_Data_4' to 'C:\JDE_PRODUCTION\JDE_PRODUCTION_Data_4.NDF',

    Move

    'JDE_PRODUCTION_Data_5' to 'C:\JDE_PRODUCTION\JDE_PRODUCTION_Data_5.NDF',

    Move

    'JDE_PRODUCTION_Data_6' to...

  • RE: Database Size

    Thank You Very Much Mr. Gail Shaw

    I really got the source of concern now about this database.

    I m checking my database but Can You guess something regading this database like...

Viewing 15 posts - 1 through 15 (of 21 total)