Quantcast
Channel: SQL Server Integration Services forum
Viewing all 24688 articles
Browse latest View live

Multi-server Filegroup Gathering Needed

$
0
0
Anybody know how to use SSIS to get filegroup information on servers? I have an SSIS package that loops through multiple servers and records system settings to a central table, but I can't figure out how to loop though and gather filegroup free space on each server. I've tried sp_msforeachdb in an OLEDB source task, but I can't figure out how to get it to work. I need to record ServerName, DatabaseName, FileGroupName, TotalAllocatedSpaceMB, FreeSpaceMB.

Scott Schommer


regarding ssis - Divide data over multiple files

$
0
0

Hi,

I have input data like this

filename       id

a                   1

a                  2

b                 3

c                3

i want to send the data different excel sheets

all 'a' should go one excel file

b should go one excel file

if other time z is there  z should go one file    these should happen dynamically

please help me


Dynamically Map source and Destination table in SSIS Package

$
0
0

Hi 

I came across a scenario where I have to create a ssis package which Dynamically Map source and destination table and load data.

      I have 30 table which need to be fetch from source on the basis of date column .For Data retrial my query is simple "SELECT * FROM TABLENAME" ; My tables column are different.

Please help me on this.

Regards 

Abhishek P       

   


Abhishek Parihar BI Consultant (Please mark the post as answered if it answers your question)

migration from livelink to sharepoint using ssis

$
0
0

hi

 

in my department we used livelink for a long time. now we have the order to migrate to sharepoint.

i have the task to make a package in ssis which reads from livelink using the livelink api and transform the data to sharepoint.

 

i have begun creating a custom connection manager. it is recognized by ssis and i can select it in the new connection window. what do i have to do in the aquire connection methods? do i have to create a custom datareader?

 

thanks in advance for your help

 

peter

How to delete particular day uploaded record from database using SSIS package

$
0
0

Hi Friends,

I have to load the records from Flatfile to Database on daily basis.

I am Using SQL server 2012

I will load these files records using SSIS package.

And the Flatfiles wil, be named after the Dealer Numbers

For Ex :

(ACTEST00001_20141110_0406_SL.TXT

ACTEST00003_20141110_0406_SV.TXT

ACTEST00007_20141110_0407_INV.TXT) like this my files will be there.

Suppose if i uploaded some bad records into the database  and i need to delete that particular date

records alone and particular file records by giving the dealer number .How can i do this  through the SSIS package.

And also if i ggive the date alone it need to delete all the loaded records on that particular date.

How to do this please help me friends.

i am waiting for all youe helps......





Arunraj Kumar

bulk insert parallel load causing blocks

$
0
0

Hi

I have created a partitioned table on a date. I have then created a package that has multiple (20) Bulk insert tasks that drop bcp files over to that table.

I have noticed some blocks under sp_who2 which seems to have slowed down the load

any ideas?

(table lock is off)


eddy.a

VSTA ScriptTask Errors In BIDS Sql Server 2008 R2

$
0
0

I am at my wits end with the error "Microsoft Visual Studio For Applications 2.0 Registration for this application needs to be updated".  I have had this problem for some time on my development laptop running Windows 7.  Fortunately I had a desktop with Windows XP that I could do my SSIS development work on.  Now the company gives me a brand new desktop running Windows 7 since XP is going a way. 

A Brand New Machine remind you! The only software installed is MSOffice 2010.  I am thinking ok finally i will have a decent development environment and will not get the ScriptTask errors. 

So off I go and download Sql Server 2008 R2 Standard SP3 edition from my MSDN subscription.  After waiting who knows how long to download and three times as long to install I open up my SSIS project and excitely open a Script Task and click on Edit Script....Same error.  Are you kidding me?

I uninstall SQL Server 2008R2 Standard edition and download Sql Server 2008 R2 Developer edition.  Surely, just surely Microsoft will allow me to develop with the Developer edition! Wrong.

