Software Development Network Logo
  • Visual C++
  • Windows Live
  • Visual Studio
  • Windows Vista
  • Architecture
  • VS Team System
  • Microsoft ISV
  • Visual J#
  • .NET Development
  • Visual C#
  • Visual Basic
  • VS Express Editions
  • SQL Server
  • Windows Forms
  • Game Technologies

Software Development Network >> Santosh Kumar's Q&A profile

Santosh Kumar

Member List

Jharris65
Varied Interest
Dan Kelly
Amorn Vikrompanitkul
Bobby Fu
dzCepheus
Cbarnhorst
Ivan Radley
khaaaalil
Henryd
Dan Brusco
maag008
Adam Calderon
Lou Immendorf
magicman
KarateChop
TWA
Gavin Jin - MSFT
Vicki V
yoni sher
Only Title

Santosh Kumar's Q&A profile

  • SQL Server SSAS Port on a named instance

    Hi, I've installed Analysis Services on a SQL Server 2K5 named instance. I would like to know on which port is AS listening to, how can i do Thanks in advance. Gregory Gregory, If you search on the following in BOL I think you will find the information you are looking for: SSAS Specifying and Restricting Ports HTH, - Steve ...Show All

  • Windows Live Developer Forums Sample Timeouts

    The sample is timing out for me when I run a simple search.  Any ideas   I've tried passing proxy server info and adding a custom GetWebRequest with no keepalives. System.Net.WebException: The operation has timed-out at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request) at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request)at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at WindowsSearchFormVB.MSNSearch.MSNSearchService.Search(SearchRequest Request) at WindowsSearchFormVB.WindowsSearchForm.frmSearchSample.btnSe ...Show All

  • SQL Server How SQL Server handles slowly changing dimension

    In our application we have created a SSIS package which extracts data from staging table and places the same in destination table. We have created a slowly changing dimension for the same. Slowly changing dimension uses a composite business key of two columns to decide whether it is a old record or a new record. Problem : On execution of the package it copies duplicate records with same business keys instead of updating the same. Also the same does not happen for all records. For few records update works fine but for others it inserts a new duplicate record. I will appreciate if anybody can guide me where I am doing something wron ...Show All

  • SQL Server Microsoft OLE DB Provider for DB2

    The Microsoft OLE DB Provider for DB2 can be downloaded as a part of the SQL Server 2005 Feature Pack located at: http://www.microsoft.com/downloads/details.aspx familyid=D09C1D60-A13C-4479-9B91-9E8B9D835CDC&displaylang=en Well, i guess that I have written as specific as possible in the above. The next would be a private hands-on demo for you if needed. As another thought - I would encourage you to try to download an EVALUATION version of Host Integration Server 2004 to replace DB2OLEDB from the feature pack. Give it a shot to see if DB2OLEDB from HIS 2004 works out. You can find HIS 2004 from Microsoft's website. - St ...Show All

  • Windows Forms a bug on ListBox?

    Hello, I have a DELL computer with a newly installed Windows XP with SP2 and all updates from WindowsUpdate, I have a very simple application: one TextBox , one ListBox and a Button, when I press the Button the text on the TextBox is added as an Item to the ListBox and in fact the Item is added to the ListBox but it doesn't show any text. Then I added another Button and a FileOpen Dialog, if I press the Add button the application behaves just like before but when I press the other button (it just shows the FileOpen dialog) then the text on the ListBox appear and the application starts working as it should be. I have tested this on 2 other di ...Show All

  • .NET Development VS2005 RC1 Dataset merge bad performance

    Hi, We've just migrated from Beta2 to RC1, and we get very bad performance with the (Typed) Dataset's merge function. After analyzing with a profiling tool, we've discovered that the merge function calls the GetRowType many many times more that in the previous (2.0 beta2) version. for example - for a dataset with about 10 tables, one of them with 6000 rows: in Beta2 - GetRowType called 18 times. in Rc1 - almost 20,000 times. in Beta2 - 1-2 second in Rc1 - 8-9 seconds Is there a workaround or will be a fix to that problem. thanks, Oren. hi Pham. i am readiing ur article. i am facing a similar kind of problem i ...Show All

  • SQL Server how to do the same thing in mssql as mysql?

    in MySql: SELECT * FROM table LIMIT 5,10 How to do this in MicroSoftSql *grin* then you should have asked about access to start with :-) I'd expect my first solution to work with Access, but I couldn't be sure, I don't use it. ...Show All

  • Windows Forms How to retrieve data from a datagrid?

    Hi, I had a datagrid populated with data. Whenever, I had selected a row, I would like to retrieve all the data from the selected record/row. Can anyone advise how to do it Thanks NOTE:(dgStateMaster is datagrid name,lblMessage is a Label to display error message) (dt1 is datatable,ut is an object to connect the class used for opening & closign the datasource) On 'EditCommand' of datagrid write the following code : /******************************************On Edit Command*******************************************/ private void dgStateMaster_EditCommand(object source, System.Web.UI ...Show All

  • Visual Studio Team System Checkin Policy to Require Checkin Comment - How?

    How would I implement a checkin policy that would require each checkin to have a Checkin Comment (Don't confuse Checkin Comments with Checkin Notes .) It seems easy to require a Checkin Note of some kind, but I can't find the equivalent for Checkin Comments. Do I have to write a third-party checkin extension to do this I would have thought that it would be a common requirement... There is a property off of the PendingChanges object to retrieve this value.  Inside of IPolicyEvaluation.Initialize: m_pendingCheckin = pendingCheckin; Then, in IPolicyEvaluation.Evaluate: if ( m_pendingCheckin.Pendi ...Show All

  • .NET Development Creating Images

    C#, .NET 2.0, XP+Latest updates I am reading an image from a database into 'rawData'. I then use the following code to create an Image and add it to my cache: // Variables used.. // SortedList<string, Image> m_images; // string fileName; // string imageId; // byte[] rawData; // 'File' is System.IO.File // Save it to a file File.WriteAllBytes(fileName, rawData); // Add the image to the cache m_images.Add(imageId, Image.FromFile(fileName)); // Delete the file File.Delete(fileName); The problem is that the File.Delete(...) is thowing an IOEx ...Show All

  • Visual J# Deploying Windows Appication in J#

    Hi, I'm looking to deploy my windows app. in J# and I'm using the msdn library's "Deploying a Windows Application" walkthrough ( http://msdn2.microsoft.com/en-US/library/k3bb4tfd(VS.80).aspx ) to help me do so. Not sure if this is the right path to travel, but I'm just looking for the basics. I'm looking for the equivalent J# code for the following command that launches Notepad.exe and gives it focus: Shell("Notepad.exe", AppWinStyle.NormalFocus) I've never deployed an application before, so any advice would be appreciated. I'm just looking for a basic installation that will get my app up and running. ...Show All

  • Windows Forms Can Microsoft.Ink recognize geometry?

    Would be possible to recognize an approximated geometric element like a segment, arc or a circles from an Ink Stroke I never used Microsoft.Ink Thank you Andrea Try posting to the TabletPC dev forum instead. http://www.microsoft.com/communities/newsgroups/en-us/default.aspx dg=microsoft.public.windows.tabletpc.developer ...Show All

  • .NET Development WebCam im VB

    I wonder if its posible to control a webcam whit vb. If so, please tell me how to do it, or any link to learn how to do it Thanks in advance Here are a couple of different methods http://msdn.microsoft.com/coding4fun/someassemblyrequired/lookatme/default.aspx http://www.windowsformsdatagridhelp.com/default.aspx ID=458a6b78-eacc-48b9-9036-e5cf2ebb86b6 ...Show All

  • .NET Development Error calling asp.net window from asp application

    Greetings, I am new to asp. I'm trying to call an asp.net application screen from an asp application. The result is the following error. Does anyone have any ideas   Server Error in '/' Application. I think I see your problem. "\" in Javascript is an escape sequence, just like in C/C++/C#/Java. (I'm assuming that you're running this code client-side using Javascript.) Also, when dealing in URLs, you need to use "/". "\C" maps to any character. So it's interpreted as "C" without the "\". Your URL will be interpreted as "..CPTCriteriaCPTCriteriaDisplay.aspx ". Also & in Javascript will be interpreted as a logical AND operator, not s ...Show All

  • Visual Basic Server Explorer - SQL Servers VS 2005 Beta 2

    In VS2003 Pro in the Server Explorer I have: Servers    Computername       Crystal Services       Event Logs       Management Classes       Management Events       Message Queues       Performance Counters       Services       SQL Servers In VS2005 Team Suite Beta 2 in Server Explorer I have the same as above BUT NO SQL SERVERS I can use the Data Connections Wizard to connect to the Server ...Show All

©2008 Software Development Network