Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Merging two LDF files for a single Database

    try

    backup log [yourdb] with truncate_only

    dbcc sqlperf (logspace) -- returns log size/usage..

    immediaelty do full db backup after above log backup .. (the logs are now invalidated)

    dbcc shrinkfile ([logical_file_name], sizeMB)

    backup...

  • RE: View from pivoted data

    Ryan,

    Perfect! Thanks so much.

  • RE: View from pivoted data

    It will be used with other views to submit data to the .gov.. so a view is the ideal solution.

  • RE: View from pivoted data

    Farrell,

     

    I did find your post. But the temp table can't be used in a view if my memory is correct.

     

  • RE: View from pivoted data

    I apologize for not being more clear but after staring at this for a good part of the day Im getting a little thick..

     

    I should clarify:

    There are thousands of...

Viewing 5 posts - 1 through 5 (of 5 total)