JainNitin's Q&A profile
SQL Server How do I install SQL Enterprise Manager?
Hi All, I'm pretty new to SQL anything... I'm wondering if there is a way to install just Enterprise Manager on my local workstation so I can open it up and manage or at least look at all of the SQL db's that are spread out on various servers - all in one place 1. How can I install just Enterprise Manager (if possible). I ran setup on SQL2000 Personal Addition and it didn't look like it was going to get to a 'custom setup' screen so I canc ...Show All
Windows Forms a simple printing question, many thanks!
if I print a textBox or richTextbox's text, the printer don't automatic change to next line, even the textbox is set to auto-wrap, the printer print all the text from a textBox in one line!!! unless I manually press Enter in the textBox field. part of my code: while(currentLine < linesPerPage && ((line=myReader.ReadLine()) != null)) { currentY = getCurrentY(currentLine, topMargin, bodyFontHeight); ev.Graphics.DrawString ...Show All
Visual Studio Express Editions Printing from VB Express
I have come across several posts indicating that it is nearly impossible to print documents, much less interact with Word, when using Visual Basic Express. Is this true If so, will this functionality ever be included or will I have to either purchase Visual Studio or learn another language While not impossible to print in VB 2005 ( this includes the Express Edition too) it takes a bit of work to get the result ...Show All
Microsoft ISV Community Center Forums Migrating from VC++ 6.0 to VC++ 7.1
Hi, We currently have VBA SDK 6.3 support in our product that is compiled under VC++ 6.0/SP5. When I compile the VBA code in VC++ 7.1, I get the following errors. We are using un-managed code in our application. Is there a patch or a newer version of SDK that I should be using Is there a migration document that shows how to convert existing applications from VC++ 6.0 compiler to VC++ 7.0/7.1 compiler Thanks for your help, - Vittal Sriniv ...Show All
Visual Studio Is there any way to run an action when a project with my guidance package enabled is opened?
My guidance package has a tool window that I would like to show whenever a project with my guidance package is opened. I've found events for when a guidance package is enabled/disabled (or was it loaded/unloaded). I could hook up to those, but then I would need to be able to run an action when VS is opened. In any case, I can imagine that there are other good reasons for functionality like this. I believe you c ...Show All
Visual FoxPro SELECT - SQL executed partically
I have 11,000 directories in my machine on one partition only (C:). In order to expedite search for file I need (I found MS search engine too slow) I scan all directories once in 10 days and create a table with directory shorthands and a field where extensions of the files located there are stored. Some directories have too many various types of files and I use a memo field to store extensions for them. Thus the primary field has 80 char length ...Show All
Windows Forms creating a multiline tooltip in code-behind...
Can anybody help me out on how to do that I know it is possible to do it in the VS designer, but I need to do it in code-behind when I set a tooltip for a dynamic control. Thanks! Wow- rookie move... I should've Googled first ...Show All
SQL Server SSIS Deploying as concurrently on SSIS server
Hello All Is there a way i can delete the processed file Example i am using for Each file Loop. After reading the file I want to either move to different folder or delete the file from that folder. How can i run these package contineously look into the folder for new files coming Thanks in Advance Raj Lakamana Use the File System task to do things like file deletions/movements etc... that's what it is there for. Do you mean you ...Show All
System Center SCCP Download
Anybody point me to the download Followed several links but they all failed....... Help, I just want to evaluate as part of a Capacity managment project Followup: SCCP 2006 is now available as a download for MSDN subscribers. See http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=339379 for more details ...Show All
Visual Studio Team System Error adding domain security group to a TFS project
I am getting this error when trying to add a domain security group to a TFS project Team Foundaction Exception There was an error getting identity information from Active Directory Any ideas Thanks Scott Scott, Can you provide some additional information so we can properly assist you. * Which build are you trying to install Beta 3 Refresh or RC * Was this one box or two * Was this w ...Show All
Software Development for Windows Vista About the solution in "DesignerSerializationManager seems to not work with typeproviders"
Can anyone confirm that the solution proposed in the topic "DesignerSerializationManager seems to not work with typeproviders" ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=420682&SiteID=1 ) does solve the problem Thanks. Yes - I can confirm that the WorkflowMarkupSerializer (as well as many other WF components) rely on the TypeProvider to get type information, and a key in many WF app ...Show All
Microsoft ISV Community Center Forums How to build this??
I'm VBA beginner programmer. I'd like to execute a query in Microsoft Access and then save the result in an excel file with a given name in a given sheet. Is it possible How Running this in Access always put records in A1 cell. strSQL = "SELECT * INTO [Excel 8.0;Database=C:\book1.xls].[Sheet1] FROM Employee" CurrentDb.Execute strSQL Read records in DAO.Recordset in Excel and Range.CopyFromRecordSet can ...Show All
Visual C# How to change the color of a substring?
for example: string newStr = "The color is red"; label1.Text = newStr; output: The color is red hi, no you cant, if you want to you have to override onpaint event handler for the treenode and to draw it yourself you can learn more about drawing in this link http://www.bobpowell.net/ hope this helps ...Show All
SQL Server upgrade sql 2k std to sql2k5 problem with Reporting Services
Hello, I just ran the upgrade for our production box. During all of our tests we haven't encountered this problem. We added in reporting services to be hosted on the db server so iis 6.0 is installed. Everything installed fine and we received no errors during the upgrade. However when we goto the site http://dbserver/reports we see the site come up but a message is display stating that "Unable to connect to the remote server". Looking over th ...Show All
.NET Development Enterprise Library and BLOB/Image field
Greetings, Firstly let me apologise for cross posting. I am desperate for help. I am using Visual C# 2005 Express and the Enterprise Library for version 2.0 of the .NET framework. I am having tremendous problems trying to store data into an "Image" field in a SQL Server database. I am using the AddInParameter method but can find no way of adding this field type. When I use the DbType.Object type I get an exception thrown as the data I ...Show All
