|
Prev: Debugging
Next: Simple scrolling text
From: LArtJunky on 2 Feb 2006 12:55 I have some life sites out on a server. It's one of these profession al servers. The database used in SQL server. I need something to manipulate the SQL database locally. I also need something that will allow me to test sits locally. What would be a good recommendation? Do I need the full version? Is there a version that I could get by with. I would need to be able to run queries to check information and would also need to be able to weed out old information in the database. "old customers"
From: Les Matthews on 2 Feb 2006 12:58 SQL Server Developer Edition (around $40) "LArtJunky" <webforumsuser(a)macromedia.com> wrote in message news:drth2v$ron$1(a)forums.macromedia.com... >I have some life sites out on a server. It's one of these profession al > servers. The database used in SQL server. I need something to manipulate > the > SQL database locally. I also need something that will allow me to test > sits > locally. What would be a good recommendation? Do I need the full version? > Is > there a version that I could get by with. I would need to be able to run > queries to check information and would also need to be able to weed out > old > information in the database. "old customers" > > > > >
From: darrel on 2 Feb 2006 13:09 >I have some life sites out on a server. It's one of these profession al > servers. The database used in SQL server. Which SQL Server? MS? Postgre? My? Other? -Darrel
From: LArtJunky on 2 Feb 2006 13:37 MS SQL Server 2000 IIS 5
From: darrel on 2 Feb 2006 14:17
> MS SQL Server 2000 Download SQL server trial on your own computer. It comes with Enterprise Manager. Then, just use Enterprise Manager to connect to your remote database. -Darrel |