From: Karl DeSaulniers on 25 Aug 2010 19:27 Hello fellow PHPers, Question, 1. Does anyone know of a good Open source MS SQLServer management software for MAC? I have been charged with updating a companies Microsoft SQLServer and I usually work in MySQL. Need a freeware if possible. 2. Is this ok to post here? If it is not, I will never do it again, I swear. :)) Karl DeSaulniers Design Drumm http://designdrumm.com
From: Phpster on 25 Aug 2010 20:51 On Aug 25, 2010, at 19:27, Karl DeSaulniers <karl(a)designdrumm.com> wrote: > Hello fellow PHPers, > Question, > 1. Does anyone know of a good Open source MS SQLServer management software for MAC? > I have been charged with updating a companies Microsoft SQLServer and I usually work in MySQL. > Need a freeware if possible. > > 2. Is this ok to post here? If it is not, I will never do it again, I swear. :)) > > > Karl DeSaulniers > Design Drumm > http://designdrumm.com > The only freeware one that I can remember is one that was written as a flex app. Can't remember the name, though. Other than that, you could try sourceforge.net for something. Problem is that it being windows based, most people want to charge for it. Bastien Sent from my iPod
From: Ashay Chaudhary on 26 Aug 2010 02:53 If open source is a must, then there is only one choice showing up on search: SQL Web Data Administrator (sqlwebadmin.codeplex.com) That said, the best choice is SQL Server Management Studio. It's not open source and it is a Win32 app (meaning you'll have to run it in VirtualBox or something similar). : Ashay -----Original Message----- From: Karl DeSaulniers [mailto:karl(a)designdrumm.com] Sent: Thursday, August 26, 2010 1:28 AM To: php-db(a)lists.php.net Subject: [PHP-DB] Database management Hello fellow PHPers, Question, 1. Does anyone know of a good Open source MS SQLServer management software for MAC? I have been charged with updating a companies Microsoft SQLServer and I usually work in MySQL. Need a freeware if possible. 2. Is this ok to post here? If it is not, I will never do it again, I swear.. :)) Karl DeSaulniers Design Drumm http://designdrumm.com
From: Karl DeSaulniers on 26 Aug 2010 03:05 Thank you all for your comments and suggestions. It was a "real" task to find something open source, so I gave up on that. I decided to go with RazorSQL. Its just what I needed and I already have most of the changes done on the database already. and I am only using the trial version ATM. I plan on buying a license with this next pay check. I currently used to SQLEditor to design my databases, but I guess I could use RazorSQL for more then database management as it supports all kinds of SQL and other languages as well as create, edit, browse, manage databases. Hope that helps someone else. Best, Karl On Aug 26, 2010, at 1:53 AM, Ashay Chaudhary wrote: > If open source is a must, then there is only one choice showing up > on search: SQL Web Data Administrator (sqlwebadmin.codeplex.com) > > That said, the best choice is SQL Server Management Studio. It's > not open source and it is a Win32 app (meaning you'll have to run > it in VirtualBox or something similar). > > : Ashay > > -----Original Message----- > From: Karl DeSaulniers [mailto:karl(a)designdrumm.com] > Sent: Thursday, August 26, 2010 1:28 AM > To: php-db(a)lists.php.net > Subject: [PHP-DB] Database management > > Hello fellow PHPers, > Question, > 1. Does anyone know of a good Open source MS SQLServer management > software for MAC? > I have been charged with updating a companies Microsoft SQLServer > and I usually work in MySQL. > Need a freeware if possible. > > 2. Is this ok to post here? If it is not, I will never do it again, > I swear. :)) > > > Karl DeSaulniers > Design Drumm > http://designdrumm.com > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > Karl DeSaulniers Design Drumm http://designdrumm.com
From: Karl DeSaulniers on 26 Aug 2010 06:03 That is interesting cause they are an asp based server. I'll have to take a look at that. Might be something I can build into the server. Is it web based like phpMyAdmin? Best, Karl On Aug 26, 2010, at 4:56 AM, Ashay Chaudhary wrote: > I am not familiar with RazorSQL, I'll take a look at it. The thing > is SSMS is also a great IDE. > > If non-freeware is an option, take a look at mylittleadmin - it's > ASP based though. > > : Ashay > > -----Original Message----- > From: Karl DeSaulniers [mailto:karl(a)designdrumm.com] > Sent: Thursday, August 26, 2010 9:06 AM > To: php-db(a)lists.php.net > Subject: Re: [PHP-DB] Database management > > Thank you all for your comments and suggestions. > > It was a "real" task to find something open source, so I gave up on > that. > I decided to go with RazorSQL. Its just what I needed and I already > have most of the changes done on the database already. > and I am only using the trial version ATM. I plan on buying a > license with this next pay check. > I currently used to SQLEditor to design my databases, but I guess I > could use RazorSQL for more then database management as it supports > all kinds of SQL and other languages as well as create, edit, > browse, manage databases. > > Hope that helps someone else. > > Best, > > Karl > > > On Aug 26, 2010, at 1:53 AM, Ashay Chaudhary wrote: > >> If open source is a must, then there is only one choice showing up on >> search: SQL Web Data Administrator (sqlwebadmin.codeplex.com) >> >> That said, the best choice is SQL Server Management Studio. It's not >> open source and it is a Win32 app (meaning you'll have to run it in >> VirtualBox or something similar). >> >> : Ashay >> >> -----Original Message----- >> From: Karl DeSaulniers [mailto:karl(a)designdrumm.com] >> Sent: Thursday, August 26, 2010 1:28 AM >> To: php-db(a)lists.php.net >> Subject: [PHP-DB] Database management >> >> Hello fellow PHPers, >> Question, >> 1. Does anyone know of a good Open source MS SQLServer management >> software for MAC? >> I have been charged with updating a companies Microsoft SQLServer and >> I usually work in MySQL. >> Need a freeware if possible. >> >> 2. Is this ok to post here? If it is not, I will never do it again, I >> swear. :)) >> >> >> Karl DeSaulniers >> Design Drumm >> http://designdrumm.com >> >> >> -- >> PHP Database Mailing List (http://www.php.net/) To unsubscribe, >> visit: >> http://www.php.net/unsub.php >> > > Karl DeSaulniers > Design Drumm > http://designdrumm.com > > > -- > PHP Database Mailing List (http://www.php.net/) To unsubscribe, > visit: http://www.php.net/unsub.php > > Karl DeSaulniers Design Drumm http://designdrumm.com
|
Next
|
Last
Pages: 1 2 Prev: finding out if a user left our website ? Next: Test (getting bounced). |