I have been through all the gyrations of removing registry entries, running setups, uninstalling VSTA and reinstalling. I used this link as a reference: http://blogs.msdn.com/b/jason_howell/archive/2010/08/18/vsta-setup-and-configuration-troubles-for-ssis-2008-and-r2-installations.aspx.  I still get the same error.  Can anyone give me some kind of answer?  Your help will be greatly appreaciated and I will give you my first born daughter.  Granted she's 23 and the college tuition and car insurance payments come along with her. 

Microsoft, I greatly thank you for the ability to use vb and c# scripts inside of SSIS packages.  BUT WHY IS IT SO FREAKING HARD TO ACTUALLY USE IT AND WHY IS IT SO HARD TO ACTUALLY INSTALL A PIECE OF YOUR SOFTWARE AND EXPECT IT TO WORK?  Maybe it's me and not you.

Frustration has entered the meeting...

SSDT BI Upgrade Advisor for SQL2012 to SQL2014

$
0
0

I tried to run the upgrade advisor against my SSIS 2012 files to see what the migration will cause to them. I got my solution from TFS and did a build, after that I pointet the upgrade advisor to the location of the SSIS files, however it always comes back with this error message:

TITLE: Upgrade Advisor Progress
------------------------------

Upgrade Advisor cannot locate the SQL Server 2005 or SQL Server 2008 Integration Services files that it requires to analyze packages. The installation of Integration Services on this computer has already been upgraded to SQL Server 2014. To upgrade existing Integration Services packages without analyzing them, use the SSIS Package Upgrade Wizard.

------------------------------
BUTTONS:

OK
------------------------------

What did I miss here ?


SSIS Package variable is not being updated using Execute SQL task

$
0
0

I had the problem of not being able to set a variable and could not find the related solution.

Yes; 

1)The Result Set is  Single Row,

2)Result Name was tested with both "0" and the returned column's name,

3)Put the OnPostExecute break point and watched the variable

This Script in Execute SQL task is not reflecting the database changes on consecutive SSIS package runs.

In other words, when I changed the database table, SSIS would still give me the old variable value (on the Watch screen during debugging).

SELECT CASE WHEN (isnull
                      ((SELECT TOP 1 @@ROWCOUNT
                        FROM      Table), 0)) = 0 THEN 1 ELSE 0 END AS Total




Can not find the SSIS in the msdb

$
0
0

Hi Everyone,

I'm using a SQL Server 2k5, and recently i was stuck with a SSIS issue. I have one job which needs to be changed. The job property is as below

As we can see, the instance name is "DE-S-0157580\DE_S_0157580". Then I connect to the Integration Service as below:

The interesting thing is even if I expand every single folder but I can find nothing at all. 

Can somebody give me some advice? Thank you very much for your time and efforts.

regards,

Oliver


SSIS Project Deploy - protection level

$
0
0

Hi All,

I am doing an automated deployment of ispac files into SSIS catalog with SSISDB.catalog.deploy_project

I have 1 sensitive package parameter into my project which i will bind it with environment-variable-sensitive from catalog.

What project and package protection should i pick to adapt this?

-         If you pick Do not save sensitive data and deploy – you can run the project fine from the catalog using environment and sensitive variable bind to the package parameter but not from SSDT (GetSensitiveValue() returns empty)

-         If you pick Encrypt sensitive data with user key – work well in SSDT but it doesn’t decrypt in the catalog

 a a If I go with Encrypt sensitive data with password - will work in SSDT but it won't in the catalog since deploy_project doesnt have a password parameter on deployment as far as i saw

   a  Any suggestions?


Run job multiple times for a given schedule

$
0
0

I have a scheduled job that I need to run multiple times each time it runs. How can I do this without writing multiple schedules for the job? I would like to be able to run the job five (5) times for each schedule. Is this possible?

Bruce

data flow task error failed validation and return validation status "VS_NEEDSNEWMETADATA"

$
0
0

I have ETL with ~800 tables that I moving from Oracle to SQL Server (Prod Oracle -> Prod SQL)

Now the Oracle/SQL new version was came from vendor that I need to test, and for that I created new DEV environments for Oracle and SQL , the update includes updated new columns in exists tables and new tables . (DEV Oracle -> DEV SQL)

