Viewing 7 posts - 1 through 7 (of 7 total)
chandramohann (2/16/2009)
Hi,It totally depends on you. I recommend you to go ahead and do the certification. Some employers recruit candidates who are ms certified only.
Thanks
Chandra Mohan N
Thanks...
February 16, 2009 at 1:40 am
Thanks so much Nigel, I've been googling whole day and even was told to use stored procedures... Your method works like a star.:D
July 9, 2008 at 6:43 am
I get an error, "the parameter is incorrect"
SELECT CASE WHEN @col = '1' THEN For_Sale.Bike
...
July 9, 2008 at 6:35 am
Thanks Nigel.
Can you please tell me, is tbl = tablename?
July 9, 2008 at 6:29 am
I downloaded a mySQL ODBC driver.
Can't I use ssis to convert it?
June 6, 2008 at 3:17 am
Thanks guys, I've found this code
select 'Table1' as tblName, * from
(select * from Table1
except
select * from Table2) x
union all
select 'Table2'...
June 4, 2008 at 11:02 pm
crever (5/23/2008)
Try using an oledb source instead. also if you could post the schema of the table, that might help. Are you taking all the cols?
Hi Crever, and...
May 25, 2008 at 11:19 pm
Viewing 7 posts - 1 through 7 (of 7 total)