degia's Q&A profile
SQL Server Can't get SQL Server 2000 to use more than 2GB of RAM
Hi, I have configured my SQL Server to use AWE and the /3GB switch in the boot.ini. Also the SQLService account has the "lock pages in memory" user rights. Yet SQL Server and Windows together do not want to utilize more than 2GB of memory, while 4GB is available. Some details below: 4 GB memory (2 GB available) Windows 2000 Server Enterprise (SP3) SQL Server 2000 Enterprise (SP4) In the SQL Server log I can read "Address Windowing Extensions enabled" and "Warning: unable to allocate 'min server memory' of 2560MB" Does anyone know what I am missing here Thanks in advance. Erik. Hi Erik, To my ...Show All
.NET Development DelegateSerializationHolder(): InvalidCastException
$exception {Function evaluation disabled because a previous function evaluation timed out. You must continue execution to reenable function evaluation.} [System.InvalidCastException]: {Function evaluation disabled because a previous function evaluation timed out. You must continue execution to reenable function evaluation.} _className: null _data: {System.Collections.ListDictionaryInternal} _dynamicMethods: null _exceptionMethod: null _exceptionMethodString: null _helpURL: null _HResult: -2147467262 _innerException: null _message: "Specified cast is not valid." _remoteStackIndex: 0 _remoteStackTraceString: null _source: null _stackTrace: ...Show All
SQL Server How to separate the DateTime field into Two Fields in View
Hi , I've a DateTime field in a table and I want to separate it into two fields in an SQL Server 2005 view one for Date and the other for Time so What is the function I can use to do this process Best Regards, make use of this DATEPART Returns an integer representing the specified datepart of the specified date. Syntax DATEPART ( datepart , date ) Arguments datepart Is the parameter that specifies the part of the date to return. The table lists dateparts and abbreviations recognized by MicrosoftR SQL Server . Datepart Abbreviations year yy, yyyy ...Show All
SQL Server Where to find the logs in DB
All, I configured my SSIS packages to logging to sql server. It only asks me the DB connection. Where should I look at the logs in the database What is the table name and how to get all the logging information Thanks Brent Mills wrote: If you don't use reporting svcs this is a PITA. a view may be created as an alternative to using reporting services. ...Show All
Visual C# How can I duplicate elements in a windows for - like groupboxes or image objects
Hi all- I am having trouble finding an answer to my problem. I would like to add a bunch of master images to a project, then I would like to loop over an xml file. For each node in the xml file, I want to add a new groupsbox to my windows form. Then for each sub element in the node, I want to add a picturebox object inside the groupbox. Has anyone done anything like this before or know of a way to do this I can work with the XML file with no problems, I am having problems duplicating objects and adding new objects to my windows form. Thanks for the help! Matt The best way to figure out how to add controls to your form is to ...Show All
Visual Studio Team System How to find DLL version
Hi, I am working on a project that requires to grab a DLL version programatically. The only input is the path to the DLL file (eg. C:\...\MyDll.dll) and the output would be the version (either File Version or Product Version) of that dll file. If anyone has some info on how to grab this piece of data from a DLL file, I'd appreciate it if you could share it with me. Thanks, - A I found my answer at this link: http://www.aspemporium.com/howto.aspx hid=12 ...Show All
Visual C# skins
hi frnds, how do i create the forms in shapes as that of the media player etc in c# do i need to use paint or is there any other way arnd Check this article http://www.codeproject.com/csharp/customforms.asp ...Show All
SQL Server SSIS and COM
Dear all, Does anyone know if exists any COM wrapper provider for SSIS TIA SSIS is exposed as a series of COM interfaces that have managed wrappers. Are you looking to use SSIS from a COM environment or a managed environment ...Show All
Visual Studio 2008 (Pre-release) WPF with the release version of VS2005 ?
Hi all. I played a bit with WPF when I had beta 2 installed, but now that I have the full version, I can't find any way to install it again Am I missing something All the downloads I can see in MSDN relate back to beta 2. The Nov, Dec, and Jan CTP builds of WPF and the rest of WinFX all support the released version of VS2005. These CTPs do not have a separate SDK as they are part of the WindowsSDK. There are separate VS integration bits. Check blog, forum and newsgroup postings for links to the download pages. ...Show All
Visual Studio Web Project pdb files - VS always want to add to sourcesafe
I had posted about a problem in beta 2 where the output from a web project (dlls and pdbs) always were showing up as a new file to add to source safe in the pending check-ins. Someone replied and said it was a beta 2 bug and would be fixed in the release version. I have since installed the RC and the problem with the dlls has been fixed put the pdbs are still showing up as needing to be added. Is there something I need to configure to make this go away or is it intended to be this way Thanks, Rod I've had the same thing. However, the problem was solved by using Alin Constantine's ...Show All
Visual Studio Tools for Office Office automation - getting a built-in constant with late binding from .NET
Hello everybody, Because my application has to target multiple versions of Office I've chosen to use late binding. I don't want to hard code the constants (for example Outlook.OlItemType.olMailItem) but to get them at runtime through late binding. How could I do this from C# or Visual Basic .NET Best regards, Gabriela Hi folks! I had quite a similar problem lately, and I maybe found quite an easy way to "hard-code" these things. Take a look at http://www.aurigma.com/Products/COMtoNET/ . These guys made something similar ...Show All
Software Development for Windows Vista problems communicating with the host
Hi, I am trying to get host communication working because I need to communicate back to the host if for example, a process will be long running. I've set up a very simple example which raises an event on the host and every time I run it, I get an error: Done Exception has been thrown by the target of an invocation. Press any key to contine The code for my test harness is as follows: #region Using directives using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Workflow; using System.Workflow.ComponentModel; using System.Workflow.Runtime; using System.Workflow.Runtime.Hosting; usi ...Show All
Visual Studio Express Editions typedef arrangement CL doesn't like
typedef { unsigned __int8 uint8; unsigned __int16 uint16; unsigned __int32 uint32; unsigned __int8 char8; char8 * string8; signed __int32 BOOL; __int32 WPARAM; __int32 LPARAM; __int32 HWND; unsigned __int32 UINT; __stdcall CALLBACK; } Can someone please tell me why this is wrong More specifically, the compiler seems to want a typedef statement for each typedef, and I haven't seen the rule that makes this an unacceptable shortcut. I have issues with the documentation of the C syntax. It reeks. Because of this, the learning curve for C is mu ...Show All
Visual Studio Custom Editor
I am currently trying to integrate a custom editor (for an in house scripting language) within visual studio. The editor itself has been build as a seperate windows application. However, i wanted to convert it into a VSPackage. I have read whatever is available in the VSIP sdk, but that's not much! I have also looked into the basic edit sample (provided with the VSIP sdk), but i somehow feel that it might not be the best way of getting things done! Is there any other information available online, if possible, the source code of a well designed package Thanks in advance. Hi Doug, This is by far the best clear-cut notes about VSIntegra ...Show All
SQL Server dimension records exceeds 64000
I am facing a problem in SSAS, unlike Analysis service 2000 , I cannot find any grouping under level properties for a dimension. Actually one of the dimension is too big, some 1600000 records are there and no hierarchy as such. only way is to club by first alphabet,which we were using in 2000. i.e. by using the grouping property. but in SSAS 2005 I cannot find any, how do i overcome this, otherwise beyond 64000 records its not showing There has been a change in terminology in AS2005. Instead of grouping this functionality is refered as Discretization. You need to create a new attribute based on the same column as your main attribute. ...Show All
