Click here to Skip to main content
15,881,709 members

Comments by Vert12 (Top 12 by date)

Vert12 17-Aug-23 4:25am View    
sorry its a typo mistake, it in C# only, modified question
Vert12 1-Dec-22 7:58am View    
i have resolved the issue with the transaction logs and that is the reason i left the other question and posted a new question to see if there is an easy way to update .now i can update without transaction log getting full issue with disk space but update query consumes more time also transaction log is getting bumped up each time, so i was looking for an efficient way of updating. It is your assumption that i am reposting the same question which is 2 different cases as per my consideration.
Moreover the alternative solution for my updating is, i am creating a new temp table and inserting from old table to new temp table with my desired values , renaming the new temp table to old table name
Vert12 30-Jun-22 6:31am View    
Hi
Propvalues is only one string(kind of comma seperated values).i need to modify some values inside it.

Vert12 7-May-20 10:15am View    
Deleted
thanks but will the compiler accepts it because innerXml is a string type, will it be converted to XmlNode type?
Vert12 7-May-20 10:15am View    
thanks but will the compiler accepts it because innerXml is a sting type, will it be converted to XmlNode type