softherapy.blogspot.com
Software Therapy: Keyword tab completion in sqsh(MsSQL console client in Linux)
http://softherapy.blogspot.com/2012/08/keyword-tab-completion-in-sqshmssql.html
Buggy software needs treatment. Sunday, August 26, 2012. Keyword tab completion in sqsh(MsSQL console client in Linux). I am one of those unlucky guys who have to maintain software that uses Microsoft SQL server. So i need to manipulate data on MsSQL server from time to time. Squirrel SQL GUI client can help me to do this. It's a great tool that can work with any JDBC compliant databases, but using GUI tool it's not always an option. I've done some googling and found a. Tsql -C grep freetds.conf. Keyword...
makeitsmartjp.com
CentOSからSQL Serverへ接続する - MakeitSmart!
http://makeitsmartjp.com/2013/02/centos-sqlserver.html
SQL Server 2008 R2 on Windows Server 2008 R2. Curl -O ftp:/ ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.1.tar.gz $ tar xvfz unixODBC-2.3.1.tar.gz $ cd unixODBC-2.3.1 $ ./configure - prefix=/usr/local/`basename $PWD` $ make # make install. TDSとはTabular Data Streamの略でSQL Server間でデータのやり取りをするアプリケーションレイヤのプロトコルのようです。 TDSについてはTreasureDataの太田さんが まとめて. SqlServer] host = DatabaseのIP port = Databaseのポート: Default=1433 tds version = 8.0 client charset = UTF-8. UnixODBCの設定はodbcinst.ini, odbc.ini ファイルで設定します。 Locale is &...
blog.h2ero.cn
PHP | h2ero博客
http://blog.h2ero.cn/categories/PHP
全名叫 free [Tabular Data Stream][1],TDS是应用层的协议,最早由Sybase Inc开发,用在自家的数据库,后来被Micrososoft用于MS Server。 Python,Ruby,PHP,Perl都能够使用。 Ubuntu debain系,sudo apt-get install freetds。 Mac brew install freetds。 A typical Microsoft SQL Server 7.0 configuration. MMS] host = server .h. Tds version = 7.0. Tsql -H server.h2ero.cn -p 1433 -U username -P password. 执行mssql,select @ version 回车,go 回车。 安装好了freeTDS后查看phpinfo信息里面有没有mssql,如果有直接就可以使用mssql connect进行连接,如果没有需要去掉php.ini里面mssql.so或者相关dll的注释,然后重启相关服务查看。 Mssql select db( $DB.
robertprice.co.uk
PHP – Robert Price
http://www.robertprice.co.uk/robblog/tag/php
Sparkline Creation Using PHP. Sparkline graphs have had a bit of press lately, so I’ve been playing about with generating them on my commutes to and from work. If you’ve not heard of them before, a Sparkline. Is a small graph that is often used inline with text. I’ve been using PHP, so I’ve created a simple class called. With a single static method called. This returns a simple string as an inline graph from an array of values that have been passed in. Here’s an example plotting a cosine wave. An image i...
sky2high.net
Сисадминство | sky2high
http://sky2high.net/category/linux
Просто о программировании, науке и интерфейсах. Интерфейсы веб-приложений и сайтов. Не включается Macbook Air 13 2013 года выпуска. Это просто жесть, как я сейчас починил MacBook Air 13 2013 года выпуска.). В общем, он у меня был в сумке и чехле, и сумка упала со стула. Высота небольшая, я даже не парился. Оказывается, я не один такой. По ссылке. Была горячая дискуссия по этому поводу. И нашёлся ВНЕЗАПНЫЙ способ починить. Короче, чтобы починить. Потом открыть крышку до конца и нажать Power. И та-да!
dk-linux.blogspot.com
Dk-Linux: septiembre 2012
http://dk-linux.blogspot.com/2012_09_01_archive.html
Jueves, 20 de septiembre de 2012. Ya hace mucho tiempo escribi un articulo sobre como indicar a aptitude que se encontraba tras de un proxy, en esta oportunidad; voy a hablar sobre como indicarle a yum que se encuentra tras un proxy y mas aun indicarle los parametros de Autentificación a Yum. Tenemos un equipo con una distro .RPM que se encuentra tras un proxy que emplea autentificación. The proxy server - proxy server port number. Proxy=http:/ vsnlproxy.iitk.ac.in:3128/. Enviar por correo electrónico.
softherapy.blogspot.com
Software Therapy: August 2012
http://softherapy.blogspot.com/2012_08_01_archive.html
Buggy software needs treatment. Sunday, August 26, 2012. Keyword tab completion in sqsh(MsSQL console client in Linux). I am one of those unlucky guys who have to maintain software that uses Microsoft SQL server. So i need to manipulate data on MsSQL server from time to time. Squirrel SQL GUI client can help me to do this. It's a great tool that can work with any JDBC compliant databases, but using GUI tool it's not always an option. I've done some googling and found a. Tsql -C grep freetds.conf. Keyword...
marc-abramowitz.com
Compiling FreeTDS on Windows | Marc Abramowitz
http://marc-abramowitz.com/archives/2013/07/21/compiling-freetds-on-windows
Skip to primary content. Skip to secondary content. Mac OS X switch guide. Compiling FreeTDS on Windows. This is how I got FreeTDS. To compile on Windows 7 Professional with Visual Studio 2008. 1 Install Visual Studio 2008 (a.k.a.: Visual Studio 9.0). 2 Download the FreeTDS 0.91 source tarball. And extract it somewhere. I chose. C: Users marca src freetds-0.91. 3 Open a Visual Studio 2008 Command Prompt. 4 Change to the directory with FreeTDS:. Cd C: Users marca src freetds-0.91. Or whatever you chose).