<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sybase ADDICT &#187; Sybase Articles</title>
	<atom:link href="http://sybase-addict.com/category/sybase-articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://sybase-addict.com</link>
	<description>Sybase tips, howto and technical informations - All in a blog !</description>
	<lastBuildDate>Wed, 15 Feb 2012 03:22:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Save money ? Get rid off Sql BackTrack for Sybase.</title>
		<link>http://sybase-addict.com/2010/04/17/save-money-get-rid-off-sql-backtrack-for-sybase/</link>
		<comments>http://sybase-addict.com/2010/04/17/save-money-get-rid-off-sql-backtrack-for-sybase/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 20:57:00 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[Sybase Articles]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[ase]]></category>
		<category><![CDATA[sql backtrack]]></category>
		<category><![CDATA[sybase]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=756</guid>
		<description><![CDATA[In this hard economic area, you can help your company to cut costs by skipping Sql BackTrack. How ? By using only new backup features Sybase implemented this last decade, and some work !]]></description>
		<wfw:commentRss>http://sybase-addict.com/2010/04/17/save-money-get-rid-off-sql-backtrack-for-sybase/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HowTO migrate syslogins from ASE v12.5 to ASE v15 through bcp</title>
		<link>http://sybase-addict.com/2010/04/05/migrate-syslogins-from-ase-v12-5-to-ase-v15-through-bcp/</link>
		<comments>http://sybase-addict.com/2010/04/05/migrate-syslogins-from-ase-v12-5-to-ase-v15-through-bcp/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 18:15:20 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[Sybase Articles]]></category>
		<category><![CDATA[Sybase HowTo]]></category>
		<category><![CDATA[Sybase Tips & Tricks]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[ase]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[sybase]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=722</guid>
		<description><![CDATA[First, &#8220;bcp OUT&#8221; syslogins from your ASE v12.5 dataserver:
bcp tempdb..syslogins out master.v125.syslogins.bcp -c -t"&#124;" -r"\n" -Usa -SSYBPARFRDEV02_DS
Then, connect to your ASE v15 dataserver and create in tempdb a table based on the v12.5 syslogins table (you can reverse the syslogins ddl from Sybase Central or from DDLgen tool):
isql -Usa -SSYBPARFRDEV01_DS -w1000
create table tempdb..ase125logins (
suid  [...]]]></description>
		<wfw:commentRss>http://sybase-addict.com/2010/04/05/migrate-syslogins-from-ase-v12-5-to-ase-v15-through-bcp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Move or copy a Sybase ASE database with mount unmount and quiesce commands</title>
		<link>http://sybase-addict.com/2010/03/21/move-or-copy-a-sybase-ase-database-with-mount-unmount-and-quiesce-commands/</link>
		<comments>http://sybase-addict.com/2010/03/21/move-or-copy-a-sybase-ase-database-with-mount-unmount-and-quiesce-commands/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 17:14:03 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[Sybase Articles]]></category>
		<category><![CDATA[Sybase HowTo]]></category>
		<category><![CDATA[Sybase Tips & Tricks]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[ase]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[sybase]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=648</guid>
		<description><![CDATA[HowTo move or copy Sybase ASE database with mount, unmount and quiesce commands. No needs for dump/loads commands to make your databases transportable !]]></description>
		<wfw:commentRss>http://sybase-addict.com/2010/03/21/move-or-copy-a-sybase-ase-database-with-mount-unmount-and-quiesce-commands/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>QweryBuilder &#8211; An SQL Editor, SQL Query Tool and Database Development Tool</title>
		<link>http://sybase-addict.com/2010/02/19/qwerybuilder-an-sql-editor-sql-query-tool-and-database-development-tool/</link>
		<comments>http://sybase-addict.com/2010/02/19/qwerybuilder-an-sql-editor-sql-query-tool-and-database-development-tool/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 21:19:40 +0000</pubDate>
		<dc:creator>bradwery</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Sybase Articles]]></category>
		<category><![CDATA[querybuilder]]></category>
		<category><![CDATA[sql-editor]]></category>
		<category><![CDATA[sql-query-tool]]></category>
		<category><![CDATA[sybase]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=620</guid>
		<description><![CDATA[QweryBuilder, is a unique database development tool with a very simply purpose, to make accessing data from a database simple, quick, accurate and efficient. QweryBuilder implements innovative ideas to make this possible. An end user can extract and update data without writing a line of SQL. Database developers can create procedures, tables, views and triggers [...]]]></description>
		<wfw:commentRss>http://sybase-addict.com/2010/02/19/qwerybuilder-an-sql-editor-sql-query-tool-and-database-development-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sybase ASE v15 Apache and PHP compilation</title>
		<link>http://sybase-addict.com/2010/01/16/sybase-ase-v15-apache-and-php-compilation/</link>
		<comments>http://sybase-addict.com/2010/01/16/sybase-ase-v15-apache-and-php-compilation/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 20:25:11 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[Sybase Articles]]></category>
		<category><![CDATA[Sybase HowTo]]></category>
		<category><![CDATA[Sybase Tips & Tricks]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[ase]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[sybase]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=598</guid>
		<description><![CDATA[Recently, I successfully compiled Apache and Php to use a Sybase ASE v15.0.3 dataserver on CentOS v5.4 (32 bits). Apache was compiled with DSO support to use Php as a dynamically loadable module. This is how I did it:  
1°) Linux Requirements:
You&#8217;ll need to download the Apache 2.0.63 and Php 5.3.1 sources.
To compile Php [...]]]></description>
		<wfw:commentRss>http://sybase-addict.com/2010/01/16/sybase-ase-v15-apache-and-php-compilation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Application Tracing&#8221; feature in Sybase ASE v15</title>
		<link>http://sybase-addict.com/2010/01/03/application-tracing-feature-in-sybase-ase-v15/</link>
		<comments>http://sybase-addict.com/2010/01/03/application-tracing-feature-in-sybase-ase-v15/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 13:02:50 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[Sybase Articles]]></category>
		<category><![CDATA[Sybase HowTo]]></category>
		<category><![CDATA[Sybase Tips & Tricks]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[ase]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[sybase]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=463</guid>
		<description><![CDATA[As of Sybase ASE v15.0.2, Sybase introduce the &#8220;Application Tracing&#8221; feature.
&#8220;Application Tracing&#8221; allows you to collect useful diagnostic information for a running client session (like execution plan, i/o cost etc&#8230;), and capture the trace output into a text file. Very helpful to debug some performance bottlenecks ! All you need to know to use this [...]]]></description>
		<wfw:commentRss>http://sybase-addict.com/2010/01/03/application-tracing-feature-in-sybase-ase-v15/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Identify Sybase dataserver&#8217;s processes easily on Unix</title>
		<link>http://sybase-addict.com/2009/12/18/identify-sybase-dataservers-processes-easily-on-unix/</link>
		<comments>http://sybase-addict.com/2009/12/18/identify-sybase-dataservers-processes-easily-on-unix/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 00:43:30 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[Sybase Articles]]></category>
		<category><![CDATA[Sybase HowTo]]></category>
		<category><![CDATA[Sybase Tips & Tricks]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[ase]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[sybase]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=301</guid>
		<description><![CDATA[On Unix/Linux machines hosting some Sybase dataservers running multiple engines, it is always difficult to find out quickly what dataservers engines belong to. When you have dataservers running multiple engines,  &#8220;showserver&#8221; or &#8220;ps&#8221; command line always show something like this:

sybase 9510 8892 246 Jul 11 ? 1858:08 ./ase/1503/ASE-15_0/bin/dataserver -ONLINE:1,0,0xffffff

Of course, with some Unix commands [...]]]></description>
		<wfw:commentRss>http://sybase-addict.com/2009/12/18/identify-sybase-dataservers-processes-easily-on-unix/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HowTo install Job Scheduler in Sybase ASE</title>
		<link>http://sybase-addict.com/2009/09/05/howto-install-job-scheduler-in-ase/</link>
		<comments>http://sybase-addict.com/2009/09/05/howto-install-job-scheduler-in-ase/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 00:47:21 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[Sybase Articles]]></category>
		<category><![CDATA[Sybase HowTo]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[ase]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[sybase]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=344</guid>
		<description><![CDATA[Job scheduler allows DBA to create and schedule administration tasks. Since ASE v15.0.3, lot of bugs are solved, making job scheduler to be workable. By the way, I will suggest to heavily test it before to go in production environment !
So how to install it ?  
Job scheduler is a separate external process running [...]]]></description>
		<wfw:commentRss>http://sybase-addict.com/2009/09/05/howto-install-job-scheduler-in-ase/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ASE v15.0.3 on Linux Slackware, libpam issue&#8230;</title>
		<link>http://sybase-addict.com/2009/05/24/ase-v15-on-linux-slackware-libpam-issue/</link>
		<comments>http://sybase-addict.com/2009/05/24/ase-v15-on-linux-slackware-libpam-issue/#comments</comments>
		<pubDate>Sun, 24 May 2009 15:10:46 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[Sybase Articles]]></category>
		<category><![CDATA[Sybase HowTo]]></category>
		<category><![CDATA[Sybase Tips & Tricks]]></category>
		<category><![CDATA[ase]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sybase]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=315</guid>
		<description><![CDATA[Sybase ASE (Adaptive Server Enterprise) can now be installed easily on Linux distribution running kernel 2.6.x.
So i tried to install ASE 15.0.3 ESD1 on my favorite Linux: Slackware 12.2. Why Slackware ? Because it rocks !! In my opinion, the best Linux distribution ever, and 64 bits release came out recently.
But this come with a [...]]]></description>
		<wfw:commentRss>http://sybase-addict.com/2009/05/24/ase-v15-on-linux-slackware-libpam-issue/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Data Protector: Backup your Sybase ASE databases directly to TSM</title>
		<link>http://sybase-addict.com/2009/04/30/data-protector-backup-your-ase-databases-directly-to-tsm/</link>
		<comments>http://sybase-addict.com/2009/04/30/data-protector-backup-your-ase-databases-directly-to-tsm/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 21:30:28 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[Sybase Articles]]></category>
		<category><![CDATA[Videos/Podcasts/Webcasts]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[ase]]></category>
		<category><![CDATA[sybase]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=230</guid>
		<description><![CDATA[Did you ever think about an integration between Sybase ASE and &#8220;Tivoli Storage Manager&#8221; (TSM)  provided by IBM ?
As far as I knew, IBM did not offer such kind of tool to interface Sybase ASE and TSM and, as far as I knew, no such kind of interface exist from any other vendor.  Sure, [...]]]></description>
		<wfw:commentRss>http://sybase-addict.com/2009/04/30/data-protector-backup-your-ase-databases-directly-to-tsm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sybase ASE &#8220;Performance &amp; Tuning&#8221; Podcasts</title>
		<link>http://sybase-addict.com/2009/01/24/sybase-ase-performance-tuning-podcasts/</link>
		<comments>http://sybase-addict.com/2009/01/24/sybase-ase-performance-tuning-podcasts/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 21:19:41 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[Sybase Articles]]></category>
		<category><![CDATA[Videos/Podcasts/Webcasts]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[ase]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[sybase]]></category>
		<category><![CDATA[tuning]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=202</guid>
		<description><![CDATA[Sybase regularly provides podcasts or webcasts about their products.
Here is a bunch of podcasts about ASE (Adaptive Server Enterprise) targeting various &#8220;perfomance &#038; tuning&#8221; topics. Enjoy  
+ General Best Practices
Tune in with Sybase ASE experts and special guest Peter Thawley, senior director and architect for Sybase engineering, to explore the best practices in performance [...]]]></description>
		<wfw:commentRss>http://sybase-addict.com/2009/01/24/sybase-ase-performance-tuning-podcasts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://video.sybase.com/podcasts/sybase-podcast-ase-tech07-071007.mp3" length="9362400" type="audio/x-ms-wma" />
<enclosure url="http://video.sybase.com/podcasts/sybase-podcast-ase-tech06-032207.mp3" length="22707606" type="audio/x-ms-wma" />
<enclosure url="http://video.sybase.com/podcasts/sybase-podcast-ase-tech05-032207.mp3" length="15858278" type="audio/x-ms-wma" />
<enclosure url="http://video.sybase.com/podcasts/sybase-podcast-ase-tech01-111706.mp3" length="15273929" type="audio/x-ms-wma" />
<enclosure url="http://video.sybase.com/podcasts/sybase-podcast-ase-tech02-113006.mp3" length="16304325" type="audio/x-ms-wma" />
<enclosure url="http://video.sybase.com/podcasts/sybase-podcast-ase-tech03-010507.mp3" length="4316792" type="audio/x-ms-wma" />
<enclosure url="http://video.sybase.com/podcasts/sybase-podcast-ase-tech04-032207.mp3" length="14141858" type="audio/x-ms-wma" />
		</item>
		<item>
		<title>HowTo set up MonTables (MDA tables)</title>
		<link>http://sybase-addict.com/2008/10/25/howto-to-set-up-montables-mda-tables/</link>
		<comments>http://sybase-addict.com/2008/10/25/howto-to-set-up-montables-mda-tables/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 20:41:02 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[Sybase Articles]]></category>
		<category><![CDATA[Sybase HowTo]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[ase]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[sybase]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=135</guid>
		<description><![CDATA[Adaptive Server includes a set of system tables that contains monitoring and diagnostic informations. Known as &#8220;MonTables&#8221; or MDA tables, they provide a &#8220;statistical snapshot&#8221; of the state of ASE. You can query these system tables pretty much as the same way you query any other tables.
Here is a quick HowTo to set them up.

First, [...]]]></description>
		<wfw:commentRss>http://sybase-addict.com/2008/10/25/howto-to-set-up-montables-mda-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto create a temporary db and bind a user to it</title>
		<link>http://sybase-addict.com/2008/09/11/temporary-db-bind-a-user/</link>
		<comments>http://sybase-addict.com/2008/09/11/temporary-db-bind-a-user/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 23:34:32 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[Sybase Articles]]></category>
		<category><![CDATA[Sybase HowTo]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[ase]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[sybase]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=56</guid>
		<description><![CDATA[Create a temporary user database is an easy thing to do. Associate group of users to a temporary database can help you to reduce system tables contentions and increase your application availibility in case of tempdb full situation.
First, make sure you have created all necessary devices you need to create the temporary database. Devices can [...]]]></description>
		<wfw:commentRss>http://sybase-addict.com/2008/09/11/temporary-db-bind-a-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to force a Sybase EBF installation</title>
		<link>http://sybase-addict.com/2008/09/11/how-to-force-a-sybase-ebf-installation/</link>
		<comments>http://sybase-addict.com/2008/09/11/how-to-force-a-sybase-ebf-installation/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 00:14:02 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[Sybase Articles]]></category>
		<category><![CDATA[Sybase HowTo]]></category>
		<category><![CDATA[Sybase Tips & Tricks]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[sybase]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://localhost/sites/sybaddict/?p=515</guid>
		<description><![CDATA[In some situations, you might need to force EBF installation. In order to do that, you will have to setup INSTALL_ALL_PATCH variable.
On Unix do:
export INSTALL_ALL_PATCH=1
On Windows do:
set INSTALL_ALL_PATCH=1
Then you can start EBF installation (console mode here):
setup -console
]]></description>
		<wfw:commentRss>http://sybase-addict.com/2008/09/11/how-to-force-a-sybase-ebf-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

