Viewing 15 posts - 8,461 through 8,475 (of 13,876 total)
axissolutionspl (4/22/2015)
Do you mean SQL 2014.? Yes, I think so. But I have not try myself. I am relatively newbie in BIML too.
Well, technically I mean SSDT 12.x.x.x, which is...
April 22, 2015 at 4:34 am
axissolutionspl (4/22/2015)
Yes there is a bit of learning, but if you just use his example as starting point is not...
April 22, 2015 at 3:11 am
Jay Hammer (4/21/2015)
Since I was building my SSIS package from an existing package (similar use case, ETL data and export data to a...
April 21, 2015 at 1:00 pm
OK, I'll give you an outline. There will be many ways of achieving this, some of which will have fewer calls to the DB engine, but here is just one....
April 21, 2015 at 12:56 pm
p.shabbir (4/21/2015)
Thanks for the quick response. I know that one DFT per file will do but, what if we have more files(Say 50 or 100 files). It will be...
April 21, 2015 at 11:08 am
p.shabbir (4/21/2015)
Hi Experts,Is it possible to load multiple flat files into table without using foreach loop container :-)? if so, please let me know how?
Appreciate any replies.
Thanks in advnc.
Sure, just...
April 21, 2015 at 10:44 am
Minnu (4/21/2015)
using below script to export the select statement result to .xls
declare @sql varchar(8000)
select @sql = 'bcp "select * from Databases..Table" queryout c:\bcp\Tom.xls -c -t, -T -S' + @@servername
exec...
April 21, 2015 at 6:28 am
vignesh.ms (4/21/2015)
I have SSIS project with me, I can run as it is. But, when I try to edit the script task;
shows an error : The name 'zipfile' does...
April 21, 2015 at 6:24 am
The temp table 'hack' changed in SSIS 2012. Use EXECUTE WITH RESULT SETS, see here.
April 21, 2015 at 3:25 am
ankithimmatlalshah (4/21/2015)
Thank you for the quick response.
For first point, I will re-confirm with customer that can we create the SQL script task that will first create the all tables...
April 21, 2015 at 1:58 am
There are a lot of questions here and several of them required detailed answers in their own right.
But for me, one thing really stands out. Best practice is not to...
April 21, 2015 at 12:43 am
pharmkittie (4/20/2015)
April 20, 2015 at 11:49 am
OK, I'll ask the obvious question. Have you asked Cozyroc, given that it's their product?
-Edit, fixed typo.
April 20, 2015 at 11:28 am
The way I would do it is closely related to Steve's suggestion:
1) Get the database code scripted out using VS or Redgate SQL Compare.
2) Get it into a VCS.
3) Devise...
April 20, 2015 at 10:07 am
mxy (4/20/2015)
April 20, 2015 at 8:54 am
Viewing 15 posts - 8,461 through 8,475 (of 13,876 total)