Jeff Papp's Q&A profile
SQL Server SQL 2005 64 Bit generate exception
I am using SQL 2005 64 Bit and i can get it generate an exception, but i cant find out where to send the dump report to so that Microsoft can look into the problem. Its not causing an issue to us as we use the 32 bit and this was just an investigation, but it might help others if the team can fix it. Any ideas of where to send the dump report. Derek, You can send product feedback via http://lab.msdn.microsoft.com/productfeedback/default.aspx This includes filing bugs and uploading an attachment to the bug. ...Show All
SQL Server Cant locate SQL Server Express from client pc
Hi, I have a 5 user network running SBS 2000. I have installed SQL Server Express on one of the client machines (not the SBS Server) I can connect locally without problem. However i cant connect from the other client machines. I have enabled TCP/IP, Remote Connections Etc I am attempting to test the connection using an .udl file. The server name is found but i still cant connect. Any help would be apreciated. Hi, the error message would be helpful for us. HTH, jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Visual C# Questions about Objects in C#
1. Do we need to pass objects by ref, if we want to have the changes made in a calling function 2. And the same question for the objects passed by Remoting 3. Do we really gain performance in calling Dispose method of DataSet while leaving from a function(the dataset is no longer required) If yes, then what does the Dispose do there Is it freeing the memory occupied by the objects If yes, then basic definition of GC itself gone right. And while the function got executed the DataSet objects declared within the function will also be removed from the reference list. Then is it required to do a Dispose while leaving a function. (I’m ...Show All
SQL Server Online Data Transform
Dear All, I am new to SSIS, and just watched some of the webcasts and take a look at SSIS Hands on Lab on the MSDN site. I want to handle an online data transformation scenario which has some data mappings between. I want the SSIS to add each new record in source table, insert in the destination tables online. If this is possible, please let me know where can I find a sample package and configurations. Happy new year, Sassan What is an "online data transformation" What do you mean by "insert into the destination table online" Do you mean that you want each record in a source table to be inser ...Show All
.NET Development Logon, unlock detection
I'm writing a tray icon program that needs to display a message when the user logs on or unlocks the task manager. I've been looking for something that might help me in the .NET API. Does anybody have any ideas or hints I could use. Thanks. JR Hi JR Have a look at the ISensLogon Interface. (http://msdn.microsoft.com/library/default.asp url=/library/en-us/syncmgr/syncmgr/isenslogon.asp ) A managed wrapper can be found at http://adam.hughes.cc/blog/2005/03/21/senswrapper-in-csharp/ Let me know this helps. Michael ...Show All
Visual C++ Linking problems about MFC and others
Dear all, I meet some linking problems as follows. I have added afxwin.h in the head file. Also, I use these libs: strmbasd.lib Quartz.lib strmiids.lib winmm.lib msvcrtd.lib Kernel32.lib oleaut32.lib vfw32.lib advapi32.lib version.lib largeint.lib user32.lib gdi32.lib comctl32.lib ole32.lib olepro32.lib uuid.lib WSOCK32.LIB log.lib Could you please give me some ideas about that thanks Linking... StdAfx.obj : error LNK2001: unresolved external symbol __afxForceEXCLUDE RemoteConnection.obj : error LNK2001: unresolved external symbol __afxForceEXCLUDE ServerConnection.obj : error LNK2001: unresolved external symbol __afx ...Show All
Visual Studio Team System Problems after moving TFS to new server
Thanks to Buck, I can now connect to my new TFS server after moving the databases using the posted procedure. Just a couple problems remain: The Reports folder in Team Explorer displays a red X. I can manually browse to the report server and see/run reports without a problem. Choosing "Show project portal" from the context menu for a team project results in "The system cannot find the file specified". I can manually browse to the sharepoint sites without a problem. As a part of getting the client to connect again, I ran devenv /resetuserdata. Could some setting that I need to restore have been reset One st ...Show All
Visual Basic Just another absolute noob question
Hi, I've just created a little application and now I'm confused. Can't i just make it an exe I know about the publish thing, but I don't want an installer, I just want 1 file. Thanks in advance. Hi, Bear777, If you create a windows application or a console application, then what you'll get (when you build) is an EXE file. You can take that EXE file and run it where it is, or you can copy it to another machine and, provided that the right version of .NET is already on that second machine, run it there as well. It's as totally self-contained as any EXE can be -- totally just one file. ...Show All
Visual Studio 2008 (Pre-release) Suggestion: what about paging?
I didn't see anything in DLinq about paging - e.g. getting just the 21st through 30th objects from a result set that would otherwise contain thousands of objects. It seems like something that would be important, in some applications... As the previous post points out, you can use Take and Skip. We are also looking at various paging patterns to see if we can support them better. Thanks Dinesh Kulkarni Program Manager - DLinq http://blogs.msdn.com/Dinesh.Kulkarni/ ...Show All
Visual Studio Express Editions Rubbish mail
hi guys! I'am a beginner in C# I creat a e-mail sender ,but,the pop3 server think the mail is rubbish :( what happen thanks! This could depend on a lot of things... One main one might be the subject or email address youare using for the email as your sever might be picking it up as spam... Another problem could be on the methods that you are using for the sending of the mail... You could be forming bad headers for the email and the pop server can not read the email.. If you have a small example of the email code post it so that we can see how you are doing it, and maybe fix the problem. ...Show All
Software Development for Windows Vista Examples and articles about using WF with WPF?
Are there any good examples and/or articles about using WF with WPF I have seen a number of examples and articles but most are pairing WF with Windows Forms or ASP.NET. I am very intersted in articles that discuss using them both together as declaratively as possible via xaml vs "code behind". Thanks in advance. There is a good sample that uses WF/WCF/WFP together, check it out: http://msdn2.microsoft.com/en-us/library/aa970891.aspx Thanks, Angel ...Show All
Windows Forms :: Nested Control does not save its properties ::
Here's my situation: I have a Custom Control inherited from UserControl. Within this class, i have the following declaration: Private m_ctlNestedControl As Control Then I delcare a property as such: Public ReadOnly Property NestedControl() As Control Get &nb ...Show All
SQL Server SSIS: Inserting unknown members from fact table
Looking up surrogate keys in a dimension table and adding these to your data flow is easy when there is a match in your dimension table for every key in your fact table. However, I am puzzled by how to manage the data flow when no match can be found for a specific key in the fact table when doing the lookup AND I then want to insert this unknown key as an unknown/inferred member in the dimension table. The problem is further complicated by the fact that when I have inserted the unknown member in the dimension table and it has been assigned a surrogate key there, I want to add this surrogate key to my fact table - just as if there h ...Show All
Smart Device Development How to deploy my apps?
Hi All, I have develop Pocket PC Application which is running perfectly from my development PC using iPAQ PDA. Now, I need to install my apps on the iPAQ PDA. Anyone can help n guide me step by step on how to create .cab files, .inf files ,.msi files (package n deploy app) and also how to install .Net Compact Framework and SQL CE on the PDA. I'm using : - - VS Net 2003 - .Net Compact Framework 1.0 - Windows Mobile 2003 Version 4.21.1088 - ActiveSync 3.8 Thank you You can have several CABs in one INI as long as all these CABs are of the same application, but for different platforms/CP ...Show All
SQL Server SQL 2005 data dictionary (get code of stored procedure)
Hi all Does somebody know how to get the code of a stored procedure I would like to know the name of the view in the data dictionary which holds the code of the functions or stored procedures ... Thanks for any help Best regards Frank Uray Here is an example USE AdventureWorks GO SELECT SPECIFIC_NAME,ROUTINE_DEFINITION FROM INFORMATION_SCHEMA.ROUTINES WHERE SPECIFIC_NAME='uspGetBillOfMaterials' Denis the SQL Menace http://sqlservercode.blogspot.com/ ...Show All
