> I didn't have the earlier version loaded at home, but 2000 is 
> very slow when listing databases.  I think they should provide a 
> "search-type" feature so that users don't have to drill-down when 
> they know what they want. Maybe more like a comand line that allows:
> 
> "use server.dbo.database"
> 
> I think this would save me about 15 minute a day.  
> (significant enough)

You know, there is a command line interface to SQL Server, which allows you
to do anything that's possible with T-SQL. You can use isql or osql, which
are true command-line clients, as well as isql/w, which is a windowed
interface. If you find yourself performing the same sorts of tasks in
Enterprise Manager over and over again, you might take a look at these. You
can't do quite everything through them, but they might suit your needs.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to