|
What are the tools available for DTS to SSIS package conversion as part of the SQL servr upgrade and which ones do you recommend?.
Started by kishore on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If you have a large://technet.microsoft.com/en-us/library....
These conversion tool are typically only any use databases converted using the oracle to sql conversion tool? I'll bet you're not.
I wouldn't trust any such tool, if any exist.
|
|
OS: Windows XP
Does anyone know of tools (preferably free) to limit memory available and also other windows resources (handles etc.)? I want to test an app with low memory to make sure it behaves properly and if there are already tools to do this sort...
Started by Onorio Catenacci on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You could use the Microsoft Application Verifier tool: http.
With low physical memory you can use a VM and assign it as little (or as much, if available on the host machine) RAM as you'd like.
|
|
Java has some very good open source static analysis tools such as FindBugs , Checkstyle and PMD . Those tools are easy to use, very helpful, runs on multiple operating systems and free .
Commercial C++ static analysis products are available from vendors...
Started by jnancheta on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Microsoft's PREFast is also available in the Windows Driver Kit.
But, of course is open source and cross-platform.
Is probably one of the best tools available for static code checking in C++.
|
Ask your Facebook Friends
|
What tools are there available for static analysis against C# code? I know about FxCop and StyleCop. Are there others? I've run across NStatic before but it's been in development for what seems like forever - it's looking pretty slick from what little...
Started by Paul Mrozowski on
, 16 posts
by 16 people.
Answer Snippets (Read the full thread at stackoverflow):
RSM Metrics , a Reflector....
Useful for coupling and dependency studies.
Check compliance with .net framework guidelines Quality Metric Tools:
NDepend , great visual tool.
Detection Tools:
Fxcop , excellent tool by Microsoft.
|
|
I need to determine which locks are the most-contended-for in my application code. What free tools can I use to determine this ?
Started by krosenvold on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If not, try the tools suggested in the other posts..
|
|
I'm just starting out with Ruby/Rails and am wondering what Rails developers use to provide reports and/or charts on Rails sites. In ASP.NET I use the tools from DevExpress but I don't know enough about the Rails ecosystem to know what is available. Any...
Started by Mark Brittingham on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
And think you might like it if you library has just released (as of v3.0) a new set of tools to generate Adobe Flash charts and graphs.
But I have used to make some pretty complicated graphs. .
tool..
|
|
What tools, practices, or documentation have you used in your conversion process that you would recommend to others?
Started by ojblass on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The bad news is there's no easy way to convert... .
However, you wouldn't be taking full advantage of ASP.Net with that approach .
There is a quick and dirty way to convert from ASP to ASP.Net since ASP.Net supports inline coding that was used in ASP Classic .
|
|
I assist in maintaining an enterprise web-based system (programmed in J2EE, but this is a more general question) and I'd like to know: what good tools are out there to measure the "health" of an enterprise system? For instance, tools to check memory space...
Started by MetroidFan2002 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Out of the box it can monitor various aspects of a server, mostly things like memory .
Monitoring tool.
|
|
Hi, I have some JavaScript to document and am not sure which tool is best to use - ideally I would like to publish the docs online but also have an offline browsable version. I know there are more tools about than jsdoc nowadays - any experiences of different...
Started by DLauer on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Toolkit/
Code Illuminated : One of the Mozilla developers has created a documentation tool that's been research:
JSDoc - the original Javadoc-style tool JSDoc Toolkit - a re-write by the original JSDoc author YUI Doc - the doc generation....
|
|
There's a lot of questions on here regarding various niche build needs (.NET, continuous integration, etc) but, of course, my niche need is different.
Rather than asking a very specific question right now, I'd like a survey of available build tools (such...
Started by Adam Davis on
, 19 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
Con:
requires Java NAnt
http://nant.sourceforge.net/
Similar to Ant, a build tool for .Net
MSBuild
http on Rails tightly integrated with it Cons:
Requires....
Platforms very mature is supported by many IDEs, Continuous-Integration-Tools etc.
|