format1337's Q&A profile
SQL Server SMTP Mail Configuration
Hi All In our company SQL Server Reporting Services 2000 was not configured for SMTP Mail Configuration. Is it possible to do SMTP Mail Configuration without re-installing reportserver Thanks, ...Show All
SQL Server Looping through an excel spreadsheet
Being new to SSIS I wish to loop through a series of excel spreadsheets and within each workbook loop through each sheet. I am aware of the For Each container but how can the each sheet in the workbook be referenced Steve Thanks Jamie, my problem is for each spreadsheet I loop through how do I reference each sheet / tab within the spreadsheets returned by the For EachLoop. Thanks Steve ...Show All
Visual Studio Debugging Error Message of VS2005
--------------------------- Microsoft Visual Studio --------------------------- The following module was built either with optimizations enabled or without debug information: C:\Documents and Settings\ Peter Peter \Local Settings\Application Data\assembly\dl3\GK36Y4X8.1TR\K1JO6NOP.P99\bc8980d3\f0e49e63_711dc601\MyResources.dll To debug this module, change its project build configuration to Debug mode. To suppress this m ...Show All
Game Technologies: DirectX, XNA, XACT, etc. newbie needs help with direct programming
I need some help with direct i am new too directx programming and i am kinda having a hard time learning it becuase there is really no tutorials that explain what the code does like for instance below i have a code from the august directx sdk that say the below code should be a starting point for all direct x programs, but they don't really explain how, or why within the code at all, all i know know is that it creates a window and that is it. So ...Show All
Visual Studio Team System VSTS installation erorr 32000: Report server access secure....
I have a serious problem at installation. VSTS installation throw a error message: 07/27/05 22:46:04 DDSet_Status: WorkingDirectory: System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: The Report Server Web Service is unable to access secure information in the report server. Please verify that the WebServiceAccount is specified correctly in the report server config file. ---> Microsoft.ReportingS ...Show All
Visual Studio Refactor Encapsulate field repeatedly
Hi. I have an object with more the 100 fields. I wonder if there is a method to automate the process of encapsulating those fields. I'm just too lazy to do "Right-Click -> Refactor -> Encapsulate Field" for 100 times if i select all the fields and do "Encapsulate" then only last selected field is encapsulated. Any suggestions on this Thanks. NetBeans which is an open source IDE for Java a ...Show All
Visual Studio Express Editions how do i split a string to multiple strings?
say i had a string containing "FFFFFF9C" and i wanted to split it into 4 strings, how would i get results like below i found this but its in java.. http://msdn2.microsoft.com/en-us/library/ms177889.aspx Value1 = FF Value2 = FF Value3 = FF Value4 = 9C So many different ways to do this, here is one: Add a listbox and a button to your form and put this in the button's clic ...Show All
Smart Device Development SendKeys
Admittedly, this wouldn't be my ideal solution, but is it possible to emulate the "action" button on a pocket pc or smartphone For instance, if I've popped a CameraCaptureDialog, can I automate image capture and approval simply by pushing the keycode at it Or is it possible to raise any events against this dialog I havent tried it myself but since everything is just message pumping underneath, sending ...Show All
Visual Studio Can we add a footer to a Matrix
I want to sum up all rows of a column in Matrix. Can we add a footer to Matrix to show the sum up information For this, what I did is, I made an exact copy of that particular matrix. placed below to the original one and replaced data section with sum function and row header with simple text. Set visibility to Hidden for all unwanted Coulmn Headings. ...Show All
SQL Server Calculating date/time from Unix time
Our challenge is as follows: A third party application writes phone call logs to an SQL Server 2000 database. The start and end times are unfortunately inserted as Unix time (seconds from 1-1-1970). We want to make a monthly csv export of these records by selecting the detail records between certain dates/times but we are having problems calculating the correct date/timestamp as there seems to be no function in SQL server that can do this ...Show All
Visual C# updating the UI with progress bar while Business Layer in process
Hi I'm developing a windows based c# application. How do I update the UI with progress bar while Business Layer in process where my BL is in a seprate Machine in the same network. I tried by placing a thread to update the progress bar and at the same time BL function will also execute. But this doesn't seems to be working properly. can any one sugest any methodolgies for this Regards Karthik Uhmm, it "didn't ...Show All
Visual Studio Team System Load Testing for windows form based application using 2.0 .Net Framework
Platform: We are using .Net Framework 2.0 for developing our application. We are using remote services to communicate between the client components and the server components. Objective: The objective is to perform load test for 50-70 vUsers. Problem: Loadrunner does not support .Net Framework 2.0 Resolutions considered : We tried using Visual Studio 2005 Tester Edition but it does not have record/playback mechanism for w ...Show All
Software Development for Windows Vista Rule Revaluation
if we give same rule condition for two ifActivities then is it possible to skip the rule at ifelseActivity2 if value is same otherwise it should evalauate again at Ifactivity2. Scenario: 1) I put one ifelseActivity1 and placed two code Activities in two else branches. 2) and placed another ifelseActivity2 and placed two code activities in two else branches. 3) and placed one codeActivity after second If Activity. (codeActivity5) f ...Show All
SQL Server Will MS SQL Express work with Windows Server 2000?
I see it listed to work with Server 2003 but not 2000. Do I need Server 2003 for SQL Express to work correctly Thanks! Hi, Windows 2000 SP4 is listed in the supported OS: http://www.microsoft.com/sql/editions/express/sysreqs.mspx HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Visual Basic VS 2005 SOLUTION TEMPLATES
HOW DO I RESTORE SOLUTION TEMPLATES IN VS 2005 Whats the problem Did you do something to remove the templates Did they appear correctly in the first place Knowing where you are, what youve done and what your trying to achieve are the keys to getting a resolution. At the moment we only know the third item at the moment. Knowing the other two would be important and to highlight a potential proble ...Show All
