Received: by 10.204.143.143 with SMTP id v15mr102118bku.8.1335324812728; Tue, 24 Apr 2012 20:33:32 -0700 (PDT) X-BeenThere: joomla-dev-platform@googlegroups.com Received: by 10.204.10.85 with SMTP id o21ls4824093bko.3.gmail; Tue, 24 Apr 2012 20:33:32 -0700 (PDT) Received: by 10.205.131.16 with SMTP id ho16mr103595bkc.3.1335324812016; Tue, 24 Apr 2012 20:33:32 -0700 (PDT) Received: by 10.205.131.16 with SMTP id ho16mr103594bkc.3.1335324811998; Tue, 24 Apr 2012 20:33:31 -0700 (PDT) Return-Path: Received: from mail-bk0-f44.google.com (mail-bk0-f44.google.com [209.85.214.44]) by gmr-mx.google.com with ESMTPS id k15si23842041bks.0.2012.04.24.20.33.31 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 24 Apr 2012 20:33:31 -0700 (PDT) Received-SPF: pass (google.com: domain of pasa...@gmail.com designates 209.85.214.44 as permitted sender) client-ip=209.85.214.44; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of pasa...@gmail.com designates 209.85.214.44 as permitted sender) smtp.mail=pasa...@gmail.com; dkim=pass header...@gmail.com Received: by bkuw5 with SMTP id w5so1754136bku.17 for ; Tue, 24 Apr 2012 20:33:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=gIgXnzpuemGsgOw+3ZoeVLYz+NVbNgpxx6lsGjbNBUg=; b=tJiFKNcTVk8qoxZVfKk3SaIVJ+0Z1Oc0Fb1+64q6M60gKLjg4oDA1AmJD7hVQlr3ST vjVKlJ6v+bo3jHkuNtd3bYZv4woZFtZSJYTc6CoRmp+92EjwMlfNCmmX56EXWk8tDr1B B2N//oBO34x8ncyZpsS5hBvY0O/pmPCwaOZNBQCOieKDkD/89xFhBO+5xIP/mHCVAL8q HPBpbF0g6/Mz/XHlNYe3B/h2XO5yh0x7gDebVOVT1ICwj1sINRkXpLI71Ef6gqjwRK5f 164iVP7RhC+xI4syVXZHvqj7iK6tX4+ivFQYzqYkJot7N1y6vOzllJvBeTU5RhxbInUO CuFA== Received: by 10.204.152.151 with SMTP id g23mr360280bkw.23.1335324811853; Tue, 24 Apr 2012 20:33:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.181.209 with HTTP; Tue, 24 Apr 2012 20:33:11 -0700 (PDT) In-Reply-To: References: <23707204.2413.1335321164998.JavaMail.geo-discussion-forums@ynmm10> From: Sam Moffatt Date: Tue, 24 Apr 2012 20:33:11 -0700 Message-ID: Subject: Re: [jplatform] MS SQL Server and JDatabase To: joomla-dev-platform@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Tue, Apr 24, 2012 at 8:27 PM, Louis Landry wrote= : >> >> Does the JDatabase solution require an ODBC driver?=A0 Or, does it use a >> native SQL Server driver? >> > The JDatabase drivers use the sqlsrv extension for PHP. =A0My understandi= ng is > that Microsoft now has an ODBC driver for MSSQL on Linux that could be > leveraged through an ODBC drive that isn't yet written. =A0Other than tha= t if > you are on Linux you'll need to setup=A0http://www.freetds.org/ to use al= ong > with the JDatabaseSqlsrv driver at the very least. =A0On windows itself I= 'm > not sure, but I'd assume that it would just sort of "work". SQLSRV is a specific driver that Microsoft wrote for PHP on Windows, you can't use FreeTDS with it but instead need to use a Sybase powered connector to use FreeTDS (which isn't in the platform IIRC, there was one a while back in one of the many branches). If you're running everything on Windows, using the Web Platform Installer is probably the best way of getting the entire stack set up and will help out with getting the SQLSRV PHP driver connected up and IIS as well as a few other things as well. >> >> What do you use for Data Modeling if you are an MS SQL Server DBA? >> You might wish to look into the SQL Server Management Studio Express product. Again, the Web Platform Installer can help you install that along with the MSSQL database. Cheers, Sam Moffatt http://pasamio.id.au