<?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 Adaptive Server Enterprise</title>
	<atom:link href="http://sybase-addict.com/tag/sybase-ase/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>Thu, 13 May 2010 14:20:35 +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>Sybase sql stored procedures to use MDA tables</title>
		<link>http://sybase-addict.com/2010/05/01/sybase-sql-stored-procedures-to-use-mda-tables/</link>
		<comments>http://sybase-addict.com/2010/05/01/sybase-sql-stored-procedures-to-use-mda-tables/#comments</comments>
		<pubDate>Sat, 01 May 2010 23:56:00 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[Sybase Transact-SQL Code]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sybase]]></category>
		<category><![CDATA[transact-sql]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=777</guid>
		<description><![CDATA[MDA tables are very useful to understand what's going on within your dataserver to carry out accurate and successful performance and tuning campaigns. In this post I publish few basic Sybase stored procedures to use with MDA tables that focus on databases objects activity only (but I may release more MDA stored procedures in the future).]]></description>
		<wfw:commentRss>http://sybase-addict.com/2010/05/01/sybase-sql-stored-procedures-to-use-mda-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>2</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>Is DIRECT IO supported for Sybase ASE v15 on your platform ?</title>
		<link>http://sybase-addict.com/2010/04/02/is-direct-io-supported-for-sybase-ase-on-your-platform/</link>
		<comments>http://sybase-addict.com/2010/04/02/is-direct-io-supported-for-sybase-ase-on-your-platform/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 15:39:54 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[Sybase HowTo]]></category>
		<category><![CDATA[Sybase Tips & Tricks]]></category>
		<category><![CDATA[Sybase Transact-SQL Code]]></category>
		<category><![CDATA[ase]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sybase]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[transact-sql]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=739</guid>
		<description><![CDATA[This sql query tells you if Direct IO is supported on your platform:
select low from spt_values
where  type='io'
A value of 1 means &#8220;Yes, direct io is supported on this platform&#8221;.
A value of 0 means &#8220;No, direct io is NOT supported on this platform&#8221;.
Read this nice post from David Wein about Direct I/O device option.
]]></description>
		<wfw:commentRss>http://sybase-addict.com/2010/04/02/is-direct-io-supported-for-sybase-ase-on-your-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tell what platform Sybase ASE is running on, with a sql query</title>
		<link>http://sybase-addict.com/2010/03/31/tell-what-platform-sybase-ase-is-running-on-with-a-sql-query/</link>
		<comments>http://sybase-addict.com/2010/03/31/tell-what-platform-sybase-ase-is-running-on-with-a-sql-query/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 20:17:38 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[Sybase HowTo]]></category>
		<category><![CDATA[Sybase Tips & Tricks]]></category>
		<category><![CDATA[Sybase Transact-SQL Code]]></category>
		<category><![CDATA[ase]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sybase]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[transact-sql]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=735</guid>
		<description><![CDATA[Want to know what platform your Sybase Adaptive Server is running on ? No need to connect to the machine to find out, just run this little query: 
select name from master..spt_values
where type = 'E' and number = 1
go
For me it shows:
 name
 --------------------------------------------------------
 linux
Nice&#8230;
]]></description>
		<wfw:commentRss>http://sybase-addict.com/2010/03/31/tell-what-platform-sybase-ase-is-running-on-with-a-sql-query/feed/</wfw:commentRss>
		<slash:comments>1</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>0</slash:comments>
		</item>
		<item>
		<title>End of Life Notice: ASE Database Expert Option &amp; ASE SQL Expert Option</title>
		<link>http://sybase-addict.com/2010/03/07/end-of-life-ase-database-expert-option-ase-sql-expert-option/</link>
		<comments>http://sybase-addict.com/2010/03/07/end-of-life-ase-database-expert-option-ase-sql-expert-option/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 10:31:00 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[End of Life Notice]]></category>
		<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[ase]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[sybase]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=628</guid>
		<description><![CDATA[Sybase will be discontinued ASE Database Expert Option and ASE SQL Expert Option.]]></description>
		<wfw:commentRss>http://sybase-addict.com/2010/03/07/end-of-life-ase-database-expert-option-ase-sql-expert-option/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>Find out all &#8220;Defined Rules&#8221; in a Sybase ASE database</title>
		<link>http://sybase-addict.com/2010/01/10/find-out-all-defined-rules-in-a-sybase-database/</link>
		<comments>http://sybase-addict.com/2010/01/10/find-out-all-defined-rules-in-a-sybase-database/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 15:02:18 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[Sybase HowTo]]></category>
		<category><![CDATA[Sybase Tips & Tricks]]></category>
		<category><![CDATA[Sybase Transact-SQL Code]]></category>
		<category><![CDATA[ase]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sybase]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[transact-sql]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=593</guid>
		<description><![CDATA[The following transact-sql code will help you to find all defined rules in a Sybase ASE database.

select sysobjects.name as "rule name",
object_name(syscolumns.id) as "table name",
syscolumns.name as "column name"
from sysobjects, syscolumns
where object_name(syscolumns.domain)=sysobjects.name
and sysobjects.type = 'R'
go

The output displays the table and column to which the rules are bound.
]]></description>
		<wfw:commentRss>http://sybase-addict.com/2010/01/10/find-out-all-defined-rules-in-a-sybase-database/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>Job Scheduler &#8211; Demo</title>
		<link>http://sybase-addict.com/2009/09/05/job-scheduler-demo/</link>
		<comments>http://sybase-addict.com/2009/09/05/job-scheduler-demo/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 00:55:27 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[Sybase HowTo]]></category>
		<category><![CDATA[Videos/Podcasts/Webcasts]]></category>
		<category><![CDATA[ase]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[sybase]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=362</guid>
		<description><![CDATA[Watch this short demo to learn how to use ASE&#8217;s newest self-management feature, the Job Scheduler, to automate common database administration tasks.
See it in action  here
]]></description>
		<wfw:commentRss>http://sybase-addict.com/2009/09/05/job-scheduler-demo/feed/</wfw:commentRss>
		<slash:comments>0</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>Find tables with identity columns</title>
		<link>http://sybase-addict.com/2009/05/23/find-tables-with-identity-columns/</link>
		<comments>http://sybase-addict.com/2009/05/23/find-tables-with-identity-columns/#comments</comments>
		<pubDate>Sat, 23 May 2009 19:28:55 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[Sybase HowTo]]></category>
		<category><![CDATA[Sybase Tips & Tricks]]></category>
		<category><![CDATA[Sybase Transact-SQL Code]]></category>
		<category><![CDATA[ase]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sybase]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[transact-sql]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=161</guid>
		<description><![CDATA[Quickly find out the database&#8217;s tables having identity columns:
select object_name(id) as "tablename",name as "column_name"
from syscolumns where status =128
go
Enjoy  
]]></description>
		<wfw:commentRss>http://sybase-addict.com/2009/05/23/find-tables-with-identity-columns/feed/</wfw:commentRss>
		<slash:comments>1</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>Find out the Sybase ASE dataserver&#8217;s page size</title>
		<link>http://sybase-addict.com/2009/01/07/find-out-the-dataservers-page-size/</link>
		<comments>http://sybase-addict.com/2009/01/07/find-out-the-dataservers-page-size/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 23:18:06 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[Sybase HowTo]]></category>
		<category><![CDATA[Sybase Tips & Tricks]]></category>
		<category><![CDATA[Sybase Transact-SQL Code]]></category>
		<category><![CDATA[ase]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sybase]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[transact-sql]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=191</guid>
		<description><![CDATA[Find out the dataserver&#8217;s page size without using global variables like @@pagesize or @@maxpagesize.
When you work with heterogeneous versions of Sybase Ase (12.0.x and 12.5.x or 15.x), this query can help you while coding your dba stored procedures&#8230;
declare @page_size int
select  @page_size = low /1024 from master.dbo.spt_values
where type = 'E' and number = 1
go
It will [...]]]></description>
		<wfw:commentRss>http://sybase-addict.com/2009/01/07/find-out-the-dataservers-page-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find text/image columns in a database</title>
		<link>http://sybase-addict.com/2009/01/06/find-textimage-columns-in-a-database/</link>
		<comments>http://sybase-addict.com/2009/01/06/find-textimage-columns-in-a-database/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 22:52:00 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[Sybase HowTo]]></category>
		<category><![CDATA[Sybase Tips & Tricks]]></category>
		<category><![CDATA[Sybase Transact-SQL Code]]></category>
		<category><![CDATA[ase]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sybase]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[transact-sql]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=186</guid>
		<description><![CDATA[Might be a good idea to share some usefull code snippet. Let&#8217;s start with a simple query to find out text/image columns in a database. This one will build a list of columns using text/image columns for each tables:
select user_name(o.uid) as "owner",
o.name as "table",
c.name as "column"
from   sysobjects o, syscolumns c
where  o.type = [...]]]></description>
		<wfw:commentRss>http://sybase-addict.com/2009/01/06/find-textimage-columns-in-a-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display ASE&#8217;s non default configuration parameters</title>
		<link>http://sybase-addict.com/2008/12/01/display-ases-non-default-configuration-parameters/</link>
		<comments>http://sybase-addict.com/2008/12/01/display-ases-non-default-configuration-parameters/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 02:17:15 +0000</pubDate>
		<dc:creator>Jean-Francois LEBON</dc:creator>
				<category><![CDATA[Sybase Adaptive Server Enterprise]]></category>
		<category><![CDATA[Sybase HowTo]]></category>
		<category><![CDATA[Sybase Tips & Tricks]]></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=145</guid>
		<description><![CDATA[Hello,
A quick way to list all ASE&#8217;s configuration parameters having values different than &#8220;default value&#8221;, is to log into isql as &#8220;sa&#8221;, and run this query:
sp_configure "display"
go
Hope this helps&#8230;
Note: this will works with ASE v15.
]]></description>
		<wfw:commentRss>http://sybase-addict.com/2008/12/01/display-ases-non-default-configuration-parameters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