So what I tried to do is to take the old ETL(PROD) to change the connection to DEV servers.

Then I executing the packages from local laptop it's working, and if I trying to execute the packages from job schedule it's giving me errors : "Data flow task error failed validation and return validation status "VS_NEEDSNEWMETADATA"

I went to each table to check the columns if something different, and I was dropping some of the tables and recreated them in the destination but the error still shows. I also tried to change the package to "DelayValidation" to True but without success.



Cannot use Microsoft.SqlServer.ManagedDTS to execute SSIS package from web app

$
0
0

 I am trying to execute an ssis package from a web application. The web app is built using asp.net 2.0 and vb as programming language. This is working fine in a machine however when i am trying to do the same in a different machine I am getting an error.The error message is given below:

Namespace or type specified in the Imports 'Microsoft.SqlServer.ManagedDTS' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at leastone public member. Make sure the imported element name doesn't use any aliases.

This error is occurring when I am trying to import the dll.

Any help in this regard is much appriciated.

How do you do you check if a value is in a list, in the Derived Column Transformation in SSIS?

$
0
0

This seems like such a simple thing, but I can't get it to work. 

All I want to do is check this substring to see if it is in the list of three values. 

SUBSTRING( [Revenue_Cost_Code] , 5, 2 ) in ("10","20","80")

I can't find any documentation on a comparison to a list of values.  Is my only option to do an OR statement and comare it to each value one-at-a-time?


Datatype Mapping Issue

$
0
0

I am facing issue with mapping the source datatype to target, The error says data type for input column ... is DT_NTEXT ... which is....

When ever I go advance editor of source -> input and output properties -> OLEDBSourde output - > ExternalColumn & Output Columns and change the datatype to map it target, It always revert back to old length.. 

I have to do this manually for all 3 areas External Columns / Output Columns and OLEDB Source Error Output .. is there any shot cut or any other way to avoid this repeated work 


Neil

Does upgrading DTSX packages using the Enterprise edition of 2012 prevent them from working on Standard 2012?

$
0
0

I have searched and have not found an explicit answer to my question.

If I take some DTSX packages and upgrade them to 2012 format using the upgrade wizard in SQL 2012 Enterprise edition, does it do anything to prevent them from working with 2012 Standard Edition?  I know there are SSIS components that are Enterprise only but I do not use any of those.

My assumption is that the packages will work on both Standard and Enterprise but wanted to find some documentation about this.

Thanks.

SSIS TechNet Guru News: October Winners Announced

$
0
0

All the votes are in! 

 

And below are the results for the TechNet Guru Awards, October 2014 !!!!

 

For a full list of winners, see the full blog post, as runners up had to be removed from this post to fit the forum max length restrictions.

 

Guru Award BizTalk Technical Guru - October 2014  

Gold Award Winner

Agustín MántarasVisual Basic script to deal with BizTalk Suspended MessagesMandi Ohlinger: "A quick and easy way to handle suspended messages. I'm a fan!"
Ed Price: "Great article! Thanks for including an MSDN Gallery link, a See Also section that links to the Wiki portal, and some great example snippets!"
Sandro Pereira: "Nice script, in my opinion it will be best to write this in PowerShell script. Well written, well formatted (some minor improvements can be made)"

Silver Award Winner

Johns-305 [boatseller]BizTalk: EDI Features Not Just For HIPAAMandi Ohlinger: "A great walkthrough including the screen shots. Nice addition to the Wiki. "
Ed Price: "Good use of images and color in the code snippets!"
Sandro Pereira: "Nice start be this article should be explained better. Article format can be improved."

Bronze Award Winner

Steef-Jan WiggersSecuring BizTalk endpoints leveraging Sentinet API Management Part 3Sandro Pereira: "Another excellent article in this series on Sentinet API Management. Well written, well formatted with nice pictures, great article and I love the topic."
Ed Price: "Fantastic depth on this article!" 

 

Guru Award Forefront Identity Manager Technical Guru - October 2014  

Gold Award Winner

