Forum Replies Created

Viewing 15 posts - 691 through 705 (of 712 total)

  • RE: Database Mail Issue

    Kincly check whether your database mail services has been enable. chekc the settings in Surface Area configuration - features

    Regards
    Durai Nagarajan

  • RE: Same column partial Font Bold

    Hi,

    I dont know how to implement your suggestion.

    i have to have a cell in a table like this , kindly suggest the steps.

    Regards
    Durai Nagarajan

  • RE: restore database with t-sql

    RESTORE DATABASE [b]DBNAME[/b] FROM DISK = N'File Source' WITH FILE = 1, MOVE N'MDF Name' TO N'MDF PATH', MOVE N'log Name' TO N'Log Path', NOUNLOAD, REPLACE, STATS = 10

    Kindly fill...

    Regards
    Durai Nagarajan

  • RE: restore database with t-sql

    Hi,

    Are you looking for this query

    RESTORE DATABASE [DBNAME] FROM DISK = N'File Source' WITH FILE = 1, MOVE N'MDF Name' TO N'MDF PATH', MOVE N'log Name'...

    Regards
    Durai Nagarajan

  • RE: TempDB log growth

    Hi,

    check what is given in auto growth if it is restricted then it will grow only till the size specified, if is auto grown given in percentage or mb then...

    Regards
    Durai Nagarajan

  • RE: sql/script to list jobs and schedules

    Joc activity monitor will giev you all jobs with last run date and future run date , will you need more.

    Regards
    Durai Nagarajan

  • RE: Database Mail

    Any error on database mail log?

    check the setting again whether something got changed.

    Regards
    Durai Nagarajan

  • RE: The INSERT statement conflicted with the FOREIGN KEY constraint "fk".

    The data you are entering into asset table doesnt have the reference data of product id available in product table.

    always check whether reference data is available in primary table(product) using...

    Regards
    Durai Nagarajan

  • RE: Performance issue

    Kindly give more information like front end application, slowness in single page(query) or more, try finding out using profiler in sql stmt completed or SP stmt completed which is taking...

    Regards
    Durai Nagarajan

  • RE: SQL 2005 - MDF deleted LOG file available

    hi,

    yes still want to recover it because while trying inserting more than a year data may miss out that too from different sources.

    i want to update my knowledge as a...

    Regards
    Durai Nagarajan

  • RE: SQL 2005 - MDF deleted LOG file available

    hi,

    They dont have a manual file backup or db backup. the client doenst have a well known IT person also.

    can i know is it possible now with these situation.

    currently they...

    Regards
    Durai Nagarajan

  • RE: SQL 2005 - MDF deleted LOG file available

    No log backup taken. No truncation also done.

    Friends customer is non technical guy so hope nothing is done other than deletion of MDF file when server is down.

    They have copied...

    Regards
    Durai Nagarajan

  • RE: SQL 2005 - MDF deleted LOG file available

    Hi,

    They have restored and found the recovery model as Full recovery.

    sorry for not understanding it properly.

    Thanks

    Regards
    Durai Nagarajan

  • RE: SQL 2005 - MDF deleted LOG file available

    Hi,

    yes it is a full backup

    Regards
    Durai Nagarajan

  • RE: SQL 2005 - MDF deleted LOG file available

    Hi,

    Kindly explain me individual steps so that i can help them.

    sorry for not undetanding it from your post.

    They are taking backup by right click in the database default i hope...

    Regards
    Durai Nagarajan

Viewing 15 posts - 691 through 705 (of 712 total)