chchchch's Q&A profile
SQL Server sseutil usage
Cool tool. How the heck do you use it I can do a sseutil -l from command line to see my databases. Then I do a sseutil -consolewnd to get a window up that allows me to put in SQL commands. But how do I point the thing at a particular database What about the USE Command in the console window Or specify the database within your script to run HTH, Jens Suessmeyer. ...Show All
SQL Server SQL Server error '80040e14' (The server encountered a stack overflow during compile time. )
I am getting the above error when selecting the largest amounts of data on a database that i am currently working on. On occasion, I also get a "Timeout" Error that seems to present itself intermittently. Any suggestinons on eliminating it Thanks so much! "travelerkgd" Microsoft OLE DB Provider for SQL Server error '80040e14' The server encountered a stack overflow during compile time. ...Show All
Visual C++ LNK2019
I am new to the forum. I hope this is a right palce to place my question here. I run into a problem with MS Visual Studio 7.0 (.Net 1.1) when I try to build a window program. It was a project with .c and .cpp file mixed, but no c++ class been involved. *********************************************************** nafxcwd.lib(thrdcore.obj) : error LNK2019: unresolved external symbol __endthreadex referenced in function "void __stdcall AfxEndTh ...Show All
Windows Forms Changing the font of a String*
Hi, Could you please tell me how to change the font of a String* Is it possible to set subscript font to the name of a button Is it possible to set subscript or superscript for a String* Using which Class or Method to set subscript or superscript for a String* Thanks a lot. Thanks a lot. However, if not in the RichTextBox, is it possible to render the title of buttons as a supercript or subscript I mean to render parts of t ...Show All
.NET Development Where is System.Speech.Dll????
I have looked near and far and cannot find System.Speech.Dll!!! I have installed all of the SDKs and still do not have ' \windows\Microsoft.NET\Windows\v6.0.4030\System. Speech . dll '. Does anyone know where I can find this ! What version of the Windows SDK do you have If it's the December CTP then it should be in Windows\Microsoft.NET\Windows\v6.0.5070 ...Show All
Visual Studio Express Editions Importing a form into a project
Hello Friends, I created an application in Visual Basic with Visual Studio 2005 beta. That product is no longer alive. I want to be able to run that application in VB Express. It was apparently not in a project in the beta, or at least VB Express does not recognize that it was. I can copy and paste the code into a VB Express project, but I don't see how to import the form itself. What should I do moontube ...Show All
.NET Development could not load type "_Default"
Hi everybody :) I'm doing a web app for some university coursework, its the first time I've used ASP.NET C# and I'm loving it but when I put the files on the remote server I get the error on this page. http://www.apixelmind.com/email/ Someone told that I need to copy a project or something and do it that way, I'm using the Visual Studio 2005 Beta 2 version and I can't find this function anywhere. If anyone could help with that or give ...Show All
.NET Development getcurrentprocess problem
i am trying to get the current process using Dim currentProcess As Process = Process.GetCurrentProcess() and then getting the name of that process using currentProcess.ProcessName I am getting an exception 'System.InvalidOperationException' the exact error that i am getting is System.InvalidOperationException: Process performance counter is disabled, so the requested operation cannot be performed. at System.Diagnostics.NtProcessM ...Show All
Visual Basic Problems installing VB6 program onto other computers...
Hi, I've made a program in VB6, with ADO and an Access database. Now I've made a setup program with the package deployment wizard to install the program on other computers. When I start the setup on a windows 2000 system, It starts with copying 7 files and then gives the message: "Setup cannot continue because some files are out of date on your system.Click OK if you would like setup to update thes ...Show All
Visual C# how to know when form lost its focus
Hi, Is there any way to know when Form lost its focus I have tried Deactivate event but it does not helped me. Thanks in advance One way would be to use the flash functions of the task bar and make it flash like the other apps do. Or use a Tray icon and when ever there is news have a popup rise from the bottom like the MSN Messenger does. ...Show All
Visual Studio Team System Do Not Catch General Exception Types
I have a question about the fxCop rule on "Do Not Catch General Exception Types"...I started some discussion on this in another thread but I didn't get a full answer to my question and I thought this topic was worth starting a new thread. I think I'm using the recommended Microsoft approach for Exception Management: I'm using the Enterprise Library Exception Management Application Block to handle exceptions At the "top of ...Show All
Smart Device Development Default Sizes for controls
Hi I have created a library of controls that get added to the ToolBox. Everything works well except that they all get created with a size of 200x200. How do I set the size that I want the control to have initially I do. The problem is, after a bit more investigating, that the designer automatically adds a line to change the size to 200x200. Any ideas how I stop it ...Show All
Visual Studio 2008 (Pre-release) WPF & VS2005 LIVE
Hi there, is there any version of WinFX compatible with Visual Studio 2005 Live Thanks, Dmitry You mean with VS2005 final No, at the moment you have to use Beta2 of VS if you want to develop for September CTP of WinFX. In a couple of weeks there will be a WinFX version for .NET2.0 also. We have to wait... ...Show All
SQL Server ntext & nvarchar(max) storage methods
I'm having a problem with a table that contains a IDENTITY column (with clustered index) and a ntext column. The table has approx 20 million rows and is roughly 90GB is size. As you can see from this the vast majority of the data is in the ntext column. This table has a dedicated RAID 10 drive to it. It also receives a large number of updates and inserts throughout the day. The drive that this is based on has a very high avg disk queue ...Show All
.NET Development Question on Datasets and Data Adapters
Hi all, I am retrieving data from multiple tables using the following SQL to store in the DataSet SQL ===== SELECT MS.KY_SURVEY, MS.KY_MAINSURVEY, MS.KY_GEOGRAPHICAREA, MS.NO_MAINMILES, MS.NO_SURVEYFREQ, TX_GRID + ISNULL(TX_QUADRANT,'') + ISNULL(TX_QUA ...Show All