Wim BeckEvent Driven Scheduling of Forefront Identity Manager (FIM) using a Windows ServiceEd Price: "Fantastic job on formatting, the code, and all the explanations! The TOC and References are a nice touch!"
PG: "Nice innovative solution, that is a nice add-on to existing solutions. " 

Guru Award Microsoft Azure Technical Guru - October 2014  

Gold Award Winner

ChervineCreating and Querying Microsoft Azure DocumentDBJH: "DocumentDB is one of my favorite new services on Azure. It's cool to see that someone seems to be excited as I am. Hope that this article is just the beginning of a whole series about Azure DocumentDB."
Ed Price: "Great use of images and code snippets. Good conclusion! Great topic!"

Silver Award Winner

ChilbetoPublishing Multiple Azure EnvironmentsTN: "Great "
JH: "This topic is normally forgotten when talking about Cloud development. I had a hard time to find an appropriate mechanism myself. This article provides one of the better ways how you can deploy multiple environments to Azure."
Ed Price: "Great overview article. Good diagram at the top! Could benefit from a TOC and References. Good job on the conclusion!"

Bronze Award Winner

saramgsilvaMicrosoft's Windows AppStudio: Add Support For Push NotificationEd Price: "Great introduction and incredibly thorough. Great job!"
JH: "A new article about AppStudio focusing on push notifications. Push notifications in my opinion, when done right, makes an app alive. Would love to see a complete example with all features mentioned in the related articles published on GitHub." 

 

Guru Award Microsoft Visio Technical Guru - October 2014  

Gold Award Winner

Mr XUnattended installation of Visio 2013Ed Price: "Great job, Mr X! Good use of images!"
AH: "It gives good instructions with the help of the pictures but its still missing detailed information if some user needs it. Need to provide a wiki/msdn references that are available something like http://technet.microsoft.com/en-us/library/cc179097.aspx. Overall decent article"

Guru Award Miscellaneous Technical Guru - October 2014  

Gold Award Winner

Brian NadjiwonHow to Create and Use Classes in PowerShellRichard Mueller: "Very interesting concepts. It would help to name the objects something like "Jim" rather than "Person", for example. There should be a See Also section, and more links to references."
Ed Price: "Great topic and explanations of the classes!"

Silver Award Winner

Andy ONeillVisual Studio: Snippetty TipRichard Mueller: "Great idea with some good advise."
Ed Price: "Great explanations of the code snippets! Fun topic! As is mentioned in the comments and in the article, many people don't know this is possible!"

Bronze Award Winner

saramgsilvaHow to create a Virtual Machine for run Windows 10 Technical PreviewEd Price: "Fantastic topic! Good use of images!"
Richard Mueller: "Good images and a good step by step explanation. Needs links to references and other Wiki articles (See Also). We should try not to use first person."

Guru Award SharePoint 2010 / 2013 Technical Guru - October 2014  

Gold Award Winner

Geetanjali AroraSharePoint Online : An Introduction to Office DelveTN: "Great wrap-up about Delve"
Ed Price: "Amazing depth and a great overview to a new topic! Great job on the images and details!"
GO: "woohooo; a DELVE article. Great work."
Margriet Bruggeman: "A new topic explained well, I was actually looking for this info!"
Jinchun Chen: "Great."

Silver Award Winner

Steven AndrewsBuilding a list specific search with JavaScriptTN: "Great tip for mid-dev"
Ed Price: "Great job on the descriptions, formatting, images, and See Also section! Check out the great comment from Dan at the bottom of the article!"
GO: "Nice work Steven. It's definitely a great article.!"
Margriet Bruggeman: "Great! easy to use solution for a request that is made often"
Jinchun Chen: "Nice work"

Bronze Award Winner

Dan ChristianNo-code solution to lookup previous item in a listEd Price: "Effective images and helpful video and See Also help round out this great article!"
GO: "Thanks Dan and as USUAL an usefull article."
Jinchun Chen: "Nice. If InfoPath Form is accepted, we can use InfoPath Form to achive the goal as well."
Margriet Bruggeman: "I can tell that effort is taken to explain the idea well"

 

Guru Award Small Basic Technical Guru - October 2014  

