Viewing 15 posts - 14,866 through 14,880 (of 15,381 total)
It sounds like you want to store some text that is not valid xml in an xml field? Can you use a nvarchar field instead?
March 18, 2011 at 8:56 am
Craig Farrell (3/18/2011)
March 18, 2011 at 8:47 am
Craig Farrell (3/17/2011)
The data is not in a testable or consumable format for us. You need to read that first link in my signature, it'll explain to you what...
March 17, 2011 at 2:02 pm
As mentioned before if you post ddl and some sample data in a format that makes it easy for people to help you there is little anybody can provide. Please...
March 17, 2011 at 2:02 pm
Please don't double post.
See the original thread here
March 17, 2011 at 1:59 pm
abhishekc17 (3/17/2011)
Sean,I apologize for my previous post. The deleted works perfectly. Thanks you very much.
And thank you Steve..
No need to apologize you said nothing could be taken as anything but...
March 17, 2011 at 10:28 am
inserted will ALWAYS have the new values and deleted will ALWAYS have the old values.
March 17, 2011 at 9:49 am
To do that you will have to compare inserted and deleted. This will be the new and old values. If there are a lot of columns this may end up...
March 17, 2011 at 9:45 am
abhishekc17 (3/17/2011)
March 17, 2011 at 8:17 am
We are WAY off topic for sql server central but once again you are way over thinking this. Keep it simple. 😀
var today = new Date();
if (today.getHours() > 6 &&...
March 17, 2011 at 8:08 am
Jeff Moden (3/15/2011)
March 16, 2011 at 2:00 pm
gissah (3/16/2011)
hi sean i know you have good intent
Yes again, we are willing to help. Read this article[/url] and understand what it is saying. Just reposting the same stuff...
March 16, 2011 at 11:50 am
I will quote just about everyone in this thread....we really can't help you unless you provide some details. ddl and some sample data. Remember we can't see your screen and...
March 16, 2011 at 10:08 am
Well it will certainly be interesting if somebody figures out what is happening.
March 16, 2011 at 10:02 am
Ahh. gotcha. I got so wrapped up in aliasing the results of the case that I couldn't see the forest through the trees. 😛
March 16, 2011 at 9:47 am
Viewing 15 posts - 14,866 through 14,880 (of 15,381 total)