Nenhum comunicado
-
52 Votos
FAQ - SSIS Information, Webcasts, Tools, Add-ons, etc...
To add to the list, simply contact one of the moderators around here, or post a reply to this thread. Microsoft Reference Material SQL ...Adesivo | 39 Respostas | 165024 Exibições | Created by Phil Brammer - segunda-feira, 26 de novembro de 2007 17:55 | última resposta por Zoran Ivić - sexta-feira, 20 de novembro de 2015 12:14
Found 66062 threads
-
7 Votos
Microsoft.SqlServer.Management.IntegrationServices namespace
After several tries, I am unable to find the Microsoft.SqlServer.Management.IntegrationServices.dll or the namespace stated in the title. I am trying to write a C# application that ...Respondido | 43 Respostas | 22288 Exibições | Created by Bryan Shaw - terça-feira, 15 de maio de 2012 15:31 | última resposta por Davide Piras - quinta-feira, 27 de agosto de 2020 09:25 -
0 Votos
Unable to connect to Integration services
Recently rebuilt my Windows 10 machine and I am no longer able to connect to Integration Services from SSMS when I was able to before. The error message I'm getting is the specified service does not ...Resposta Proposta | 34 Respostas | 8004 Exibições | Created by JamesTJC - sexta-feira, 24 de julho de 2020 19:06 | última resposta por - quarta-feira, 26 de agosto de 2020 19:31 -
9 Votos
SSIS package Just fails...not compatible with this version of the DataFlow?
Executed as user: x ...0.00 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 11:27:08 AM Error: 2013-01-09 ...Respondido | 19 Respostas | 20004 Exibições | Created by justin1681 - quarta-feira, 9 de janeiro de 2013 17:39 | última resposta por Ashwin Y - terça-feira, 25 de agosto de 2020 18:19 -
0 Votos
Keeping Dynamic DateTime Variable "Static"
In one step of an SSIS package, i create an outgoing XLS filename based on the current datetime setting, a la: "myFileName_" + (DT_WSTR,4)YEAR( ...Pergunta | 5 Respostas | 9131 Exibições | Created by SethHersh - sábado, 28 de abril de 2007 14:20 | última resposta por Laxmidhar sahoo - terça-feira, 25 de agosto de 2020 09:19 -
0 Votos
Value cannot be null. Parameter name: value (mscorlib)
Hello, I'll try to start PowerShell for Integration services Catalog and i'll get this error ...Respondido | 2 Respostas | 5605 Exibições | Created by Adghar - segunda-feira, 30 de março de 2020 12:35 | última resposta por Koen Verbeeck - terça-feira, 25 de agosto de 2020 07:01 -
0 Votos
[SharePoint List Source [296]] Error: Microsoft.SqlServer.Dts.Pipeline.DoesNotFitBufferException: The value is too large to fit in the column data area of the buffer.
I have a running package which reads data from SharePoint List and dumps into SQL tables. I have 3 new list columns which I want to update into SQL table. 1) I opened ...Resposta Proposta | 8 Respostas | 4994 Exibições | Created by ShahidAliK - segunda-feira, 10 de agosto de 2020 12:02 | última resposta por ShahidAliK - segunda-feira, 24 de agosto de 2020 09:46 -
0 Votos
how to find out that SSIS Installed in SQLServer Using C#?
i'm writing a windows form application using C# . i use ssisServer = new IntegrationServices(ssisConnection); To run and working with SSIS ...Respondido | 5 Respostas | 5243 Exibições | Created by Shahram_Soft - domingo, 9 de agosto de 2020 07:34 | última resposta por Shahram_Soft - segunda-feira, 24 de agosto de 2020 08:22 -
0 Votos
Changing a datatype for a column in an odata datasource
Hi, I'm trying to import an odata datastream via an OData Source component. The datastream contains a column with decimals in it (like 0.42). The OData Source component defines this ...Resposta Proposta | 11 Respostas | 5247 Exibições | Created by Peter de Hoog - quarta-feira, 4 de setembro de 2019 13:53 | última resposta por MSBIASRA - sexta-feira, 21 de agosto de 2020 11:42 -
0 Votos
Error: Microsoft.jet.oledb.4.0 not registered on local machine when running the package from SQL Job
Hi. I am using Windows Server 2016. I have created a SSIS package in Visual studio which loads data from Excel and moves to SQL table ( script task functionality using c# ...Respondido | 6 Respostas | 4838 Exibições | Created by Venkatzeus - segunda-feira, 10 de agosto de 2020 15:39 | última resposta por Venkatzeus - quinta-feira, 20 de agosto de 2020 06:59 -
0 Votos
Weird error - while SSIS package execution.
Hi , We are running packages using sql agent and using service account. Few packages failed daily with these error messages. But we have logic in again job ...Resposta Proposta | 5 Respostas | 3752 Exibições | Created by SR_MCTS - sábado, 15 de agosto de 2020 12:04 | última resposta por Mona Lv - quinta-feira, 20 de agosto de 2020 06:34 -
0 Votos
Identify and move the files to different folder using file owner name.
Hi , I have on FTP folder where we received CSV files every day. Now there are few files with some different different owners name. For example we have 3 files ...Resposta Proposta | 4 Respostas | 4000 Exibições | Created by SR_MCTS - sábado, 15 de agosto de 2020 08:07 | última resposta por Yitzhak Khabinsky - segunda-feira, 17 de agosto de 2020 14:46 -
0 Votos
Recommended best practice for indexes during loading of data
Hello, I have an SSIS package that reads incremental data from salesforce and loads into the database tables. No major transformation is being done. The incremental load has an ...Resposta Proposta | 5 Respostas | 4060 Exibições | Created by doineedanid - sexta-feira, 14 de agosto de 2020 16:47 | última resposta por Mona Lv - segunda-feira, 17 de agosto de 2020 06:39 -
0 Votos
Version Exception on C# Script Task
We are getting the following error when attempting to schedule and run a SSIS Package on our Production Job Server. Source: Script Task - C# To Determine File Size for Control File ...Resposta Proposta | 2 Respostas | 3805 Exibições | Created by ITBobbyP - sábado, 15 de agosto de 2020 09:49 | última resposta por Mona Lv - segunda-feira, 17 de agosto de 2020 02:18 -
0 Votos
Connect SharePoint List view to SSMS
Hi , I need your help to install SSIS/SSRS in SSMS I have connected the SharePoint list view to excel for reporting purpose but due to data size ...Respondido | 5 Respostas | 9322 Exibições | Created by 5Ant - segunda-feira, 31 de agosto de 2015 14:53 | última resposta por Mirch - sexta-feira, 14 de agosto de 2020 14:19 -
0 Votos
How to remove Footer content in Excel file and load the file
Hi All, I have a requirement to remove header and the footer content in the excel and load the excel to a flat file. I was able to remove header by adding the ...Resposta Proposta | 3 Respostas | 4700 Exibições | Created by InduTeja - segunda-feira, 10 de agosto de 2020 12:03 | última resposta por Mona Lv - sexta-feira, 14 de agosto de 2020 08:21 -
0 Votos
Issue is getting leading 0 in values
I am importing data from excel to SQL Server 2016 using SSIS. Field is Latitude & Longitude I am using formula (DT_STR,255,1252)((DT_NUMERIC,9,6)(Latitude)) to import the values ...Resposta Proposta | 6 Respostas | 5132 Exibições | Created by Nitin Kumar Goyal - segunda-feira, 10 de agosto de 2020 07:30 | última resposta por Mona Lv - sexta-feira, 14 de agosto de 2020 08:19 -
0 Votos
Does anyone have experience of using securetrading.net as a data source within SSIS
Hi, Does anyone have experience of using securetrading.net as a data source within SSIS ? If so I would greatly appreciate your help. Kind ...Resposta Proposta | 4 Respostas | 4015 Exibições | Created by Kieran Patrick Wood - sexta-feira, 7 de agosto de 2020 11:35 | última resposta por Mona Lv - sexta-feira, 14 de agosto de 2020 08:15 -
0 Votos
Large CSV file load into SQL Columnstore table Random Error , After restart same SSIS works fine
Sequence Container > DFL Transactions. SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft ...Resposta Proposta | 3 Respostas | 4322 Exibições | Created by Bmk7 - quinta-feira, 13 de agosto de 2020 08:20 | última resposta por Mona Lv - sexta-feira, 14 de agosto de 2020 06:03 -
0 Votos
SQL Agent job throws error Microsoft.ScriptTask. The parameter is incorrect
Hi, I get error while running the SQL Agent job which executes SSIS package. The SSIS package job runs well when we run in VS manually, but throws error from SQL agent. ...Respondido | 12 Respostas | 6832 Exibições | Created by Prasant Nanda - segunda-feira, 3 de agosto de 2020 10:51 | última resposta por Prasant Nanda - quinta-feira, 13 de agosto de 2020 17:04 -
3 Votos
Installing SSIS with Visual Studio 2019/SQL Server 2019
Hello! I used to install/use SSIS as part of SQL Server Data Tools but according to MS "With Visual Studio 2019, the required functionality to enable Analysis ...Respondido | 8 Respostas | 56471 Exibições | Created by MF47 - sexta-feira, 12 de julho de 2019 07:39 | última resposta por Naomi N - quinta-feira, 13 de agosto de 2020 14:06 - Items 1 to 20 of 66062 próximo ›
Nenhum comunicado