bowmandba's Q&A profile
SQL Server New database from backup
I am going to build a new website and I have all the data in a sql-backup file - and I have a new installation of SQL Server - how do I install it I try to use Restore database from SQL Server Manager, but I just get the errors (I think because of that I do not have the database in the server). I am totally beginner with SQL Server - so coudl anyone help me What errors are you getting, exactly If you want to restore the database on a ...Show All
Windows Forms Child forms resizing
I have created an mdi application that uses an xp-like navigation system to switch between several child forms by using the hide/show methods. All of the child forms have their dockstyle set to fill and borderstyle to none. If I create a ...Show All
Visual C++ Differences between operator overload in C++/CLI and in native C++
Hi all, I would like to fully understand the differences between the two ways of overloading operators. I've read that CLI provides the ability to overload operator as static members, and that friend function are not allowed with C++/CLI. But what exacly are the advantages in choosing to overload operator with the CLI method. How will it be better (or not) to define overload operator as static members. Thanks for your help, Best regards, Nico ...Show All
SQL Server SQL Server 2005 June CTP Install Issue
When trying to install SQL 2005 June CTP to a Windows Vista Beta 1 install I am receiving the following error during the configuration portion of the installation: TITLE: Microsoft SQL Server 2005 CTP Setup ------------------------------ SQL Server Setup could not connect to the database service for server configuration. The error was: [Microsoft][SQL Native Client]Shared Memory Provider: Connection was terminated [1236]. Refer to server ...Show All
Visual Studio 2008 (Pre-release) adding images to my collection in WPF
hi, Can anyone please tell me how to add an image to my collection. For Eg: i have a collection with the details like name, address, phone no. details.Add( new detail ( "Nani" , "Demp St, IL" , "123-456-789" ) now i want to add a new column myPic. like details.Add( new detail ( "Nani" , "Demp St, IL" , "123-456-789", myPic ) i have the images in a folder ...Show All
Windows Forms Is FotoVision an ongoing development project?
Hi rarvesen, look like you are the moderator of this forums. I love your webpage. They look very nice and informational (I like those flower pictures). Anyway, I would like to ask is FotoVision is an ongoing project Any enhancement wi ...Show All
Visual C# Unable to update the dependencies of the project
I have had this error every time I try to check my program into source control after making changes. The project builds and works fine until I check it in and check it back out then it won’t build. I have deleted the setup project and built a new one only to have the same problem after checking it into source control. It also givs me a warning that " Assembly ' FolderName\FileName.exe ' is incorrectly specified as a file. Any suggestions would ...Show All
SQL Server Bug with SET options for table-valued functions.
Hi, I think I've come across a bug in SQL Server 2000 (SP3): If I create a table-valued function with the QUOTED_IDENTIFIER and ANSI_NULLS options both set to ON e.g. SET QUOTED_IDENTIFIER ON GO SET ANSI_NULLS ON GO CREATE FUNCTION dbo.tfn_Test() RETURNS TABLE AS RETURN (SELECT 1 AS test) GO Then when Scripting this function out again (or using external tools to analyse it - SQL Compare f ...Show All
SQL Server MS SQL Server 2000 Enterprise Edition installation error
My laptop has VS 2005 installed. I am trying to install MS SQL Server 2000 Enterprise Edition, when i run "install database components", it gave error: "MS SQL Server 2000 Enterprise Edition component is not supported on this operating system. Only client components will be available for installation". then when i click on "ok", then "next", when i click on "next" on the "computer name" page, it gave another error: "A previous program installati ...Show All
Visual Studio Express Editions Problem with Absolute Beginner's Video Series Lesson 7 - worm?
I have been using the Absolute Beginner's Video Series for Visual Basic Express and love it. For Lesson 7, however, it never gets past 83% downloaded. As a result the seek button doesn't work. Whether coincidently or not, I, also, get a worm blocked by Norton Virus. "Http WMF Metahdr file size Int Overflow. Intruder download.microsoft.com (67.72.4.94) http(80). Other IP addresses shown other times I got this were 70.183.191.72 and 4.78.2 ...Show All
Windows Forms Application.DoEvents is Evil ...Help
I have two progress bar to show two background process...to keep form responsive i used Application.DoEvents but its not worth it. When I start my first background process the form is responsive due to Application.DoEvents() so i start another process ....but it stops 1st thread and starts the second one....after completing second one it starts first one.. How to run them simultaneously....with form remaining respnsive. First of ...Show All
Visual Studio Team System Report Generation using FXCOP
Hi, I had generated xml files using FXCOP for my assemblies. Is it possible to generate a report in the following format. Component/ Naming Performance Security Assembly Name Viloations ...Show All
Visual Studio Team System test cases' execution order in Test List
Hi all, I find it is curious of the execution order in a test list. I put some test cases in a test list. And select the test list to run. In the following execution of the bulk test cases in the test list, the run sequence is not based on the alphabet. Could anybody tell me the sequence of the test run for a test list Thanks a lot! Leon Tomas, For an ordered test, there is only one test result for it, even there are sev ...Show All
Visual Studio Tools for Office Shimming in VS 2005 Tools for Office
OK - so maybe I'm missing something - it would appear the VS 2003 wizard can still be used to create shims for IDTExtensibility2 COM add-ins for Office... (I need to support Word, Excel, PPT, etc.) ... but the wizard is a C++ language wizard, and VS 2005 Tools for Office doesn't include C++. Any other stand alone alternatives for building shims, or something that works stand alone in VSTO Mike, I'm sorry you have had a little hiccup in get ...Show All
Software Development for Windows Vista windows vista installation
How can i uninstall windows vista codename longhorn is ist possible I have xp and vista on c: please help me this is retarted, i installed win vista from WIN XP and then it restarts goes to boot screen and shows the start up and restarts !!! ...Show All
