Viewing 11 posts - 16 through 26 (of 26 total)
I thought Jerome was a town in arizona.
October 26, 2006 at 9:01 am
y <> x and x <> z then y could possibly = z
This is not a pitfall, but merely an oversight sometimes.
August 23, 2006 at 12:44 pm
And if you absolutely have to have it in one line
select * from xxx where
July 18, 2006 at 3:26 pm
Just teasing,
actually this is how you should do it and I'm pretty sure there is no better way
declare @dn int
set @dn
July 18, 2006 at 3:05 pm
select * from xxx where
convert(varchar(8),datefield)
>= dateadd(
July 18, 2006 at 1:46 pm
"Generally, the rule of thumb is to have as much as RAM as your data file is."
Did you come up with this rule yourself? How many databases have you...
July 17, 2006 at 12:56 pm
I solved the problem with the other machines getting the bcp error. It was because they were running a pre service pack 1 version of sql 2005.
July 14, 2006 at 4:58 pm
We are having the exact same problem on some of our machines but it runs okay on others. Have not been able to isolate problem.
July 14, 2006 at 11:42 am
Viewing 11 posts - 16 through 26 (of 26 total)