No video

157 How to compress a file without any third party software in ssis

  Рет қаралды 290

Learn SSIS

Learn SSIS

Күн бұрын

How to compress a file without any third party software in ssis
Download files and scripts: drive.google.c...
SSIS Tutorials: • SSIS Tutorials
SSIS real time scenarios examples: • SSIS real time scenari...
SSIS Interview questions and answers: • SSIS Interview questio...
How to compress a file without any third party software in ssis
Zipping a file in SSIS
how to zip multiple files in ssis
Can SSIS zip files?
Happy Learning.
If you have any questions or suggestions please comment on the video or write to me at “aqil33@gmail.com”

Пікірлер: 5
@romariovargas2586
@romariovargas2586 3 ай бұрын
Hello teacher, sorry for the inconvenience but I have Visual 2022 installed with SSIS on Windows 10 Pro but I cannot view the count of records that pass between objects and when I click on display data it only omits and is passed but the flow has no error at the start of data origin and the end appear in chechlist and the intermediate objects appear in amber, it is as if I were thinking (I have enough memory), what could be happening, can you please guide me, I have been looking for the solution for days. Thank you
@keithmellor9238
@keithmellor9238 2 ай бұрын
Thank you for the clear tutorial, this is very useful for my work project. Can you please tell me how i could add adapt the script to add a dynamic timestamp to the zip file in the format YYYYMMDDHH24MISS ? With it being a C# script im unfamiliar with this syntax. Many Thanks in advance :-)
@learnssis
@learnssis 2 ай бұрын
this is the code to zip a single file. string currentdatetime = DateTime.Now.ToString("yyyyMMddHHmmss"); string LogFolder = @"D:\Files\Logs"; // string sourceDirectory = @"D:\Files\Apple"; string zipFilePath = @"D:\Files\Data.zip"; // string zipFilePath_Folder = @"D:\Files\Apple.zip"; try { // ZipFile.CreateFromDirectory(sourceDirectory, zipFilePath_Folder); string formattedDate = DateTime.Now.ToString("yyyyMMddHHmmss"); string newZipFilePath = Path.Combine(Path.GetDirectoryName(zipFilePath), Path.GetFileNameWithoutExtension(zipFilePath) + "_" + formattedDate + Path.GetExtension(zipFilePath)); string sourceFilePath = @"D:\Files\Email.csv"; using (FileStream zipToCreate = new FileStream(newZipFilePath, FileMode.Create)) { using (ZipArchive archive = new ZipArchive(zipToCreate, ZipArchiveMode.Create)) { archive.CreateEntryFromFile(sourceFilePath, Path.GetFileName(sourceFilePath)); } } } catch (Exception exception) { using (StreamWriter sw = File.CreateText(LogFolder + "\\" + "ErrorLog_" + currentdatetime + ".log")) { sw.WriteLine(exception.ToString()); } }
@alahariprasannakeerthi7743
@alahariprasannakeerthi7743 3 ай бұрын
Hi can you please make a video how to convert the.csv into xl files in visual studio 2008
@learnssis
@learnssis 3 ай бұрын
Just take the flat file source and browse the csv file, it can read data from csv file and then using excel destination to write data to excel file. This is straightforward. kzbin.info/www/bejne/bmm7eWxsnLh0Zrc
Turns out REST APIs weren't the answer (and that's OK!)
10:38
Dylan Beattie
Рет қаралды 150 М.
طردت النملة من المنزل😡 ماذا فعل؟🥲
00:25
Cool Tool SHORTS Arabic
Рет қаралды 21 МЛН
English or Spanish 🤣
00:16
GL Show
Рет қаралды 7 МЛН
Or is Harriet Quinn good? #cosplay#joker #Harriet Quinn
00:20
佐助与鸣人
Рет қаралды 6 МЛН
Running With Bigger And Bigger Feastables
00:17
MrBeast
Рет қаралды 162 МЛН
156 How to change excel column to numeric in ssis
23:59
Learn SSIS
Рет қаралды 807
Create Stunning Python GUIs in 10 Minutes With Drag & Drop
11:38
Coding Is Fun
Рет қаралды 56 М.
7 Amazing CLI Tools You Need To Try
18:10
Josean Martinez
Рет қаралды 313 М.
158 Migrate data from access to sql server using ssis
12:49
Vim Tips I Wish I Knew Earlier
23:00
Sebastian Daschner
Рет қаралды 58 М.
160 How to rename all files from a folder using ssis
11:26
Learn SSIS
Рет қаралды 456
Using docker in unusual ways
12:58
Dreams of Code
Рет қаралды 441 М.
Professional CLI Applications with Click
24:02
NeuralNine
Рет қаралды 58 М.
Nobody Cares About Your Coding Projects
11:02
Tariq10x
Рет қаралды 87 М.
طردت النملة من المنزل😡 ماذا فعل؟🥲
00:25
Cool Tool SHORTS Arabic
Рет қаралды 21 МЛН