Gold Award Winner

Nonki TakahashiSmall Basic: Rotation Centers for Shapes of Triangle and LineRZ: "Excellent article. This is a must read if you want to make an object move. You need to understand the coordinates and the rotation center."
Ed Price: "Great use of images!"

Silver Award Winner

Nonki TakahashiSmall Basic Known Issue: 26992 - GraphicsWindow.GetPixel(X, Y) Doesn’t Work Properly If X Or Y Has after the Decimal Point in RemoteEd Price: "Good recommended workaround!"
RZ: "Yeah, another bug in Small Basic that might get you and need to be fixed :)"

Bronze Award Winner

Nonki TakahashiSmall Basic: International ResourcesEd Price: "Oh, yeah. This one is so amazing! Thank you for making this and organizing the resources so well!"

 

Guru Award SQL BI and Power BI Technical Guru - October 2014  

Gold Award Winner

Visakh16Random SSRS Musings 1 : Rowset Concatenation Using Native SSRS ExpressionsMR: "Interesting example of LookupSet function usage"
RB: "merging columns on a single line with an interesting solution"
Jinchun Chen: "Good workaround we are generally using."
Ed Price: "Great descriptions and use of images!"

Silver Award Winner

Jan D'HondtDates in Excel files rendered from reports are displayed as plain numbersEd Price: "Great job laying out the sections. The images help convey a lot!"
MR: "Very short tip that could be useful because of different behavior on iPad and Windows"
RB: "interesting work-around."

Bronze Award Winner

Anushka WeerakkodygeIntegrating Power View with SharePoint Server 2010/2013 - Multidimensional ModeRB: "nice walkthrough"
Ed Price: "Great depth in the procedure steps! It's similar to another article (see comment), but it's still a good addition. Good use of images!"
MR: "This article explains how to install Power View on SharePoint but do not explain that Reporting Services is the tool required for Power View to work - the initial setup is required only whether SSRS has not been installed before. Otherwise, it has to be upgraded and then the shortcut can work."

 

Guru Award SQL Server General and Database Engine Technical Guru - October 2014  

Gold Award Winner

ShankyIn depth Look at What can Cause Index to be Still Fragmented After RebuildAM: "Well covered."
Ed Price: "Good job on the explanations, Conclusion, and See Also section!"

Silver Award Winner

Ronen ArielyRepresenting list of values using a single valueEd Price: "Great breakdown of sections! Good formatting on the sections and code snippets! Great interactions in the comments!"
AM: " Interesting options and walk through."

Bronze Award Winner

Visakh16Generate Scripts for Stored Procedures Without Dynamic SQL in SSMSAM: "Nice tip for better use of SSMS."
Ed Price: "Great breakdown of the problem and solution. As Saeid wrote in the comments, "Clear article which shows handy solution!" Good job!"

Guru Award System Center Technical Guru - October 2014  

Gold Award Winner

Alan do Nascimento CarlosALM and IT Operations - Management 360 with System Center Operations Manager in 06 StepsEd Price: "Lots of images. Great job breaking up the steps! Could benefit from a TOC and References. Great article!"
GO: "Thanks for the only article. great btw. :-)"

Guru Award Transact-SQL Technical Guru - October 2014  

Gold Award Winner

Visakh16Behavioral Difference of IIf Function in T-SQL Compared To SSRSRichard Mueller: "Nicely done with code examples. The "See Also" section should only link to Wiki articles."
GO: "Wonderfull article thank you!"
Jinchun Chen: "Interesting comparison "
Ed Price: "Good topic. Very clean and clear. Great article!"
JS: "Good writeup, though I would bring the comparison with the table to the top and reference the samples from there."

Silver Award Winner

Ronen ArielyINSTEAD OF TriggersEd Price: "Good depth here. Great explanations of the code! Great job interacting in the comments and improving the article!"
JS: "Use object qualifiers (schema name to make sure that the right objects will be picked, e.g. dbo.) Outline ab bot more the things what not to do in production! Be aware that although people read this, they tend to use it anyway. If triggers are enabled, they are executed once for each batch They are executed each statement not batch, miswording here."
Richard Mueller: "Good article. The "See Also" should only include Wiki articles. Some of the "Resources" could be moved to "See Also". Grammar needs work."
GO: "Thanks" 

