Viewing 15 posts - 841 through 855 (of 1,243 total)
We had 80 odd people at the show in September so a whole pig could well be worth it. I've just got to convince a couple of people that...
October 22, 2014 at 6:27 am
Ed Wagner (10/22/2014)
BWFC (10/22/2014)
Jeff Moden (10/21/2014)
Not to mention keeping mosquitos away in a pinch. Of course, it'll also keep everyone else away, as well. 😛
When I worked in Caorle,...
October 22, 2014 at 5:45 am
Jeff Moden (10/21/2014)
Not to mention keeping mosquitos away in a pinch. Of course, it'll also keep everyone else away, as well. 😛
When I worked in Caorle, not far from...
October 22, 2014 at 1:34 am
Luis, that second version works like a charm. Thank you.
October 16, 2014 at 3:13 am
The answer is wrong again! As usual, I read the question and decided what my answer would be. I then ran the query and confirmed my answer only to...
October 16, 2014 at 1:12 am
Stuart Davies (10/15/2014)
BWFC (10/15/2014)
Am I being cynical in thinking that 'cracked it' means 'can't be bothered to provide sample data'?
Possibly, in the cases when I posed a question then found...
October 15, 2014 at 7:50 am
I seem to have solved the problem but it has raised more questions than it's answered.
It appears that it wasn't necessarily anything to do with the Job I was running....
October 15, 2014 at 4:56 am
Am I being cynical in thinking that 'cracked it' means 'can't be bothered to provide sample data'?
October 15, 2014 at 4:47 am
Have a look the example below.
create table #EventHeader(
HistoryIDint primary keynot null
,DateTimeHappened datetimenot null
)
create table #EventDetail
(
HistoryIDint
,DetailIDint primary key not null
,DateTimeProcessed datetimenot null
,ProcessedBy varchar(20)not null
)
insert into #EventHeader
select 100001, '2014-07-23...
October 15, 2014 at 3:42 am
paul.knibbs (10/15/2014)
October 15, 2014 at 2:11 am
On occasions when particular managers have said something's urgent my first thought has been 'I'll be the judge of that'. Often a quick phone call has revealed that the...
October 15, 2014 at 1:58 am
Mauricio N (10/15/2014)
Same error: Msg 156, Level 15, State 1, Procedure my_sp, Line 2Incorrect syntax near the keyword 'FROM'.
+1
October 15, 2014 at 1:26 am
It's a start 🙂 Could you post examples of the data in your tables next please? Have a look at this article
http://www.sqlservercentral.com/articles/Best+Practices/61537/ and it'll show you how. As...
October 14, 2014 at 6:51 am
As I've said before, please can you post some sample data. It will make it much easier to see where there might be a problem.
October 14, 2014 at 6:39 am
Viewing 15 posts - 841 through 855 (of 1,243 total)