<?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 Tips &amp; Tricks</title>
	<atom:link href="http://sybase-addict.com/category/sybase-tips-tricks/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>Sun, 29 Aug 2010 22:11:27 +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>Find and delete duplicates records</title>
		<link>http://sybase-addict.com/2010/08/29/find-and-delete-duplicates-records/</link>
		<comments>http://sybase-addict.com/2010/08/29/find-and-delete-duplicates-records/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 22:07:30 +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/2010/08/29/find-and-delete-duplicates-records/</guid>
		<description><![CDATA[Wonder how to display or delete duplicate records ? Sometimes, under certain circumstances duplicate data may occur. Then it should be deleted.
In this example, we are going to create a dummy table with an identity column as a unique key, and with two varchar columns. Then we are going to insert data and duplicates manually. [...]]]></description>
		<wfw:commentRss>http://sybase-addict.com/2010/08/29/find-and-delete-duplicates-records/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stored procedures as proxy tables</title>
		<link>http://sybase-addict.com/2010/08/07/stored-procedures-as-proxy-tables/</link>
		<comments>http://sybase-addict.com/2010/08/07/stored-procedures-as-proxy-tables/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 21:26:43 +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/2010/08/07/stored-procedures-as-proxy-tables/</guid>
		<description><![CDATA[How to use proxy table to store a stored procedure's result set in a table.]]></description>
		<wfw:commentRss>http://sybase-addict.com/2010/08/07/stored-procedures-as-proxy-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change &#8216;group by&#8217; behaviour with traceflag 450</title>
		<link>http://sybase-addict.com/2010/08/06/change-group-by-behaviour-with-traceflag-450/</link>
		<comments>http://sybase-addict.com/2010/08/06/change-group-by-behaviour-with-traceflag-450/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 19:27: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[howto]]></category>
		<category><![CDATA[sybase]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://sybase-addict.com/?p=800</guid>
		<description><![CDATA[Thanks to traceflag 450, you can change ASE 15 "group by" behaviour like it was with previous ASE versions.]]></description>
		<wfw:commentRss>http://sybase-addict.com/2010/08/06/change-group-by-behaviour-with-traceflag-450/feed/</wfw:commentRss>
		<slash:comments>0</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>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>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>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>
		<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>
		<item>
		<title>List Server Reserved Words</title>
		<link>http://sybase-addict.com/2008/09/06/list-server-reserved-words/</link>
		<comments>http://sybase-addict.com/2008/09/06/list-server-reserved-words/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 12:55:43 +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=3</guid>
		<description><![CDATA[You just have to run a simple query in isql to find all the reserved words for Adaptive Server Enterprise and Sybase SQL Server. To list all reserved words for Adaptive Server Enterprise, log in to isql and run this query:
select name from master..spt_values where type = "W"
go
The spt_values table is a look-up table in [...]]]></description>
		<wfw:commentRss>http://sybase-addict.com/2008/09/06/list-server-reserved-words/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