Bronze Award Winner

Praveen Rayan D'saFind the Database where user defined object located and where it is being referred.GO: "This article deserves absolutely a medal THANKS!"
Jinchun Chen: ""
Richard Mueller: "Good topic. Grammar needs work. "Caution" states undocumented stored procedure is safe for production, but later states it is not."
Ed Price: "Great article. We should include the technology in the title. Good descriptions, and great References!"
JS: "Although the outlined solution is interesting and shows the public the usage of the "new" system views finding the right dependencies, it is not recommended to describe the usage of undocumented features such as sp_msforeachdb as there are alternatives, especially in this scenario. You could generate a query using the sys.databases view and let it print out the database name along with the use statement. In addition to this and as the statement has to be run with a high privileged account as schema information is secured as well, it should be made safe to SQL injection. In many case in the statements there is just a concatentation of values used. You can easily inject code in here, Also make sure that names / object identifiers are quoted with [] in order to allow also special characters like spaces in the names"

Guru Award Visual Basic Technical Guru - October 2014  

Gold Award Winner

.paul.Image balloonTipsRichard Mueller: "Lots of code. Great idea. The "See Also" section should only include links to Wiki articles."
Ed Price: "Great solution. Good explanations!" 

Silver Award Winner

.paul.Image Arrow PointersRichard Mueller: "Interesting idea. Need more links. Don't use first person." 
Ed Price: "Creative solution! It would be good to break up the code more, to explain it. Great article!"

Bronze Award Winner

