Viewing 15 posts - 316 through 330 (of 702 total)
You'll probably get much more advice on this once you've posted the DDL and some examples (test data and expected results). But, until then, one thing that I'd question...
January 20, 2010 at 7:51 pm
tosscrosby-60625 (1/20/2010)
Lynn Pettis (1/20/2010)
I'll see if one of my kids can make up a certificate for you. They seem better at that sort of stuff then me. 😉
Isn't that...
January 20, 2010 at 7:00 pm
I just took a closer look at the code and realize that the insert doesn't specify the column names.
Try adding the list of columns right before the VALUES clause
insert into...
January 19, 2010 at 2:47 pm
One thing that jumps out at me is that column5 is defined as a date, but your script tries to insert a string ('column5') there that cannot be converted to...
January 19, 2010 at 1:21 pm
Looks like you may already have what you need, but since I'd just a couple of weeks ago had a similar case, I figure I'll share it. The main...
January 15, 2010 at 5:11 pm
It looks as though the resume-hunter has come around in attitude. Congratulations to Lynn, Gail, Gus and the rest of you for not only helping him/her with the technical...
January 13, 2010 at 6:14 pm
Gianluca,
I had to read your last post twice to be sure you'd said you were talking about a bruhaha in Italy, and not in the US. There's been...
January 13, 2010 at 5:58 pm
The 2008 BOL (link provided by Cliff) is moderately ambiguous, don't you think?
The following table lists and describes the severity levels of the errors raised by the SQL...
January 13, 2010 at 2:01 pm
Bravo! Excellent example of explaining a technique that, once understood, seems so very natural. And, once again the discussion adds tremendously by making it clear that this is a...
January 13, 2010 at 9:54 am
Cliff Jones (1/12/2010)
Ernie Schlangen (1/12/2010)
January 12, 2010 at 9:46 am
Cedric,
Thanks for the link about Table Types.
The QOD asks about table types, but the BOL link in the explanation refers to user defined data types. I find nothing about...
January 11, 2010 at 10:14 am
Comparison of data can be a bit tricky if you don't have any absolute way to tie the rows of the two tables to each other. Because of this,...
January 8, 2010 at 7:45 pm
I have heard a response to "wouldn't touch it with a ten-foot pole" as "Heck. I wouldn't touch it with a six-foot Romanian". (Sorry, Gail, but the pun...
January 8, 2010 at 2:20 pm
You've made a good start by seeing that the key to this is using DATEDIFF and DATEADD with the "mm" option. I just went through a similar process to...
January 7, 2010 at 6:15 pm
I just posted in the "save my job" thread a question to the OP as to what he expected to get in SSC that he didn't already get from SQLTeam...
January 6, 2010 at 11:07 am
Viewing 15 posts - 316 through 330 (of 702 total)