Forum Replies Created

Viewing 15 posts - 61 through 75 (of 82 total)

  • RE: Crazy Back UP Method!

    Thanks for the reply. He tried attaching again then he was getting that same error I mentioned. But he didnt try the second suggestion to rename the files and attaching again....

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

  • RE: select statement query in a procedure

    Both are same. If you check with Show Execution Plan in QA it dont show any diffrence between two Queries. I guess you generated the Query from the Wizard.

    --Jeswanth

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

  • RE: A tale of two where clauses...

    Try this

    where shiftdate > (today - 5 months )

    --Jeswanth

     

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

  • RE: Shrinking the database...

    Hi,

    Did you tried setting the target size for the datafle in DBCC SHRINKFILE in QA or in EM ? or if you solved the same pls share the same.

    Thank You

    Jeswanth

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

  • RE: Fill factor best practices

    Hi,

    http://www.quest-pipelines.com/newsletter-v5/0204_B.htm 

    the link joslyn specified.

    --Jeswanth

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

  • RE: sql server agent log

    I feel it will be better if you can install under administrator account and later access by domain account.

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

  • RE: Restoring Log Files

    Thanks for the information and the guidance Rick.

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

  • RE: Data Migration - Quickly Inserting New Data

    Why so ? Can you make it clear your statement ?

    --Jeswanth

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

  • RE: The log file ... is full

    Go to the Em Select the database file goto properties.

    set the recovery model simple.

    now goto em all tasks shrink database , select files select the log file and shrink.

    --Jeswanth

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

  • RE: Data Migration - Quickly Inserting New Data

    Hi,

    You can reverse this techinique and use the same to create datadefinitions in Programming Languages also.

    eg: desc table name get the table definition copy paste in excel and manipulate...

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

  • RE: Restoring Log Files

    Thanks. Derrick Leggett, I will do that for sure.

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

  • RE: SQL Data - Crystal Report

    Hi,

    I think i have a solution for you.

    Check the properties of the text field and goto paragraph formatting tab in CR.

    You can...

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

  • RE: SQL Data - Crystal Report

    Ok I got a vague idea of what you are trying to show in Crystl Report. I feel you are trying to print some special characters in CR . Right...

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

  • RE: Getting Max Value from list

    You cannot Compare two columns unless you write some program in sql server. You can achive teh same by writing a UDF

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

  • RE: SQL Data - Crystal Report

    Hi

    Can you provide some sample data ? I cannot understand what exactly you want

    /Jeswanth

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

Viewing 15 posts - 61 through 75 (of 82 total)