savoiu's Q&A profile
SQL Server database log growth too fast
Dear all My database log growth is too fast. I want to stop this situation. I am a rookie in database administration. Please give me some suggestions. Thanks a lot. Alex Perhaps you are able to shrink this from time to time within a maintaince plan, or a manually setup jon in SQL Server http://www.aspfaq.com/show.asp id=2471 HTH, jens Suessmeyer. ...Show All
SQL Server Error in Scheduling SSIS Package
Hi, When I am trying to schedule the SSIS package and start the job, I am getting the following error. It is not executing properly. "The job failed. The Job was invoked by User prakash.srinivasan. The last step to run was step 1 (TestSchStep1)." Pls provide some solution to this. Thanks in advance. Regards, Prakash Srinivasan. Please see this KB on how to troubleshoot this: http:/ ...Show All
Visual Studio Tools for Office Sending Emails ..
Hi, Not really certain if this is the correct forum or not. My apologies if not. I'm creating a VS.NET 2005 application using VB.NET. I've downloaded and installed the Visual Studio Tools for Office 2005 as well as the code snippets. What I want to do is send an email. I'm getting my feet a little wet before jumping right in! My code is as follows: Dim mailItem As Outlook.MailItem = Me .CreateItem(Microsoft.Office.Interop.Outloo ...Show All
SQL Server Update Statement not working
I've got the following update statement: UPDATE ISSUE_ACTIONS SET BAE_FLAG = 2 WHERE IA_ISSUE_NO = 399 AND IA_SEQUENCE = 20 The fields BAE_FLAG, IA_ISSUE_NO, and IA_SEQUENCE are all of the type int. When I run this code inside of my windows app (C#), cmd3.CommandText = "UPDATE ISSUE_ACTIONS " + "SET BAE_FLAG = 2 " + " WHERE IA_ISSUE_NO = 437 " + " ...Show All
Visual Studio Team System Steps for customize reports
Hi, How can we customize reports in VSTS Modify existing reports and add new ones. Thanks, Michael Here is a video on how to create custom VSTS reports - http://teamsystemrocks.com/files/10/team_foundation_server/entry164.aspx ...Show All
Visual Studio 2008 (Pre-release) WinFX February CTP
The WinFX Runtime Components February CTP has been published. For February, Vista will also be releasing a CTP which is sync’d with WinFX Runtime Components. The build of Vista (5308.17) will be available only to MSDN Subscribers, while WinFX RC, the SDK, and tools will be available to everyone via the MSDN Download Center. WinFX Runtime Components: http://www.microsoft.com/downloads/details.aspx FamilyId=F51C4D96-9AEA-474F-86D3 ...Show All
Visual FoxPro order of table fields is reshuffled
I want to use this occasion to thank everyone who has been helpting me with their advice. I still have to study some of the comments in depth to get the maximum out of them. HOWEVER, I just ran my first successful execution which converted a Visual dBASE table into a VFP table. I have a form with two (unrelated) tables on it and an external .prg file with a function with 170 lines of VFP source code. It all worked. Very cool! Perhaps before the ...Show All
Visual FoxPro cannot update cursor < > since it is read-only
I am getting this error message at RUNTIME ONLY in startMode = 4. In interactive mode (starMode = 0) everything works fine. This message comes from a secondary form that I use to select email addresses. They are stored in a table with a few fields. I dedicated one of them as a markup field meaning that if that address is selected in a combobox it is marked, the table is updated as TABLEUPDATE (1). I mean, it is supposed to be updated. It is not ...Show All
Windows Forms ClickOnce Errors with C# Express Final
Hi gang, My ClickOnce-deployed application, which used to work fine back in the beta-2 days, is now giving everyone who tries to install it a lot of headaches. When I deployed this version (made using the final release of Visual C# Express) I deliberately put it in a different folder on my web server, so there could be no "accidental" upgrades from beta users. My users have meticulously uninstalled the beta version of my program, as well as the ...Show All
Windows Forms DataGridView Soring
I really like the new DataGridView control, however, it always seems to sort columns containing numbers and dates as if they were strings. The Windows Forms 1.x ListView control did the same thing so what I ended up doing was to create an ...Show All
.NET Development Problems with ArrayList deserialization migrating from WSE 2.0 SP3 to WSE 3.0
I'm migrating my aplication from WSE 2.0 SP3 to WSE 3.0 and I'm having some problems with the ArrayList class deserialization. My web service extends from SoapService and has a web method that receives as a parameter an instance of a class called AdminMessage that contains an ArrayList type property called Parameters. When I call this web method with an instance of the AdminMessage with some strings inside the Parameters property I got an annoyi ...Show All
Windows Forms Datagridview and Excel question
Hi all. Is there a way to set an Excel WorkSheet to be the datasource of a datagridview Thx in advance. I make a little step forward: string strConn = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=myFile.xls" + ";Extended Properties=Excel 8.0;"; Ol ...Show All
Visual Studio Beta 2 – Getting Build Verbosity
In Beta2, there’s a new Tools Option page under “Projects and Solutions”, “Build and Run”, which includes a Build verbosity setting. When hosting MsBuild, we currently create a BuildLogger object. How do we ensure it picks up the verbosity setting set by this page Is there a mechanism to obtain a correctly set BuildLogger, or do we have to examine the option setting and create our own logger. If the latter, how do we get the value of this pr ...Show All
Software Development for Windows Vista help
can anyone give a sample to help me create child state machine workflow I want to know how it work with master workflow. Thanks in advance It's not clear what you mean here. Do you want multiple workflows one parenting the other Or do you want a single workflow that has multiple parts in some way Please can you clarify what you are trying to do. Regards, Paul ...Show All
SQL Server sql 2005, x64, 9GB RAm: memory allocation
(Hope this is the right forum... not sure) Please answer any question you can. We have a Windows 2003 Standard x64 OS, sql 2005 x64, and 9GB of RAM. 1. True of False: The maximum amount of RAM available to sql server in this setup is 4.5GB. (Supposedly the OS takes half and leaves the other half for user apps) 2. SQL Server properties lets me adjust the max and min memory allocation: Can I set max = 7GB If so, will ...Show All
