Navya Jeevan's Q&A profile
SQL Server Sql Memory Running High
I have sql 2005 SP1 standard 2 proc license running on a Dell 2850 Windows 2003 Standand SP1 fresh install about 3 weeks old. It only has Reporting Services with IIS 6, and maybe 10 reports on it, and one database less the 100mb in size with no more than 10 users access it at the moment. Front-End is setup on a seperate server. My sql process is eating up over 1.5gb of memory. I have dual Zeon 2.8ghz processor with hyper threading and 4 gb of ram, a 36gb C: mirror, a 70gb D:, and a 70gb E: mirror setup with database on D: and Logs and Tempdb on E: it just seems like it is eating up way to much memory to me. What are some good tools to look into or is this normal SQL Server's memory manager is designed ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XNA Creator's Club content?
I'm curious what an XNA Creator's Club membership gets me besides the ability to run XNA games on my Xbox 360. According to the website: "Both subscriptions provide aspiring game developers with access to thousands of game assets from Microsoft and key partners such as Turbo Squid Inc., as well as white papers, specialized starter kits, samples and technical product support to help turn Your World, Your Game into a reality." Unfortunately, I can't find any further information about this, and the use of the phrase, "game assets" isn't very descriptive. Are we talking about models, graphics, textures, and that kind of thing (and are they for personal use only, royal-free, or shareware) If so, that might be wort ...Show All
.NET Development Exposing .NET Framework Components to COM
Hello everybody, I am trying to execute the "nice" example taken from ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_fxinterop/html/a219cb2c-9fa2-4c90-9b26-939e0788f178.htm, unfortunatelly , in the file ConLoan.cpp which contains the following code: #include "stdafx.h" #import "..\LoanLib\LoanLib.tlb" raw_interfaces_only using namespace LoanLib; the compiler doesn't recognize the namespace LoanLib even although I imported the tlb file, and although the dll is in the same directory where the main is located,; also , when I am writing the line that is written there ILoanPtr pILoan(__uuidof(Loan)); the compiler doesn't recognize that, (by the way , shouldn't they write ILoan pILo ...Show All
Visual C# Error handling
Hi, I'm developing a three tier application, and have some conceptual question about the right way for error handling. the tiers are : 1. Presentation Layers - PL 2. Businnes Logic Layer - BLL 3. Data Access Layer - DAL now lets tak a very simple example, Let say i have an aspx search page on "Users" table. Search fields are : UserName, FromDate (on BirthDate Column), ToDate(on BirthDate). The validation checks for the search are : 1.UserName - 2-10 charecters 2. FromDate/ToDate -Valid Date 3. ToDate is Bigger than FromDate My Questions Are : 1. Should i perform the validation checks on each Layer 2. Should I put the call from the PL to the BLL, and from the BLL to the DaL in try & ...Show All
Visual Basic The binding handle is invalid
Everytime I attempt to debug in VB2005 Express I get a message box eroor stating "Error trying to run project: Unable to start debugging. The binding handle is invalid". What is causing this I can compile and deploy the application, no problem. I even tried the well known, very simple "Hello World", and it does the same thing. Maybe this: http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx FeedbackID=105751 https://blogs.msdn.com/habibh/archive/2005/11/10/491572.aspx will help you out... Best regards, Johan Stenberg ...Show All
Visual Studio Multiple tables in the same database causing problems
So I have 3 tables inside one access database that im trying to create a report off of. My problem is that when I have fields from more than one table in the report, the report will not pull any data from either table. Its almost like its confused on how to access the data. I have them linked by a autonumber primary key, I removed the links and that allowed me to pull in the data from mulitple tables but when i do this weird things start happening. i.e the data just repeats its self untill it decides to stop, for example im pulling in some address information for the page header from one table ( That data comes in fine) then i want to pull some codes and code descriptions from another table for the ...Show All
Windows Live Developer Forums Is there a way to import MSN messenger/Yahoo messenger/AOL messenger into a universal address book.
Is there a way to import MSN messenger/Yahoo messenger/AOL messenger into a universal address book. I was asked by my management to find out how some of the other sites have implemented this functionality. Hi, We have a website developed in asp.net 2.0, c#, sql server 2005. I need to provide users with a way to import their address books from gmail, yahoo, hotmail, and aol at the least. I searched the net, and found soooo many solutions, most providing code to be integrated with our code, some providing web sites that would do the conversion. Ideally I'd like to connect to some sort of a service where we would provide the service the user's email and password, and would get back a comma separated list of address info from their addres ...Show All
Visual Studio Problem when Transform All Templates (Family Tree Walkthrough)
Hi All, I'm Herru and I'm totally a beginner with DSL and VS.NET2005. I had installed SDK Sep 2006, and VS.NET2005 in my computer. I was trying to follow the family tree walkthrough in September 2006 Help. But when I wanted to Transform All Templates after update the Toolbox definition, an error occured. It said: There were validating errors. Continuing to save bla..bla... First I just continued, then I got XML view. But I cannot open the digram anymore. When I Transform All Templates again it showed this error: "Ambigous moniker 'Test.FamilyTree.FamilyHasPeople/.FamilyMember' encountered. It is used for both 'Family' and 'FamilyMember'.". I tried to redo the steps all over again. But still I got the same error. Could an ...Show All
Visual C++ for each, in keyword in unmanaged C++
Hello, I've been working in a codebase that was recently upgraded from 7.1 to 8.0. The move was planned, so the code base had been emulating using the " for each, in " syntax in 7.1 through Boost's foreach macro. I had decided to switch over to VC++ built in for each support, but the transition was not error free. Code such as, for each( VarType * & var_name in VarCollection ) var_name = SomeFunction(); does not compile. It appears that for each, in requires the variable type to be const (in my situtation, that would be a VarType * const variable). Am I mistaken Is there anyway to modify the variable's value in a for each in C++ The msdn docs state " It is possible to modify elements in a collection", so I was confused as to why th ...Show All
Visual Studio Team System Troubles re-playing a web test
Hi, I'm having a problem with re-playing web tests. If I record a web test on my local host, then it re-plays just fine without any problems. If I record a web test when accessing another server, then it won't replay. The very first step fails with the following error message: "Reqest failed: Index and length must refer to a location within the string. Parameter name: length". It's the same application running on both servers, but one is remote and the other is local. Has anyone seeen this before Any help will be really appreciated. Thank you. Hi Yulia, i am also facing the same problem. did u get a solution fo that. can you tell me how to resolve it and proceed further wi ...Show All
Smart Device Development PDA device detection code in vb.net
Hello Sir/Madam, I am developing a PDA smartdevice application where data is stored in sqlce and then i am synchronizing this data with sql server 2000 database server. Before synchronization, i want to check if my PDA is connected to the PC or not. Is there any clue for developing this code in vb.net if i am not wrong, PDA devices are connected to USB devices, so i wil need sample code in vb.net for detecting my PDA with PC. Suggestions Hi Pisces, You can check if the PPC is conected to the PC or not programatically by using the OpenNETCF.Desktop.Communication class. It has a methods to determine if the device is connected to the PC or not, but it uses the activesync, ...Show All
SharePoint Products and Technologies Help Required- List Events
Hi I'm writing an event to User Information List... Here I'm using some conditions. If they are not met then I have show up an error message and stop the event to complete in the below code I'm using the ItemUpdated Event of the list. In custom code a condition is checked if satisfies then error page should come.... public override void ItemUpdated( SPItemEventProperties properties) { CustomCode(properties); } void CustomCode( SPItemEventProperties properties) { if (alreadyExist) { alreadyExist = false ; properties.ErrorMessage = "error message" ; properties.Cancel = true ; } Now when I run the above code this message is not coming.....my code is working ...Show All
Microsoft ISV Community Center Forums GET.CHART.ITEM
Hi all, Anyone having a list over point_index which is used in GET.CHART.ITEM() Regards \Jonas Pardon the long post. This is from the old Excel 4 Macro Functions help file: GET.CHART.ITEM(x_y_index, point_index, item_text) X_y_index is a number specifying which of the coordinates you want returned. X_y_index Coordinate returned 1 Horizontal coordinate 2 Vertical coordinate Point_index is a number specifying the point on the chart item. These indexes are described below. If point_index is omitted, it is assumed to be 1. If the specified item is a point, point_index must be 1. If the specified item is any line other than a data line, use the following values for point_index. Point_index Chart item pos ...Show All
SQL Server SQL Server 2005: Copying data from one db to another
I have to similar tables in two different databases. I need to copy the contents from table A in db A to table B in db B. I need both a "one time" method for doing it with the data, that already exists in A - and a "on the fly" method that can copy data whenever data in A is updated. Can anyone help Hi Dale and Jens, thanx for your suggestions - I am sure I will be able to find one of them useful. I am leaning most towards the publisher/subscriber solution since my tables are identical. ...Show All
Visual Studio Tools for Office Remove borders from Excel charts using C#
I am building an excel file from scratch. this includes charts of data. In this particular case I need to remove the borders from the chart, but it doesn't appear to work correctly. // The next three lines are an attempt to remove the border, the fourth shows that I am controlling the chart ((Excel.ChartObject)oSheet.ChartObjects("Chart 1")).Border.LineStyle = Excel.XlLineStyle.xlLineStyleNone; ((Excel.ChartObject)oSheet.ChartObjects("Chart 1")).Interior.ColorIndex = 2; ((Excel.ChartObject)oSheet.ChartObjects("Chart 1")).Border.ColorIndex = 2; // After attempting above I use the following code which works to round the corners ((Excel.ChartObject)oSheet.ChartObjects("Chart 1")).RoundedCorners = true; I don't want to round the co ...Show All
