bids

Can you monitor the execution of an SSIS package, in BIDS, as it runs on the server?

╄→尐↘猪︶ㄣ 提交于 2020-01-02 02:55:30
问题 Although my title states my current goal, I am open to alternative solutions. In short, I have a series of SSIS packages that are scheduled to run on a nightly basis, on our SQL Server machine. Due to various updates that happen in the ether of my corporate-IT, some times these exports brake and the process will stop working, in the middle of the job. To troubleshoot this process, I fire up BIDS on my workstation and restart which ever process fails. This is useful because it's been my

How to add multiple file extensions to the Files: input field in the Foreach loop container SSIS

心不动则不痛 提交于 2019-12-31 03:08:13
问题 How could I add multiple file extensions to the Files: input field in the Foreach loop container in SSIS 2008. I have currently entered as *.zip OR .csv see image... but it doesn not work only works if I have one value like *.zip 回答1: I don't think you can specify two file type extensions in a For each Loop container , you should use *.* and you can filter for a specific extensions by using the following steps: add a Variable of type boolean (ex: User::Flag ) add a script task inside the

BIDS Package Error's on Truncate while EXPORTING to flat file

六眼飞鱼酱① 提交于 2019-12-25 08:29:02
问题 I have a BIDS package. The final "Data Flow Task" exports a SQL table to Flat File. I receive a truncation error on this process. What would cause a truncation error while exporting to flat file? The error was occurring within the "OLE DB" element under the Data Flow tab for the "Data Flow Task". I have set the column to ignore truncation errors and the export works fine. I understand truncation errors. I understand why they would happen when you are importing data into a table. I do not

SSIS: Is It possible to have modularity and avoid replication inside a single Data Flow?

删除回忆录丶 提交于 2019-12-24 19:33:49
问题 How I can do something like programming language functions/methods inside a Data Flow? I have data flows that have many steps sequence replication and I don't want that. Using programming language as example, what I want: task1; task2; insert(); .... task13; task14; insert(); .... task60; task61; insert(); //insert implementation insert() { logtask; insertInDatabaseAtask; insertInDatabaseBtask; audittask; } I know that break my package flow in more data flows is a possibility, but in certain

How to keep List contents on the first page? (SSRS 2005 - PDF Export)

与世无争的帅哥 提交于 2019-12-24 19:20:00
问题 I've got the following report setup: 1. Letterhead (not in the header, since i only want it on the first page) 2. List control with some data when i export the report to PDF, and the contents of the List are less that one full page - my letterhead is displayed on the first page (the rest of the page is empty) and the List content gets moved to the second page. if the List grows over 1 page - reports is showing up just fine (Letterhead and portion of the list on the first page - the rest on

Show Parameters for Reports In SSRS

时间秒杀一切 提交于 2019-12-24 14:45:33
问题 I'm developing an SSRS in Visual Studio BIDS. In it, I have a link that links to another report (report A). Report A has 4 parameters (dates). When I click on that link, it goes to report A fine, but the 4 parameters in report A are hidden (I would have to click on the arrows to show them and edit them). How can I make the link link to report A with parameters unhidden by default? 回答1: Yes. Instead of using drillthrough reports you can use the jump to URL feature and call the report explicity

Show Parameters for Reports In SSRS

大兔子大兔子 提交于 2019-12-24 14:31:09
问题 I'm developing an SSRS in Visual Studio BIDS. In it, I have a link that links to another report (report A). Report A has 4 parameters (dates). When I click on that link, it goes to report A fine, but the 4 parameters in report A are hidden (I would have to click on the arrows to show them and edit them). How can I make the link link to report A with parameters unhidden by default? 回答1: Yes. Instead of using drillthrough reports you can use the jump to URL feature and call the report explicity

How do I pass a variable to ODBC SQL Command in BIDS?

自闭症网瘾萝莉.ら 提交于 2019-12-24 10:47:19
问题 I'm trying to get the variable as a parameter in my SQL command in ODBC source. I've created the query in expression but how do I create the query in ODBC SQL Command Section. 回答1: The ODBC source SqlCommand can be set with an expression at the data flow level: In the data flow, click on the background and hit F4 for the properties of the data flow. In the properties window, scroll to expressions Click on the ... and choose the property to set, i.e. [ODBC Source].[SqlCommand] Click on the ...

SSIS Count of Object Variable?

醉酒当歌 提交于 2019-12-23 17:19:38
问题 I am using SSIS in BIDS 2008 and I am trying to get a count of an Object Variable containing a list of files. Any idea on how to do this? Thanks! 回答1: How are you populating this Object Variable? Depending on how you populate the variable, more eligant ways of getting the count can be listed. However, here is a quick and dirty solution for you: Create a new variable of type integer and initialize the variable to 0 Use a foreach loop task to iterate over your object (open the foreach loop

Display Images from Windows Folder in SSRS Report

≯℡__Kan透↙ 提交于 2019-12-23 03:15:17
问题 I'm trying to make a report in BIDS (2008) that will include external images. We want to use the report to proof the images & other info before we approve our flyer for printing. I've done a bit of searching, but haven't gotten the help I need yet. The path to the images will be image specific, like "\\NETWORKSERVER\ServerD\Docs\Flyer's Images\Quarterly Flyer\ImageName.png" The URL works fine when I paste it in the search bar of my local pc or the server that has BIDS installed on it, but the