Viewing 15 posts - 38,206 through 38,220 (of 59,072 total)
If you pass XML, then you'll need to shred it just like if you pass delimited data that needs to be parsed. A lot of folks use XML for...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2010 at 8:13 am
Pravin Patel-491467 (5/25/2010)
Thanks a lot for all your help and giving your precious time behind this stuff.
I am posting one more stuff related this stuff in same forums TSQL(SS2K5). If...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2010 at 7:44 am
By the way, I have to ask... the code you posted in your original post has so many errors in it that it would never have come close to working....
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2010 at 7:39 am
So let's ask the question, then... does the underlying table in the view have the cc, yy, mm, dd columns or does it have a viable DATE or DATETIME column,...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 25, 2010 at 7:25 am
rajiv.varma (5/24/2010)
I have 4 columns CC, YY, MM, DD and they have records like'20', '10', '5', '23'
This is why we need the CREATE TABLE statement (along with the related indexes,...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2010 at 10:32 pm
Thanks for the feedback and the code. 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2010 at 5:25 pm
varkstad (5/24/2010)
For now I solved this unicode problem when I changed42" Plasma TV to 42tum Plasma TV
but I still don´t get the swedish characters å,ä,ö, correct in the databasetable.
Gunilla
What is...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2010 at 7:33 am
varkstad (5/24/2010)
lmu92 (5/24/2010)
CODEPAGE = 'RAW'
DATAFILETYPE = 'widechar'
That should help you to import your...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2010 at 7:21 am
ss-457805 (5/24/2010)
Please forgive my ignorance.I am not sure what u mean by "Real" Execution plan.
Nope... please forgive my ignorance. I thought you had done something else because of the...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2010 at 7:11 am
Stefan_G (5/24/2010)
Jeff Moden (5/23/2010)
I thought I'd "bump" this one for the OP since he provided everything requested but hasn't gotten a reply yet. 🙂
Give me a break. 😉
Dont you have...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2010 at 7:05 am
@Privan,
Thanks for the nice data setup. I'd jump right in on the code except I'm at work and won't be able to work on this until later tonight. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2010 at 6:56 am
Heh... in fact, here's one now...
http://www.sqlservercentral.com/Forums/Topic926398-360-1.aspx
... and such a thing is far from atypical.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2010 at 6:51 am
I'm with Grant on this one but I'll go even further. My feeling is that truly portable code is a myth... so why bother? Further, in order to...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2010 at 6:45 am
Heh... didn't you know? SQL Server is just a place to store data and T-SQL is so easy that you don't actually need a "pro" at it. :-P;-):-D:w00t::-):hehe:
I agree...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2010 at 6:37 am
I'll try to get to this tonight after work. You post has gone 17 hours with no coded answer. Please read the article at the first link in...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2010 at 6:19 am
Viewing 15 posts - 38,206 through 38,220 (of 59,072 total)