<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.1" -->
<rss version="0.92">
<channel>
	<title>Sybase ADDICT</title>
	<link>http://sybase-addict.com</link>
	<description>Sybase tips, howto and technical informations - All in a blog !</description>
	<lastBuildDate>Sat, 06 Dec 2008 12:51:39 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Sybase Sets Guinness World Record for Largest Data Warehouse</title>
		<description><![CDATA[This happened in May 2008, Sybase and Sun Microsystems have build the world&#8217;s largest data warehouse based on Sybase IQ and a Sun SPARC Enterprise M9000 server.
The data warehouse is certified to support one Petabyte of mixed relational and unstructured data.
In total, the data warehouse contains six trillion rows of transactional data and more than [...]]]></description>
		<link>http://sybase-addict.com/2008/12/02/sybase-largest-data-warehouse-in-the-world/</link>
			</item>
	<item>
		<title>Display ASE&#8217;s non default configuration parameters</title>
		<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:
1&#62; sp_configure "display"
2&#62; go
Hope this helps&#8230;
]]></description>
		<link>http://sybase-addict.com/2008/12/01/display-ases-non-default-configuration-parameters/</link>
			</item>
	<item>
		<title>HowTo set up MonTables (MDA tables)</title>
		<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>
		<link>http://sybase-addict.com/2008/10/25/howto-to-set-up-montables-mda-tables/</link>
			</item>
	<item>
		<title>Correction to End of Life Notice for PowerBuilder 10.5.x</title>
		<description><![CDATA[This is an External Correction to End of Life Notice for PowerBuilder 10.5.x]]></description>
		<link>http://sybase-addict.com/2008/09/26/correction-to-end-of-life-notice-for-powerbuilder-105x/</link>
			</item>
	<item>
		<title>End of Life Notice for PowerBuilder  Version 10.5.X</title>
		<description><![CDATA[This is an External End of Life Notice for PowerBuilder  Version 10.5.X]]></description>
		<link>http://sybase-addict.com/2008/09/11/end-of-life-notice-for-powerbuilder-version-105x/</link>
			</item>
	<item>
		<title>Howto create a temporary db and bind a user to it</title>
		<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>
		<link>http://sybase-addict.com/2008/09/11/temporary-db-bind-a-user/</link>
			</item>
	<item>
		<title>How to force a Sybase EBF installation</title>
		<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>
		<link>http://sybase-addict.com/2008/09/11/how-to-force-a-sybase-ebf-installation/</link>
			</item>
	<item>
		<title>List Server Reserved Words</title>
		<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:

1&#62; select name from spt_values where type = "W"
2&#62; go

The spt_values table is a look-up [...]]]></description>
		<link>http://sybase-addict.com/2008/09/06/list-server-reserved-words/</link>
			</item>
	<item>
		<title>End of Life Notice for ASE Component for Java Virtual Machine (JVM)</title>
		<description><![CDATA[External End of Life Notice for ASE Component for Java Virtual Machine (JVM)]]></description>
		<link>http://sybase-addict.com/2008/05/15/end-of-life-notice-for-ase-component-for-java-virtual-machine-jvm/</link>
			</item>
</channel>
</rss>
