Leif Eklund's Q&A profile
SQL Server Online Data Transform
Dear All, I am new to SSIS, and just watched some of the webcasts and take a look at SSIS Hands on Lab on the MSDN site. I want to handle an online data transformation scenario which has some data mappings between. I want the SSIS to add each new record in source table, insert in the destination tables online. If this is possible, please let me know where can I find a sample package and configurations. Happy new year, Sassan ...Show All
Visual Studio Team System How to capture the form request in a https site
Hi, all I have a question about how to capture https request when click some "save" button of my site, because there is some javascript source, so VS can not capture it , does anyone knows how to capture the whole request Thanks very much. Yes, that's means: I try to manually form the request, but i don't know the request content that sent to the web site after i click some "save" button. Do you know ...Show All
SQL Server SSIS Requests...
May be it's too late, but I think this requests could be scheduled at least for a SP1 if it's not possible for the RTM. 1) Execute Task without debugger: it would be very nice to be able to execute a single task without going in debugging mode. Just as you would ask "Start Without Debugging CTRL+F5" but for a single task 2) Customize default properties for task and component: when you drag a task on the package you get a default value for the ...Show All
Visual Studio Express Editions What is the alternative of ActiveDocumentHost control in .NET 2005 Express Edition ?
Hi All This is very urgent. Is anybody have idea, what microsoft is providing alternative for ActiveDocumentHost control I need to show Word/Excel inside Windows form with all toolbar options. Regards Swati Here is a forum note that should help. http://forums.microsoft.com/msdn/showpost.aspx postid=4976&siteid=1 ...Show All
Windows Forms binding a listbox
Ok, I have a Database which has a table 'Projects'. with fields ID, ClientName, Address, Phone, County & Workers. I would like to bind this such that i have a list box showing all the available Client Names. I would also like to ...Show All
Software Development for Windows Vista Vista Download ?
hi Where i can latest vista download Hi, From MSDN Subscription . ...Show All
SQL Server Nested CASE statements Problem
I can't get the syntax right on my nested CASE statements nor have I found anything on the web pertaining to nested SQL CASE statements: SELECT rm.rmsacctnum AS [Rms Acct Num], SUM(rf.rmstranamt) AS [TranSum], SUM(rf10.rmstranamt10) AS [10Sum], CASE WHEN SUM(rf.rmstranamt) > SUM(rf10.rmstranamt10) Then   ...Show All
.NET Development Assemblies in GAC
Hi all, we need to figure out which version of a dll in the GAC our application is using and I hope someone here can give me at least a hint. Here is the situation: We have several VB.NET assemblies in the GAC and there are several versions of each of these dll's in the GAC. After a recent server rebuild, we found that we have no idea which applications need which version of the dll's. I can recreate the different versions for each dll fro ...Show All
Architecture Windows Zip
Hi Is it possible to use the windows zip function on the command line I want to incorporate this into my program. I know there is an add on for win zip but was wondering if its possible to do with the windows own version... Cheers Hi! You mean using Compressed Folders I think it's possible if use Shell API, because Compressed Folders incorporated into Windows shell. ...Show All
Microsoft ISV Community Center Forums Using KPIUtil, cannot export KPI from SQL Server 2005 Analysis Services to BSM and vice-versa
I am trying to export KPIs created in Analyysis Services to BSM using KPIUtil. I have KPIUtil installed on my machine which has the following: Windows 2003 with SP1 Microsoft .NET Framework 2.0 Common Language Runtime 2.0 Analysis Management Objects Microsoft Office Business Scorecard Builder 2005 The BSM Server is on a separate machine. The scorecards created using BSM(without KPIUtil) work fine. In the KPIUtil-New Confi ...Show All
Visual Studio Own shape decorators
Hi All! I want to create own shape decorator like ExpandCollapseDecorator. I defaine next classes: [ Serializable ] [ CLSCompliant ( true )] [ MetaClass ( "4DDC24C0-F44F-4faa-8D15-A4F10E70C039" )] [ MetaObject ( "3C5EAEFC-A71A-4eb7-B732-059EDDFE1EA9" , "MyDecorator" )] public class MyDecorator : ShapeDecorator { public static MyDecorator CreateDecorator( Store store, ShapeDe ...Show All
Smart Device Development .NET interop in netcf
How do you call managed code from native in the .NET Compact Framework (.NET interop) Could you point me to some example code/project/solution /Lars Hi Lars With .NET CF 2.0 you can either - pass a managed delegate to your native code as a function pointer. See sample here: http://blog.opennetcf.org/ctacke/PermaLink,guid,add17dea-c5d9-46c4-b405-af213678fa10.aspx Or use COM interop Features and res ...Show All
Software Development for Windows Vista How to make a design view of a workflow execution easily ?
Hi all, i have to make a design view of a sequential workflow execution. The user have to see the executed activities, those who are currently run, and those who are not reached. Is there a sample of this I dont see an answer in this forum and in the HOL. Thank you. (sorry for my poor english.) Hi, When you install Beta1, you should have a Windows Workflow Foundation item in your Start -> Programs menu.  ...Show All
SQL Server Avoid pop up RS reports on sharepoint
Hi, Current, I have a web part which points to the report explorer. The first page is a list of the reports on the reportserver, when I clicked on the link of the one of the reports, it pop up a window to show the report, which behave exactly like http://reportserver/Reports . Is there a way to stop it from poping up a new window, and just show the report on the same page where the link was clicked Thanks, Cheng ...Show All
.NET Development How to get the list of usernames in the Active Directory?
I tried the below code but it returns me the full name while I need the NT User Names. =========================================== System.DirectoryServices.DirectoryEntry entry = new System.DirectoryServices.DirectoryEntry( ); // WinNT://path "LDAP://path" System.DirectoryServices.DirectorySearcher mySearcher = new System.DirectoryServices.DirectorySearcher( entry ); mySearcher.Filter = ( "(objectClass=user)" ); foreach (System.Direct ...Show All
