sdallamura's Q&A profile
SQL Server Flat File Destination Filename with Date ?
Is there a way to append a date at the end of the filename for whenever a Flat File Destination is run So far, I only see the ability to browse to a static filename. For the Flat File Connection, which is being used by the Flat File Destination, you can set the ConnectionString using Expressions, to set your file name with dates. ...Show All
Visual Studio Advanced Button greyed out on SCC Provider in Source Control
I'm trying to set up VS 2003 to use Visual Source Safe 6.0 on a server. When I go to set it up, the "Advanced" button is greyed out on the SCC Provider tab of the Source Control selection in Options. Any ideas why this would happen Thanks, Brian I was under the impression that VS 2003 had VSS features built into it. Do I need to install the VSS client on my VS 2003 computer to talk to a VSS server Thanks Brian ...Show All
SQL Server No recovery/no log file wanted
I have a SQL Server (Express) database that I use in a Visual Studio (Visual Basic) 2005 application. The application is of the Decision Support type, that routine deletes the contents of some of the database tables and then re-populates them with new data. There is no reason for keeping the "old" contents and no reason to restore the old content. (It does this using "BULK INSERT" statements, as in: "BULK INSER ...Show All
Visual C++ msvcr80.dll Problem
Hi there, can someone possibly tell me why Noton WinDoctor is telling me that 10 executables in the .NET Framework 2.0 cannot access the necessary dll file msvcr80.dll I see that the dll exists in the WinSxS directory and I'm running XP pro. I didn't have this problem until I downloaded the 2.0 framework at windows update. Any advice appreciated. Thanks. Naolin Thank you for sharing the solution to this msvcr80. ...Show All
Windows Forms Dynamically resize a control after user controls are added.
Hi, I'm developing a business rule management application that, basically, let the users create their own rules and the evaluation for that rule. I have 3 types of evaluation controls: a comparing control, a simple control and a composite control. The idea is that the user can create any type of evaluation, as he adds those controls. So, while he adds, the parent evaluation controls (user control) and the main user control should ...Show All
SQL Server Querying SQL Express database from Excel macro
How do I query an SQL Express database from within an Excel 2002 VBA macro For example, how could I accomplish this in an Excel macro. SELECT myID FROM MyTable WHERE Compound = string in cell A1 And then put the resulting ID number in cell A2. The relationship between Compound and myID is always one to one. Thanks to all. Dan This will give you the rough idea, this is from Excel 2003, you will ne ...Show All
Visual Basic ODBC's SQL installDriverManager failed
why when i try to install vb 6.0 to my laptop appear this message eror " ODBC's SQL installDriverManager failed " ...Show All
.NET Development Bug with NullableConverter ?
When attempting to convert Decimal to Decimal at runtime Type targetType = typeof(decimal ); decimal newPropertyValue = 2.3; -------------------------------------- NullableConverter nullConverter = new NullableConverter (targetType); &nbs ...Show All
Visual Studio Express Editions Win32 Console Application template linker error
Hi, I followed the setup instructions for Visual C++ Express I installed the R2 windows server sdk I tried to build the Win32 Console Application template but I get ------ Build started: Project: Win32testapp, Configuration: Debug Win32 ------ Linking... Win32testapp.obj : error LNK2019: unresolved external symbol @_RTC_CheckStackVars@8 referenced in function _wWinMain@16 Win32testapp.obj : error LNK2019: unresolved external ...Show All
Visual Studio login and password
Hi! Is there is any possibility in VSS, that we can map it with active directory login and password or can we have in the network environment in VSS automatically windows login and password thanx If you mean VSS2005, then no, it won't support AD integration. Alin ...Show All
SQL Server Working Samples required Import Column Transformation
Hi, Do anybody have sample packages of how to use Import Column Transformation I couldn't make any sample package by going through the information present in the Microsoft site. Can anybody help me out Thanks, Sreekanth Ammisetty I don't know of any example. Is the information in BOL not satisfactory: http://msdn2.microsoft.com/en-us/library/ms141262.aspx -Jamie ...Show All
Visual Studio Express Editions Error .exe is missing question
I'm geting the error messege "Video Studio cannot start debugging because the debug target 'C:\\documents and settings\name\local setings\application data\temporary projects\ConsoleApplication1\bin\debug\consoleapplication1.exe is missing. Please build the project and retry or set the outpath and assembly name properties appropiately to point at the direct location for the target assembly." when i try to run a simple hello world progra ...Show All
Visual Studio Express Editions Display the combo box text as a tool tip text...
in c#.net my combo box has got large text.....can we display the text on mouse over event....in the tooltip text like.... example : in properties window if the text is not is visible area, then it is displayed as tooltip text.... plz help me soon hi, many Thx Anson its working now i made a mistake first time i put this code in a user control which didn't work, now i just put this code in a class and its working very ...Show All
Visual C# Custom HelpProvider to store help in SQL Server
We have an app that we'd like to set up so that the help is stored in a database rather than a help file. Can HelpProvider be used, or extended to use, ADO.NET or a Web service, to display help that's not stored in a file Is there some documentation or sample that shows what has to be overridden if this can indeed be done Thanks. Yes u can bind your hepl provider with ADO.n ...Show All
Visual Studio Team System Enterprise Library Development
Hello, I want to use the Enterprise library, unchanged in our application. Is there any way to disable Instrumentation and keep only logging If yes then is the logging application block and the rest of the library going to function correctly Thanks, Costas Your best bet is to try their community forum: http://practices.gotdotnet.com/messageboard/home.aspx id=295a464a-6072-4e25-94e2-91be63527327&mbid=12e6b3c0-1261-461b-b86d-eff86af3939 ...Show All
