|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Tuesday, October 28, 2008 8:32 AM
Points: 38,
Visits: 6
|
|
| I'm not sure how it compares to ExamDiff, but I like KDiff3 - http://kdiff3.sourceforge.net/
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Yesterday @ 8:36 AM
Points: 2,224,
Visits: 4,094
|
|
Be carefull when using the sysinternals handle executable as part of a SQL Server Job. For more details see: http://forum.sysinternals.com/forum_posts.asp?TID=9912&KW=sql+server&PID=43231#43231 Formum post but noone has replied:
SQL Server 2000 has an Agent service that can run jobs that can perform file manipulation and a frequent problem is that the file is open by another process. An example is a job to perform database backups which also deletes prior backups that are older than a specified criteria. I have set up a SQL Server jobs that runs handle.exe when the database backup job step fails.
Handle version 3.02 works fine but handle v3.20 cause the SQL Server job to hang, that is, the SQL Server Job status is executing and it never finishes. This hang does not occur when handle is run as a windows scheduled task.
SQL = Scarcely Qualifies as a Language
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, June 03, 2008 11:16 AM
Points: 2,
Visits: 5
|
|
Is there a freeware utility that will scan the network for SQL servers to see if there are any SQL servers not properly licensed? Thanks Vishal
|
|
|
|
|
Mr or Mrs. 500
      
Group: General Forum Members
Last Login: Monday, January 28, 2013 12:59 PM
Points: 515,
Visits: 72
|
|
One tool I've found absolutely critical is the ability to format and write SQL - in other words - an editor. The one I use is Context. It's free and provides color highlighting for SQL and many other languages. It's available from http://www.context.cx/ It's fast, and it works well, and I've written some scripts to help me load it quickly, passing the filename as a parameter. I've also associated the .SQL extension with it, so double-clicking on the file sends it to Context rather than to ISQL/OSQL/etc. Tim
Timothy J. Bruce
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Friday, June 14, 2013 6:35 AM
Points: 306,
Visits: 1,020
|
|
SQLRecon - see my earlier post It will display the versions of sql it found on your network
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, June 03, 2008 11:16 AM
Points: 2,
Visits: 5
|
|
I ran SQLRecon. I get a scan result like the following sample: how do you tell if the SQL server is licensed? Thanks
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Friday, June 14, 2013 6:35 AM
Points: 306,
Visits: 1,020
|
|
The product will show the version number. Nothing will tell you if it's registered to you or you company
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Monday, May 14, 2012 11:13 AM
Points: 115,
Visits: 178
|
|
SQLServerToolKit is an amazing tool. Toad for SQL Server is also a useful tool. Thanks a million David for sharing these tools. RSingh
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Friday, May 31, 2013 12:44 AM
Points: 214,
Visits: 412
|
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Today @ 1:56 PM
Points: 182,
Visits: 958
|
|
Thanks for all the feed back on the article. I enjoyed reading about the additional free tools available and your comments on the article. I can't wait to give these other tools a try. I did take a quick look at the open source tool KDiff3 mentioned by cowboy_k. The tool works great for scripts created by SQL Server 2005 Management Studio. Examdiff was unable to compare these scripts because it would treat them as binary files. KDiff3 has another nice feature. When it finds differences between files, only the differences are highlighted instead of the entire line. Carlo, you should be able to access the link http://www.fullsun.net/. I am unaware of any alternative link.
David Bird
My PC Quick Reference Guide
|
|
|
|