Results 1 to 2 of 2

Thread: Database Doubt

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2010
    Posts
    66

    Exclamation Database Doubt

    INSERT INTO [ET_SolutionText]
    ([SolnTextKey]
    ,[SolnTextValue]
    ,[SolnTextTitle])
    VALUES
    ('OM_SUP'
    ,'XML DATA'
    ,'OM Supplier Content')
    GO


    In Above Query, SolnTextValue is XML field. How i can format XML data in Values using insert query in SQL server 2008??

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    39,038

    Re: Database Doubt

    XML is just text, so it doesn't really need anything special to go into any text field that is large enough to hold it.
    My usual boring signature: Nothing

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width