Funkjunky's Q&A profile
SQL Server Assisted Editor for stored procedures
I have been using SQL server management studio beta to manage my SQL server 2000 and to develop stored procedures. I was very happy with Assisted Editor, but it seems to be missing from final SQL server 2005 products (developer's version) . In object browser when I right-click on stored procedure and chose modify I used to get Assisted editor (described in http://msdn.microsoft.com/sql/learn/prog/tsql/default.aspx pull=/libra ...Show All
Visual Studio VS.NET 2005 (June) fails to install SQL 2005 Express?
Hello, Thanks for reviewing my question. I had VS.NET 2005 Beta 2 installed on my PC and decided to uninstall it (hopefully in order) in order to install the VS.NET 2005 (June CTP). Everything seems to install expect for the SQL Express. I uninstalled everything and installed the SQL 2005 (June CTP) thinking I would use this instead of express but VS.NET 2005 didn't install. And, of course, I have read their not compatible. So, ...Show All
SQL Server Cached Report and Windows Authentication
I want to use cached reports with Reporting Services 2005. But when I edit the execution properties of a report, an error message answser that I can't use cache because it has a connexion to Analysis Services with Windows Authentication. I understand why I can't do that, but I still want to do so, because the reports take too much time to load. How can I do that Thanks. You can configure the datasource in the report to run using sto ...Show All
Windows Forms Server Downtime [Updated 07/07/2004 @ 3:12pm PDT]
I will be taking the Terrarium server hosted at http://www.terrariumgame.net/terrarium down tomorrow in order to put the new server bits up. This is to prepare for releaseing the new client! If all goes well, it should only be down for a  ...Show All
.NET Development SQLAdapter binding to a parameter - says column is not in collection
I've got a form with the SQLAdapter set up with this query: SELECT ReportDate, Shift, JobNumber, HoleNumber, ClientID FROM DB_SHIFT WHERE (ReportDate = @Param2) As a double check, all of the selected columns are in the adapters collection. The dataset is dataSet11. I have fields from a table set up on the form, one of which, ReportDate, is a datetimepicker, named, surprise, dateTimePicker1. When compiled and run, the dateTimePi ...Show All
Visual Studio Express Editions Distributing VS2005 Express Editions.. ?
Hi I've recently downloaded the VS 2005 - VB Express Edition using my Broadband Internet Connection. I'm just wondering, if it is "legal" to distribute the ISO of the VB Express Edition Setup to my friends (who do not hav a broadband connection) as they face difficulty in downloading the large file through a dial-up connection. I tried reading the FAQ in the VS 2005 Webpage, but this question was not listed. I wish someone here would be able ...Show All
Visual Studio Team System Extraction rule: How to use ContextParameterName from ExtractText function?
A question surrounding the extraction rule functionality in VS Web Test. On a results webpage (after doing a search) I need to "wait" until the word "DONE" appears in the results pane. The way I'm planning to do this is by using the ExtractText standard function (unless anyone has a better idea). This extracts a substring from the html appearing in between certain html tags (either the string "PROCESSING" or "DONE"). If the text is eq ...Show All
Visual C++ Native allocation in a managed C++ class library
Hello, I just want to allocate a native object using the IJW in a managed class library. I usually do this normally in a Windows Forms application. But when I make managed C++ class library and try to allocate with new keyword it doesn't recognize this keyword . I don't why . Thanks, Mustafa ELBanna Hello, Thanks, But I must know the reason of w ...Show All
SQL Server Table views over multiple databases
Hi champs! Is it possible to make a database View over two different database installations on different machines Many thanks kurlan Please take a look at the linked servers functionality. If you create a linked server to a remote data source then you can use 4-part names to reference tables/views on the remote server or use OPENQUERY to send a pass-through query. You can use 4-part object names or OPENQUERY in FROM clause ju ...Show All
Software Development for Windows Vista how to install vista 5308
ok, i have 2 seperate hard drives in my pc first is a maxtor 250gb sata running windows xp media center 2005 the second is a 100gb maxtor ide drvie ( fully formatted ) i want to install vista onto the ide drive, while keeping the sata drive and xp intact. my sata drive is lettered ( c ) my ide drive is lettered ( d ) im downloading the vista to ( d ) and plan on installing it there. i downloaded daemon tools to read the iso image and start insta ...Show All
Visual Studio Team System Team Build & CrystalDecisions
I've just added some Crystal reports to my winforms app and now the Team Build fails becuse the CrystalDecisions assemblies are not installed on the build server. How do I do this Hello Jonesie! We do not have Crystal Reports assemblies included in the Build Server SKU. To build these Crystal Reports projects, please install the Crystal Reports redist (that comes with VS) on your build machine separately and then build these. Please let ...Show All
SQL Server Maximum Conversation timer interval
I'm using conversation timers successfully to fire events at a predetermined time in the future, but I'm running into issues when using an interval of considerable size. I set the conversation timeout like so: set @Timeout = DATEDIFF ( SECOND , GETDATE (), DATEADD ( MINUTE , -( @TimeOffset ), @FollowUpDateTime )); if ( @Timeout < 0 ) set @Timeout = 1 ; // begin dialog begin conversation timer ( @Foll ...Show All
Visual Studio .Net 2.0 SDK install problems?
I have tried several times to install this on different machines. I have installed the framework first, and when I try to run the install program, it interupts with the message "Extracting file failed. It is most likely caused by low memory(low disk space for swapping file) or corrupted Cabinet file." I have tried several solutions including deleting cache files, temp files, and other things. Has anyone encountered the same problems I ...Show All
Visual C# C# .net 2005 to Excel 2003
Hi, I have an application wich runs ok on my pc (with VS.Net 2005 and full Excel 2003), but when I try it in another pc (with just .Net framework and limited version of Excel 2003) it gives me this error: Could somebody help me, please Thanks. ************** Exception Text ************** System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e ...Show All
Windows Forms Multiple selection checkbox
Is there a control that list checkbox and support multiple selection I checked CheckedListBox and it doesn't support the multiple selection. How can i do to support it Is there any article out there for it I'd prolly need to check for Ctrl+shift everytime the user check an item. Thanks, That's not what i want ... I want the user to be able to do a multiple selection by using crtl+shift .... ...Show All
