User Profile

Collapse

Profile Sidebar

Collapse
invoked
invoked
Last Activity: Dec 19 '11, 06:11 PM
Joined: Oct 3 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Here is the code:

    Code:
    <div class="navigations">
                <div class="grid_4 consulting" style="margin-left: 50px">
                    <h1>
                        Consulting</h1>
                </div>
                <div class="grid_4 push_1 engineering">
                    <h1>
                        Engineering</h1>
    ...
    See more | Go to post
    Last edited by Niheel; Oct 5 '11, 02:17 AM. Reason: code tags

    Leave a comment:


  • This would easier to troubleshoot if we could see a code snippet. It sounds like you are utilizing the using correctly, as well as Close and Dispose, but are you using Flush as well?

    If you are writing a file and then trying to access it again, you may try a second using block and see what happens, but likely the issue will happen again.

    Good luck!
    See more | Go to post

    Leave a comment:


  • The best advice I can give is download the SSMS tools found here,
    www.ssmstoolspack.com

    Once installed, you should be able to right click on a specific table and then see options for SSMS tools. Hover over the SSMS tools and there will be an option to Generate Insert Statements. If both of your tables already have the data you need in DB1, and the table structures have already been created in the new database DB2, then this...
    See more | Go to post

    Leave a comment:


  • invoked
    replied to Storing Email Content in Database
    Hello Arulmanoj,

    When we decided to use our DB for storing emails and attachments, we simply created a few tables for each purpose. One table exists for metadata such as email status, date received, customerID, etc. We then used the ID from this table to associate to the other necessary tables such as EmailMessage, EmailAddresses, EmailTemplate, and EmailFile. You may be thinking that this level of normalization is overkill but believe...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...