Paul IshakVisual Basic Graphics Frame Class (Easily Converted to C#)Ed Price: "Good solution! Could benefit from more explanations of what the code is doing."
Richard Mueller: "Don't use first person. Could use more description, explanation, and links."

Guru Award Visual C# Technical Guru - October 2014  

Gold Award Winner

ChervineUsing XML Serialization with C# and SQL ServerEd Price: "It goes on for quite a while! Great job breaking out all the code snippets and explaining them well! Could benefit from a References or See Also section. Great TOC!"
Søren Granfeldt: "In these days of generic data, this serves as a good example of storing unstructured data"
Margriet Bruggeman: "Through discussion of the topic"
DB: "Interesting"

Silver Award Winner

Magnus (MM8)C#: Generic Type Parameters And Dynamic TypesSøren Granfeldt: "Nice example of diving into generic code and extensibility"
DB: "Good walkthrough of generics and reflection"
Ed Price: "Important topic! Great descriptions."
Margriet Bruggeman: "Good, I like the way the article covers various sides of the problem"

Bronze Award Winner

saramgsilvaFile exporter for IEnumerable of TEd Price: "Another great article from Sara! Great job on the TOC and code snippets!"
Søren Granfeldt: "Great idea; could use a little more generic approach on the formatting of values"
Margriet Bruggeman: "Nice example of applying generics" 

 

Guru Award Wiki and Portals Technical Guru - October 2014  

Gold Award Winner

Durval RamosSummit: Principles of International TNWiki SummitRichard Mueller: "A great writeup and introduction to this fantastic idea. Well done."
Ed Price: "Great depth and planning for this event!"
GO: "This is one of the best Portals that I've ever seen! Thanks"

Guru Award Windows Phone and Windows Store Apps Technical Guru - October 2014  

Gold Award Winner

saramgsilvaHow to Integrate Cortana in the Menu AppJH: "I got three words for you: I love Cortana! This article shows nicely how to integrate Cortana into your own app. Would love to see more."
Ed Price: "That's what I'm talking about! Way to go for a "What's Next" topic and nail it! I expect this article to gain a lot of interest. Fantastic article!"

Silver Award Winner

Carmelo La MonicaThe class GeocodeQuery in Windows Phone 8.JH: "Lots of code examples about a feature some apps should be use more. Geocoding becomes more and more important, so this article fits perfectly into this."
Ed Price: "This is an important class with a lot of possibilities. Great execution on this article! Could benefit from a References or Additional Resources section. Good job wrapping it up with the conclusion."

Bronze Award Winner

saramgsilvaExport To CSV for Windows Store appsJH: "Most people laugh when they hear about CSV export of data. A database would be a better place for the data of an app. In my opinion this is not always true (because CSV is small and can be used in different ways), so most apps should have the capability to export data into the CSV file format. This article shows how this can be done."
Ed Price: "Another very important article. I love the Source link to the MSDN Gallery. Great job!"

Guru Award Windows Presentation Foundation (WPF) Technical Guru - October 2014  

Gold Award Winner

Andy ONeillWPF: Entity Framework MVVM Walk Through 1Ed Price: "Very well formatted, clear sections, and lots of depth and clear explanations! The TOC, code snippets, Summary, and Further Reading links all help round out this great article!"
KJ: "awesome" 

Silver Award Winner

saramgsilvaHow to binding a ResourceDictionary to a Lisbox in apps based in XAMLEd Price: "Incredibly clear and fantastic topic! The TOC and Source link to the Gallery item help provide more value!"
GO: "She did it again. Great article." 

Bronze Award Winner

Shweta LodhaPopUps with Interactivity [Prism 5.0]KJ: "handy"
Ed Price: "Good clarity and use of code snippets and images. Could benefit from a TOC and References/See Also. Great job!"
GO: "Layout could be better, but still valualble article."

 

Guru Award Windows Server Technical Guru - October 2014  

Gold Award Winner

Richard MuellerActive Directory: Generalized-Time AttributesMark Parris: "Very detailed article providing very good information."
GO: "Top 1 AD article Thanks Richard."
JM: "This is an excellent article, thanks for your contribution."
Philippe Levesque: "Good article ! I really liked the note about the whenChanged"

Silver Award Winner

Darshana JayathilakeSome useful features with Windows Group policiesJM: "This is an excellent article, but I recommend making the title more accurate by renaming it something like "How to configure Applocker using Group Policy" "
GO: "I like the article; so great written"
Mark Parris: "A good insight on some GPO settings and their capability."
Philippe Levesque: "Good visual howto !"

Bronze Award Winner

Mr XHow to manage Windows Taskbar Items pinning using Group PolicyPhilippe Levesque: "Good subject well explained, already seen users that ask for that in the forum as it's new."
JM: "This is a good article that would be much more useful if you specify the Windows versions to which the article applies."
GO: "Merci, Mr X"
Mark Parris: "Very useful, especially if you need to utilise this capability post deployment."

-------------------------------- 8< --------------------------------

A huge thank you to EVERYONE who contributed an article to October's competition.

Hopefully we will see you ALL again in November 2014's listings?

If you haven't contributed an article for this month, and you think you can create a more useful, clever and better presented wiki article than the winners above, here's your chance! :D

Best regards,
Pete Laker

More about the TechNet Guru Awards:


#PEJL
Got any nice code? If you invest time in coding an elegant, novel or impressive answer on MSDN forums, why not copy it over toTechNet Wiki, for future generations to benefit from! You'll never get archived again, and you could win weekly awards!

Have you got what it takes o become this month's TechNet Technical Guru? Join a long list of well known community big hitters, show your knowledge and prowess in your favoured technologies!

Capture Transformation error in Data Flow Task

$
0
0
Hi to all,

I have a data flow task with one source and one destination.

Between source and destination I have a "derived column" transformation.

I want capture a "derived column" executable error and write it in a Log table.

For example, in the source i have a varchar field which values are integer and i want convert this values in integer before write them in the destinaton field.

If one of the varchar strings has the following form: "1245c", the transformation from varchar to integer get error.

How to capture a "derived column" executable error like in the above example?

thanks in advance.

regarding ssis

$
0
0

hi,

  I have two data flow tasks in package, in that one of dataflow have 1000 records, in middle of that i am getting a error, if i solve that error and re run that package , that should start from point of failure, help me

Viewing all 24688 articles
Browse latest View live




Latest Images