Viewing 15 posts - 5,161 through 5,175 (of 5,504 total)
Hi,
it looks like the thread just ignored your xml sample data.
Please use [ code="xml" ] tags without spaces.
July 1, 2009 at 2:59 pm
Just out of curiosity:
Let's assume you'd delete the first 75% ordered by primary key (hoping there is one).
How would you recognize that you've deleted too many rows? Let's say you've...
July 1, 2009 at 2:54 pm
Hi Digs,
a couple questions/comments:
- Why are you using T-SQL to get the same results as you provided as input data?
- T-SQL can use the IN clause, but there...
July 1, 2009 at 2:39 pm
Roust_m (6/30/2009)
July 1, 2009 at 10:49 am
Hi Roust_m,
to begin with the easy stuff: your xml is not well formed. the following closing tags are missing either at the end of your xml or in between:
I just...
June 30, 2009 at 3:35 pm
GSquared (6/30/2009)
June 30, 2009 at 2:52 pm
Florian Reischl (6/30/2009)
...I read this "ES(e)L" but I've not been sure if I'm the only guy who felt like a donkey... :hehe:
Well, since it's an official abbr. do I now...
June 30, 2009 at 2:23 pm
GSquared (6/30/2009)
...ESL (English as a Second Language) ...
Now that's something I'd call a "Linguistic Freudian slip"!
ESL sounds very close to "Esel", which is German for donkey or jackass. :hehe:
Coincidence???...
June 30, 2009 at 1:59 pm
Nice one, Jeff!!
Sometimes the occurrence of the word "PIVOT" isn't that bad, obviously... - especially when it comes together with an "UN".
Seems a little easier to deal with than the...
June 30, 2009 at 12:56 am
Hi Eswin,
just a few thoughts while you're working on providing the data:
- since you're using DATEPART(WEEKDAY ...) function you need to make sure that the setting for @@datefirst is a...
June 29, 2009 at 4:21 pm
My first response was based on your statement:
espilman (6/29/2009)
June 29, 2009 at 2:48 pm
Ok, I'm done with testing and I think I covered all possible occurrences (except NULL values since there is no business rule on how to handle such values...).
I used the...
June 29, 2009 at 2:22 pm
espilman (6/29/2009)
June 29, 2009 at 2:07 pm
How do you access Excel files? Are you using SSIS, linked server, openrowset or any other method?
From my point of view data format validation should be done before you even...
June 29, 2009 at 12:41 pm
Gianluca Sartori (6/29/2009)
By the way, I still need somebody to cut my grass!!It keeps on raining during the weekend...
I offer 5 dollars!
I'll do it, assuming you're covering travel and accommodation...
June 29, 2009 at 3:30 am
Viewing 15 posts - 5,161 through 5,175 (of 5,504 total)