Hajo Kirchhoff's Q&A profile
SQL Server Can't connect to SQL Server 2005
Hello, I have a problem with connecting to SQL Server 2005. I have a small network at home with a WLAN router connected to Internet. My notebook computer and desktop computer are connected to router. My SQL Server 2005 is installed on notebook computer and Microsoft Server Management Studio is installed on desktop computer. I wanted to add login so I could connect to it from desktop pc and a problem came up. When I tryed to add acco ...Show All
SQL Server How to group many details per master record
Assume there are a Project, Contractor, and ProjectContractor table where it represents a many to many relationship with the linking table. How can I manage the data to get it Basically converted from a multiple row output to a single line output project A contractor 1 Project A contractor 2 Project A contractor 3 into Project A contractor 1, contractor2, contractor 3 I believe I can do it in a SP, but I need it ...Show All
SQL Server Upgrading to SQL 2005
Hi, Can you please suggest a good link which describes the sql server2000 features that are not supported by sql server2005 and vice versa. thanks in advance, Nitu For SQL Server 2000 features that are not supported in SQL Server 2005, look at the topic " Deprecated Database Engine Features in SQL Server 2005 " in SQL Server 2005 Books Online. I also recommend the other topics in that sectio ...Show All
Visual Basic Display Line Numbers
Hello, I just started using MVS 2005 Express Edition Beta and I can't figure out how to display the line numbers Go to Tools menu, then to options. To enable line numbers on every language, enable the advanced options, and open Text Editor. Choose All Languages, and enable Line Numbers Checkmark. For language specific, you don't need advanced options, just choose your language from within the Text Edit ...Show All
Visual Studio 2008 (Pre-release) SvcUtil error in trace files
This is the message I an getting. Probably something silly relating to attributes. "The service encountered an error while generating metadata. See the trace files for more details." Where is this being generated and how do get to the details. This is being hosted in a console app. Thanks. Thank you found the problem. For everyone else.- You can not have a method of the same name de ...Show All
Visual FoxPro Visual Foxpro Book Recommendations?
All, Can anyone recommend a good book for learning VFP 6.0 from scratch I've looked at SPECIAL ADDITION USING VISUAL FOXPRO 6 but it's not really helping me so far. All I am trying to do is create a simple .exe that will read amd update some records from a .dbf and insert those records into a MS SQL table. All the books on Amazon have gotten terrible reviews and MSDN has little to no info on doing thi ...Show All
Windows Forms Debug Error. Species by same name already exists?
I get an error that the species with the same name already exists... what is with that error Thanks, Brian Reinhart Brian@pointblanc.net If you're using VS .NET you can have it do that every time you compile by right-clicking on the p ...Show All
Visual C++ VC++ migration problems
I'm trying to bring a project from VC6 to VS2005 Pro. When I first imported the project there was, not unexpectedly, a long list of compiler errors and warnings, and I modified the source code to get rid of all of them, and am now left with 2 problems I'm not sure how to fix. 1) I get an error during the html help phase of compilation to the tune of "windows can't find hcw" - that's the executable for the help workshop. I see that ...Show All
Visual C# How to write section handler into app.config by code
I want to write the following item into configSections by code <section name="MySection" type="MySectionHandler, MyAssemble"/> But I don't which method can do it in .Net 2.0 thank you See my similar posting I made earlier. http://forums.microsoft.com/msdn/ShowPost.aspx PostID=69059 Background I worked on a project recently handling some similar issues. I found that the handler you write for your custom section can be a ...Show All
Visual Studio Express Editions How can I load data into a 2-dimensional array?
I have some data in a text file in the format: X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,I,O,O,S,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O,O,O,O,O,O,X,X,X X,X,X,O,O,O,O,O ...Show All
Visual Studio Enabling IVsActivityLog output in VS 2005 via the '/Log' command line switch
...is not working for me. I am using the following command line: devenv /log /rootsuffix exp I always get the invalid command line dialog (if launching from the debugger) or the command line help (if launching from the command line). What is the correct syntax for enabling IVsActivityLog Thanks Hi Cappy, Try reordering the flags to "devenv /rootsuffix exp /log". Let me know if that is still not behaving cor ...Show All
Visual C# Snippet creation - multiple $selected$
Is there a way to place a selected text at more than one location e.g. $selected$ { get { return $selected$;} } $end$ < xml version="1.0" encoding="utf-8" > <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> <CodeSnippet Format="1.0.0"> <Header> <SnippetTypes> <SnippetType>Expansion</SnippetType> <SnippetType& ...Show All
Windows Forms Persistant Window state across sessions
Have a single call method to save and a single to restore the main form state across sessions (i.e. the position, size and whether maximized.) I just wrote this for my application, but it's still missing some tricky things, like dual monitor support ...Show All
SQL Server Virtual Memory best practices with SQL 2005?
After having my newly installed SQL 2005 instance lock-out all connections due to an Out of Memory error during a data transformation, I decided to start looking into memory config options. (Please consider I'm primarily a SQL developer who was selected as the DBA and therefore has to manage a Windows 2003 server as well.) In my case, the SQL memory settings looked fine but Windows 2003 Server had a fixed maximum on virtual memory of 2Gig on ...Show All
Visual Studio Tools for Office Outlook 10 :MAPIFolder.Items.Find fails on email address
Hi, Apologies if this is the wrong place for this post but any help would be much appreciated. I'm using the Outlook 10 library with vb.net to monitor email addresses in an Outlook contact list. I've noticed that the MAPIFolder.items.find method fails when parsing an e-mail address that contains a period in the name part of the address, ie joe.bloggs@somewhere.com ( it also fails when tackling joe@somewhere.else.com ) Is there a wor ...Show All
