RE: SQLServer Express and SQLServer - totally compatible?

2010-01-04 Thread Mark Kruger
Dave, I didn't catch that it was an external drive - I think if it's an "external USB drive" you might be right - I was thinking more along the lines of a hot swap sata drive on a sled that plugs into a empty bay. I know with 2000 you could only do direct attached, but now days there are so ma

Re: SQLServer Express and SQLServer - totally compatible?

2010-01-04 Thread Mike Kear
So in your view of it, I'd be using SQL Express running on the external drive for all my machines? (not production though). Thats an interesting thought The total size of all my databases for my development projects is about 2GB so i could probably fit the whole thing, including SQL Expres

Re: SQLServer Express and SQLServer - totally compatible?

2010-01-04 Thread Mike Kear
Thanks Dave, and thanks Mark. That gives me what i want. I'll make sure i have good backups of the databases, then try it and see what happens. In this case, I dont think i'm going to get databases bigger than 4GB. It's only for development and I can think of only two cases in the last 5 y

Re: SQLServer Express and SQLServer - totally compatible?

2010-01-04 Thread Jaime Metcher
Just a thought: if you're carting an external disk back and forth, why not put a VM with SQL Express and your databases on that disk? Personally I run a little VM farm with SQL and CF all off the one eSATA disk. All is kosher as far as SQL is concerned, and if you need to get data onto another s

Re: SQLServer Express and SQLServer - totally compatible?

2010-01-04 Thread Dave Watts
> I'm building a second machine which will run CF on it, and will need > to manipulate my SQLServer2005 databases on a network server.  I'm > going to be connecting this machine to these databases on an external > drive as though they're local, because i'm going to be swapping back > and forth bet

RE: SQLServer Express and SQLServer - totally compatible?

2010-01-04 Thread Mark Kruger
Leaving aside the advisability of doing this :) I have detached and reattached SQL 05 express DBs to prod servers and vice versa - and I will give you a qualified "Yes" that what you want to do will work. Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.co

SQLServer Express and SQLServer - totally compatible?

2010-01-04 Thread Mike Kear
I'm building a second machine which will run CF on it, and will need to manipulate my SQLServer2005 databases on a network server. I'm going to be connecting this machine to these databases on an external drive as though they're local, because i'm going to be swapping back and forth between these

RE: line-through in select tag

2010-01-04 Thread William Seiter
In this page ' http://htmlhelp.com/reference/css/text/text-decoration.html', this code is used: line-through I am able to view the desired effect using IE8 and FF 3.5.6 I cannot test this on IE7 and earlier at the moment, however. William -Original Message- From: Gerald Guido [mailto:g

Re: line-through in select tag

2010-01-04 Thread Gerald Guido
This worked on FF but not IE 7 (got figure). #dollarFormat(productData.Price)# On Mon, Jan 4, 2010 at 3:18 PM, Chad Gray wrote: > > Anyone know of a way to get a CSS line-through in an HTML select tag? > > I tried this but it does not work. > > > style="text-decoration:line-through;">#doll

Re: question about javascript

2010-01-04 Thread Clint Tredway
cool, that may work. actionscript doesn't change the file when changing the color, just applies a transform which happens to be color. I am thinking of converting this http://www.fastlane-grpahix.com/designerinto a javascript app instead of Flex. On Mon, Jan 4, 2010 at 2:46 PM, Andy Matthews wro

RE: question about javascript

2010-01-04 Thread Andy Matthews
Javascript cannot change the file itself, but it can apply filters client-side to an image using CSS. andy -Original Message- From: Clint Tredway [mailto:grum...@gmail.com] Sent: Monday, January 04, 2010 2:43 PM To: cf-talk Subject: question about javascript I do not know where else

question about javascript

2010-01-04 Thread Clint Tredway
I do not know where else to ask this so I am asking here... can javascript manipulate png files like action script can? ie - adding glows, change the color? -- “When you choose hope, anything is possible.” -Christopher Reeve ~|

line-through in select tag

2010-01-04 Thread Chad Gray
Anyone know of a way to get a CSS line-through in an HTML select tag? I tried this but it does not work. #dollarFormat(productData.Price)# ~| Want to reach the ColdFusion community with something they want? Let them know on

Re: Query/Report Builder

2010-01-04 Thread Tom Jones
So, I kind of found something that I'm looking for at "http://plugins.jquery.com/project/SQL_QUERY_BUILDER";. The Tables and Columns are static but I'm looking in to changing that so it's a little bit more real time. Tom >I'm not totally sure what you are after-- I Googled "Quick Query" and

Re: cfcontent with excel 2007

2010-01-04 Thread Steve Milburn
I have not tried this, but what if you change the cfcontent type to unknown? Like so: On Thu, Dec 31, 2009 at 2:37 AM, Christophe Maso wrote: > > Have seen a few posts around the web with this problem, but no evident > solution. I have a cfm page that I want to make exportable to excel 20

Re: Query/Report Builder

2010-01-04 Thread Qing Xia
We have both Crystal Reports and SQL Server 2008 Reporting Services at work. While they are not super customized, they do serve the purpose of allowing users to run some rudimentary reports. However, neither is ColdFusion-based, and it sounds like that is what you are looking for. On Sun, Jan 3