Viewing 15 posts - 151 through 165 (of 235 total)
ZeroFusion (5/25/2010)
create table #t (string varchar (5))
insert into #t (string) values ('ACH')
insert into...
May 25, 2010 at 1:30 am
tommyh (5/25/2010)
create table #t (string...
May 25, 2010 at 1:13 am
Hugo Kornelis (5/25/2010)
malleswarareddy_m (5/24/2010)
like operator will search for _ only.and return any characters. then it does not return any rows.because i worked many times using like operator.but if we...
May 25, 2010 at 12:54 am
stewartc-708166 (5/25/2010)
TrickyRequires some knowledge of collations
Yes, the question was in Collations category 😛
May 25, 2010 at 12:45 am
tommyh (5/25/2010)
Taught me once again that Microsoft has some serious dope available. Doing some semiunicode shit into a normal varchar... damn.
Even more funny. Doing a Len on...
May 25, 2010 at 12:15 am
bkubicek (5/24/2010)
To do what you suggest would cause this Question to be too easy. Perhaps you are fortunate enough to NOT have inherited some poor code from previous employees....
May 24, 2010 at 8:08 am
I guessed right. Great aid for me was the gaps between neumbers. If the row of numbers was complete...
May 21, 2010 at 6:37 am
Toreador (5/21/2010)
This gives the error:<rows>
<_x0023_t a="" />
</rows>
This does not:
<rows>
<_x0023_t a="x0;" />
</rows>
It can be some error during copy-paste. I had no problem. Where have you copied the...
May 21, 2010 at 5:35 am
Toreador (5/21/2010)
Note - the error appears in a popup window. I've a feeling that depending...
May 21, 2010 at 5:17 am
Oleg Netchaev (5/20/2010)
honza.mf (5/20/2010)
Thank you, Hugo, for your help.Lot of people cannot distinguish complete XML file and XML segment.
Because they cannot, you can ask Steve to edit one of...
May 20, 2010 at 10:30 pm
Hugo Kornelis (5/20/2010)
natalie.ignatieva (5/20/2010)
May 20, 2010 at 1:27 pm
malleswarareddy_m (5/20/2010)
Thanks for reply.I know that there are different types out put for xml.
Includes For Xml 1)path 2)auto 3)raw 4)explicit.
But when i saved this output and opened with IE it...
May 20, 2010 at 3:19 am
Hugo Kornelis (5/20/2010)
honza.mf (5/20/2010)
Hugo Kornelis (5/20/2010)
The only thing I like less about the question was...
May 20, 2010 at 2:53 am
Toreador (5/20/2010)
Error Character '', hexadecimal value 0x0 is illegal in XML documents.
ie the first option, which is not the correct answer.
As well as...
May 20, 2010 at 2:39 am
Hugo Kornelis (5/20/2010)
The only thing I like less about the question was that it also...
May 20, 2010 at 2:35 am
Viewing 15 posts - 151 through 165 (of 235 total)