Viewing 6 posts - 1 through 6 (of 6 total)
create table varchartest(a varchar(30),b varchar(30))
create table varchartest_1(a varchar(30),b int)
insert into varchartest
--values
select 'xyz','1'
union all
select 'abc','2'
union all
select 'bcd','3'
union all
select 'efg','4'
union all
select 'erer','5'
--union all
--select 'rerer','x'
union all
select'rerer','7'
-- Edit
insert into varchartest_1(a,b) select...
June 4, 2013 at 4:01 am
In SQL or Dataware housing , this question asked in interview
June 3, 2013 at 6:40 am
Hi,
Diff b/w SQL server 2008 and Sql server 2008 R2 as below :
2008 :
1. added new data type Date, time , Geospatial and timestamp with internal time zone
2....
May 31, 2013 at 1:06 am
Thanks for reply 🙂
i have already written the code to get the executable task from SSIS using C# but i need to access the column of ole db source and...
May 27, 2013 at 3:48 am
Thanks a lot for your reply , but i have tried this url but i didn't get suitable information.
Can you please tell me which one you are telling
May 24, 2013 at 6:40 am
Hi ,
I want to read the DTSX file from C# and read all the object from that ole db source and old db destination and how many column we have...
May 24, 2013 at 1:15 am
Viewing 6 posts - 1 through 6 (of 6 total)