You need to Register for free and Login to post a message in the forum.

Forum

sql script - modify data in a column
Last Post 2010-09-02 10:33 PM by Marco Manga. 4 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Marco MangaUser is Offline
Nuke Active Member
Nuke Active Member
Posts:21
Avatar

--
2010-09-02 11:39 AM
    hello, I have successfully changed an ModuleID Column with this script: Update dbo.C5SLLC_FormData Set ModuleID = '383' Where ModuleID = '1090' but when I use it to change some text in another column with the same script, for example from 'tree' to 'three', I have an error. Any help is apreciate. regards
    Www.Informatori.Info
    Joseph CraigUser is Online
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9008
    Avatar

    --
    2010-09-02 11:45 AM
    What is the error?

    Joe Craig, DNN Creative Support

    Subscribe to DNNCreative
    I recommend PowerDNN for DotNetNuke Hosting.
    Marco MangaUser is Offline
    Nuke Active Member
    Nuke Active Member
    Posts:21
    Avatar

    --
    2010-09-02 02:42 PM
    this is the error:

    'The data types ntext and varchar are incompatible in the equal to operator error.'
    Www.Informatori.Info
    Mark AllanUser is Offline
    Nuker
    Nuker
    Posts:16

    --
    2010-09-02 06:00 PM
    Assuming you're on SQL 2005 or 2008, it sounds like you need to convert the ntext column to nvarchar(max) to work with it (so replace "colname" with "CONVERT(nvarchar(max), colname)". If you still have trouble then please post the failing SQL statement.

    Mark Allan (@MarkXA)

    DNN Garden, home of the DDRMenu free DotNetNuke menu module

    Marco MangaUser is Offline
    Nuke Active Member
    Nuke Active Member
    Posts:21
    Avatar

    --
    2010-09-02 10:33 PM
    Thank you Mark!
    I have used this script:

    ALTER TABLE dbo.C5SLLC_FormData ALTER COLUMN FormData NVARCHAR(MAX) null

    and next, this script:

    UPDATE dbo.C5SLLC_FormData
    SET FormData = Replace(FormData,'old-word','new-word')

    I have modified some 'bad' text in a column..



    Www.Informatori.Info
    You are not authorized to post a reply.


    Active Forums 4.3

    Latest Forum Posts

    RE: DNN site automatically redirects to a different domain name. by imran shaikh
    Thanks for the reply joe this is my portalalias table entries 2 0 localhost/tradeupgrade -1
    RE: "Good" hosting providers by ejcullen rene
    informative!!!
    RE: URL Master Module doesn't work on IHostASP hosting by ejcullen rene
    informative!!!
    RE: shared web hosting by ejcullen rene
    informative!!. i got hosting service from http://www.thewebpole.com/ my hosting company offers you
    RE: iPhone website logo in DNN root directory by JohnnieD
    I'm supposed to add this link to make my custom logo show up on iPhones. Where in DNN would I a
    iPhone website logo in DNN root directory by JohnnieD
    I'm trying to put an iPhone logo that I made into my site so when someone saves the website on their
    RE: Fixed size container by Joseph Craig
    Use an HTML module and style the container to have a fixed height and width. Set the overflow attr
    Fixed size container by Aggiedan97
    I am looking for advice or an actual container that has a fixed height (and width). An HTML module w
    RE: DNN 6.1 app_offline.htm by Joseph Craig
    If the site "works" in Chrome, Firefox and Safari, but not in IE8 look to IE8 as the problem. It is
    RE: DNN site automatically redirects to a different domain name. by Joseph Craig
    Make a copy what is in the portalalias table and then remove all but the localhost entry. Verify th
    DNN 6.1 app_offline.htm by Dave Hassall
    Hi As recommended I have successfully been using the app_offline.htm whilst performing upgrades t
    RE: DNN site automatically redirects to a different domain name. by imran shaikh
    Hi i have done same as mention in this post my dnn folder name is Trademaxomanupg with
    Enforce Terms Tutorial Update by Vistalogix Corporation
    I tried configuring my DNN 6.1.2 install to have a required "accept terms" checkbox as described in
    RE: Best Practices for Modifying a Custom Module by Joseph Craig
    Start up the development website, then install the module using the package that you have. Then, yo
    Best Practices for Modifying a Custom Module by schilders
    Good Morning, I'm needing to modify a custom built module created by another developer targeted f
    RE: Admin menu problem by alireza arabiyan
    hi in localhost i have http://localhost/senf/خانه.aspx and http://localhost/senf/Admi
    RE: Admin menu problem by Joseph Craig
    Yes, that is what you should have done. What is the URL for your home page? What is the URL for
    RE: Admin menu problem by alireza arabiyan
    hi first in localhost i add my domain.com as portal alias. then copy all files to host , restore my
    RE: Admin menu problem by Joseph Craig
    How did you move it? Have you added an entry in the portalalias table for the site's domain name?
    RE: Re: SQL SERVER 2008 R2 Remote connection by Joseph Craig
    Set up a user with dbo privileges and set the connection string for that user, rather than using Win
    You are not logged in.
    You must log in to access all 
    650+ videos, tutorials, podcasts, and more.
    RSS Feeds