Viewing 9 posts - 1 through 9 (of 9 total)
jcrawf02 (10/27/2009)
By the way PedroSimao, do you understand why your approach didn't work, but Matt's did? If not, it'll probably happen to you again.
yes jcrawf02.
I had tried several aproches converting...
October 27, 2009 at 11:35 am
is there any other way of reaching the same result for:
ex:
SELECT rs1, rs2, (select count(*) from table2) FROM TABLE1
?
Thanks
April 29, 2009 at 6:44 am
I've heard of some issues with 64bit server editions and XP_cmdshell... Dunno if that's the case, but...;)
February 2, 2009 at 5:46 am
Doesn't DTSWizzard ship with SQLEXPRESS 2008?
Should be in \Program Files\Microsoft SQL Server\100\DTS\Binn
Although it's a sql2008 app you should be able to import to sql2005
February 2, 2009 at 5:40 am
Thanks allot William, that was just what I needed
Peace
February 1, 2009 at 10:51 am
I think CAST() isn't available on ACCESS
Maybe CONVERT()? I'm trying to redo your solution using it
January 30, 2009 at 3:27 am
yes, they are diferent columns for each value. will try the last solution and post a reply in few
thx
January 30, 2009 at 3:19 am
Hi nitinpatel31 and thx for the fast reply
I had to change the condition to:
WHERE MonthColumn = MONTH(DATEADD(m, -1, NOW())) AND YearColumn YEAR(DATEADD(m, -1, NOW()))
still the results are only for...
January 29, 2009 at 10:33 am
Viewing 9 posts - 1 through 9 (of 9 total)