<rss version="2.0">
<channel>
<title>comp.databases.sybase :: Implementations of the SQL Server.</title>
<link>http://www.nnseek.com/e/comp.databases.sybase/</link>
<description>Posts for comp.databases.sybase</description>
<lastBuildDate>Wed, 17 Sep 2008 17:17:54 PDT</lastBuildDate>
  <image>
    <title>http://www.nnseek.com/</title>
    <link>http://www.nnseek.com/</link>
    <url>http://www.nnseek.com/img/64.png</url>
    <width>64</width>
    <height>64</height>
    <description>NNSeek</description>
  </image>
<item>
	<title><![CDATA[global synchronization point]]></title>
	<guid>http://www.nnseek.com/e/comp.databases.sybase/global_synchronization_point_163138406t.html</guid>
	<link>http://www.nnseek.com/e/comp.databases.sybase/global_synchronization_point_163138406t.html</link>
	<description><![CDATA[hey all,<br><br>I was wondering if it was possible to do the following -<br><br>I would like to set a 'sync point' where<br><br>1) transactions could occur on a given database or databases after the<br>sync point was created in multiple sessions.<br>2) I could globally 'roll back' the database to the sync point.<br><br>I'm not thinking of the transaction begin/commit/rollback cycle, I'm<br>thinking of it truly globally - where users could do multiple commits<br>and rollbacks, and then do a global rollback to a given point of time.<br><br>In oracle, I believe this is done through transaction logs; how do you<br>set up this in sybase?<br><br>Ed<br><br>(ps - how do you get the version of sybase that you are running<br>against via isql? I see in my case the binary is old (1999) but I'm<br>assuming that the database itself is a lot newer..)<br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/comp.databases.sybase/">comp.databases.sybase</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.databases.sybase/global_synchronization_point_163138406t.html"><b>2</b> Comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.databases.sybase/global_synchronization_point_163138406m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Wed, 17 Sep 2008 17:17:54 PDT</pubDate>
</item>
<item>
	<title><![CDATA[bcp on Sun Niagara]]></title>
	<guid>http://www.nnseek.com/e/comp.databases.sybase/bcp_on_sun_niagara_161863782t.html</guid>
	<link>http://www.nnseek.com/e/comp.databases.sybase/bcp_on_sun_niagara_161863782t.html</link>
	<description><![CDATA[<br>I'm using a new Solaris machine using the Niagara CPU. bcp seems to be<br>running much slower then other platforms. *much*  slower. A bcp on the<br>Niagara platform seems to take twice as long as an older Sparc CPU.<br><br>I'm using Sybase 12.5 and Solaris 10.<br><br><br><br><br>sun4u<br><br>syscall               seconds   calls  errors<br><br>_exit                    .000      13<br><br>read                     .008     286<br><br>write                   4.945   50485<br><br>open                     .295      88      10<br><br>close                    .003     148       7<br><br>time                     .000       6<br><br>chmod                    .000       2       2<br><br>brk                      .002      90<br><br>stat                     .002      53       4<br><br>lseek                    .000       3<br><br>getpid                   .000      39<br><br>getuid                   .000       5<br><br>access                   .000      12       2<br><br>pipe                     .000       7<br><br>getgid                   .000       2<br><br>ioctl                    .000      12       9<br><br>execve                   .011       9<br><br>umask                    .000       2<br><br>fcntl                    .000      49<br><br>fcntl                    .000      11<br><br>fcntl                    .000       6<br><br>readlink                 .000       3       3<br><br>sigaction                .001      79<br><br>sigfillset               .000       2<br><br>getcontext               .000      12<br><br>setcontext               .000       6<br><br>setustack                .001       9<br><br>waitid                   .000      20       5<br><br>mmap                     .004     164<br><br>munmap                   .001      64<br><br>setrlimit                .000       1<br><br>getrlimit                .000      13<br><br>memcntl                  .002      30<br><br>sysinfo                  .000       1<br><br>fork1                    .004      12<br><br>lwp_self                 .000      12<br><br>lwp_sigmask              .001      70<br><br>llseek                   .000       3       2<br><br>pollsys                  .000       5<br><br>door_info                .000       1<br><br>door_call                .000       1<br><br>schedctl                 .000       8<br><br>resolvepath              .001      58<br><br>stat64                   .001      26       8<br><br>lstat64                  .000       2<br><br>fstat64                  .000      20<br><br>open64                   .001       7<br><br>so_socket                .000       1<br><br>connect                  .000       2       2<br><br>recv                    2.740   52580       1<br><br>send                     .000       6<br><br>setsockopt               .000       5<br><br>                     --------  ------   ----<br><br>sys totals:             8.040  104551     55<br><br>usr time:             101.964<br><br>elapsed:              148.950<br><br>bash-3.2$<br><br><br><br>And the same script running on globes1, a sun4v system:<br><br><br><br>bash-3.2$ truss -fc ksh ./test_bcp.sh<br><br>**********************************************************************<br><br>start: Thu Sep 11 16:19:10 GMT 2008<br><br>end: Thu Sep 11 16:23:01 GMT 2008<br><br>**********************************************************************<br><br>signals ------------<br><br>SIGCLD             4<br><br>total:             4<br><br><br><br><br><br>syscall               seconds   calls  errors<br><br>_exit                    .000      13<br><br>read                     .011     274<br><br>write                   1.516    3169<br><br>open                     .029      87      11<br><br>close                    .003     151       7<br><br>time                     .000       6<br><br>chmod                    .000       2<br><br>brk                      .002      98<br><br>stat                     .001      49       4<br><br>lseek                    .000       1<br><br>getpid                   .000      40<br><br>getuid                   .000       5<br><br>access                   .000      10       1<br><br>pipe                     .000       7<br><br>getgid                   .000       2<br><br>ioctl                    .000      13       9<br><br>execve                   .013       9<br><br>umask                    .000       2<br><br>fcntl                    .000      51<br><br>fcntl                    .000      11<br><br>fcntl                    .000       6<br><br>readlink                 .000       4       4<br><br>sigaction                .001      79<br><br>sigfillset               .000       2<br><br>getcontext               .000      12<br><br>setcontext               .000       7<br><br>setustack                .001       9<br><br>waitid                   .001      20       4<br><br>pathconf                 .000       2<br><br>mmap                     .005     146<br><br>munmap                   .005      54<br><br>setrlimit                .000       1<br><br>getrlimit                .000      13<br><br>memcntl                  .004      25<br><br>sysconfig                .000       1<br><br>sysinfo                  .000       2<br><br>fork1                    .006      12<br><br>lwp_self                 .000      12<br><br>lwp_sigmask              .001      71<br><br>llseek                   .000       3       2<br><br>pollsys                  .000       6<br><br>schedctl                 .000       8<br><br>resolvepath              .002      53<br><br>stat64                   .001      28       8<br><br>lstat64                  .000       2<br><br>fstat64                  .000      19<br><br>open64                   .000       7       1<br><br>so_socket                .000       3<br><br>connect                  .000       3       2<br><br>recv                    2.862   38419       1<br><br>recvfrom                 .000       1<br><br>send                     .000       7<br><br>setsockopt               .000       5<br><br>                     --------  ------   ----<br><br>sys totals:             4.479   43042     54<br><br>usr time:             218.050<br><br>elapsed:              230.660<br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/comp.databases.sybase/">comp.databases.sybase</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.databases.sybase/bcp_on_sun_niagara_161863782t.html"><b>1</b> Comment</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.databases.sybase/bcp_on_sun_niagara_161863782m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Thu, 11 Sep 2008 12:13:45 PDT</pubDate>
</item>
<item>
	<title><![CDATA[Sybase log]]></title>
	<guid>http://www.nnseek.com/e/comp.databases.sybase/sybase_log_160979558t.html</guid>
	<link>http://www.nnseek.com/e/comp.databases.sybase/sybase_log_160979558t.html</link>
	<description><![CDATA[Hello All,<br><br>Is there a way to determine which stored proc / SQL ran on a given day<br>in Sybase?<br>Does Sybase maintain a log which have these information?<br><br>Thanks in advance,<br>Subind.<br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/comp.databases.sybase/">comp.databases.sybase</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.databases.sybase/sybase_log_160979558t.html"><b>3</b> Comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.databases.sybase/sybase_log_160979558m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Mon, 08 Sep 2008 08:08:24 PDT</pubDate>
</item>
<item>
	<title><![CDATA[BCP Between different versions of Sybase]]></title>
	<guid>http://www.nnseek.com/e/comp.databases.sybase/bcp_between_different_versions_of_sybase_160154470t.html</guid>
	<link>http://www.nnseek.com/e/comp.databases.sybase/bcp_between_different_versions_of_sybase_160154470t.html</link>
	<description><![CDATA[Hi All,<br><br>We will update database on our office to version 15 very soon, but I<br>have some doubts about, maybe you could help me on that.<br>We have export/import procedures between many databases in our system,<br>some of them are customer side. Then this databases won't be upgraded.<br>The doubt is about these exp/imp procedures because for that we use<br>BCP in/out. I wanna know if bcp has problems between different<br>versions of sybase server.<br><br>Any help is welcome.<br>Tks<br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/comp.databases.sybase/">comp.databases.sybase</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.databases.sybase/bcp_between_different_versions_of_sybase_160154470t.html"><b>2</b> Comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.databases.sybase/bcp_between_different_versions_of_sybase_160154470m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Fri, 05 Sep 2008 02:48:16 PDT</pubDate>
</item>
<item>
	<title><![CDATA[Location Intelligence where to from here?]]></title>
	<guid>http://www.nnseek.com/e/comp.databases.sybase/location_intelligence_where_to_from_here_159200614t.html</guid>
	<link>http://www.nnseek.com/e/comp.databases.sybase/location_intelligence_where_to_from_here_159200614t.html</link>
	<description><![CDATA[Most people have heard of location intelligence tools such as Google<br>Maps, or Geographic Information Systems (GIS). Indeed, mapping<br>technology is used everywhere and can be accessed easily online, from<br>a phone, and on the road. But can these applications be used<br>successfully in a business information and reporting context? The<br>short answer is yes.<br>Although it is early days, the marriage between location and business<br>intelligence software is being seen by many commentators as a highly<br>productive long-term relationship, rather than just a temporary<br>fling.<br><br>What is location intelligence?<br>Traditionally, businesses can spend days, or even weeks physically<br>compiling data from customer surveys and site visits. Location<br>intelligence software can drastically reduce this process by mapping<br>data electronically, thereby freeing up time for other activities.<br><br>How does it do this?<br><br>Basically, by using common data sources, such as GIS, aerial maps and<br>even customer records, location intelligence technology can present<br>data spatially – such as an interactive map format. This is much<br>easier for our brains to process than traditional charts and tables.<br>For example, by clicking on a map, managers can quickly gain an<br>insight into any number of location-based business operations.<br>There are obvious benefits to this technology, such as tightening up<br>business processes, improving customer relationships and even boosting<br>performance and results.<br><br>Who uses it?<br>The applications are endless:<br>•	telecommunications organisations use it for network planning and<br>design and market analysis;<br>•	Government uses it for many purposes, including census updates,<br>urban planning, weather forecasting and emergency services;<br>•	retailers use it for site selection, store performance analysis and<br>demographic research; and<br>•	media organisations use it for target market identification, media<br>planning and demographic analysis.<br><br>But until recently, using this technology as part of a business<br>reporting process has mostly been the preserve of experts. This is<br>because it has operated on a stand-alone basis, rather as part of an<br>organisation’s business intelligence platform. By converging the two<br>technologies, a whole new level of data analysis can become available<br>to the everyday user.<br>Yellowfin and location intelligence<br><br>The team at Yellowfin has acknowledged the popularity of location<br>intelligence as a business reporting tool by incorporating the<br>technology in its latest release, Yellowfin 4.0. This means<br>organisations can now introduce location-based reporting into the<br>business-decision making process without requiring GIS expertise.<br><br>Yellowfin 4.0 enables a variety of mapping visualisations to be used,<br>including Google Maps, Heat Maps or fully-enabled GIS data-type<br>rendering.<br><br>Of this latest trend in BI software, CEO Glen Rabie says: “With<br>Yellowfin 4.0, we have taken two mature technologies (BI and GIS) and<br>combined them. One of the most exciting aspects of our latest software<br>is that even the casual business user can use this technology. This is<br>one of the underlying principles of our Yellowfin products.”<br><br><a href="http://www.yellowfinbi.com" rel="nofollow" class="url" target="_blank">www.yellowfinbi.com</a><br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/comp.databases.sybase/">comp.databases.sybase</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.databases.sybase/location_intelligence_where_to_from_here_159200614t.html">no comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.databases.sybase/location_intelligence_where_to_from_here_159200614m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Tue, 02 Sep 2008 06:10:57 PDT</pubDate>
</item>
<item>
	<title><![CDATA[Recent updates at www.sypron.nl]]></title>
	<guid>http://www.nnseek.com/e/comp.databases.sybase/recent_updates_at_www_sypron_nl_158552934t.html</guid>
	<link>http://www.nnseek.com/e/comp.databases.sybase/recent_updates_at_www_sypron_nl_158552934t.html</link>
	<description><![CDATA[30 August 2008: Recent updates at <a href="http://www.sypron.nl" rel="nofollow" class="url" target="_blank">www.sypron.nl</a><br>-----------------------------------------------<br><br>This month's quiz question is about a recent virus performing<br>a SQL injection attack, and how Sybase databases may be<br>affected by this...<br>        <a href="http://www.sypron.nl/quiz" rel="nofollow" class="url" target="_blank">http://www.sypron.nl/quiz</a><br><br>The list of changes to the MDA tables has been updated to<br>include <a href="http://15.0.2" rel="nofollow" class="url" target="_blank">15.0.2</a> esd#5:<br>        <a href="http://www.sypron.nl/mda" rel="nofollow" class="url" target="_blank">http://www.sypron.nl/mda</a><br><br><br>As you've probably noticed, the second edition of "The Complete<br>Sybase Replication Server Quick Reference Guide" (also known<br>as the 'green book') was finally released last month.<br>This edition includes the just-released RS 15.1 version, and<br>has grown by 26 pages from the previous edition to 146 pages of<br>highly relevant tips and documentation that every RepServer<br>DBA, well, just needs to have.<br>Check out the table of contents, and order your copy, here:<br>        <a href="http://www.sypron.nl/repqr" rel="nofollow" class="url" target="_blank">http://www.sypron.nl/repqr</a><br><br>My other two ASE books are also still available here:<br><br>- The 4th edition of the well-known 'purple book' "The Complete<br>  Sybase ASE Quick Reference Guide" is updated for ASE <a href="http://12.5.4" rel="nofollow" class="url" target="_blank">12.5.4</a><br>  and <a href="http://15.0.1" rel="nofollow" class="url" target="_blank">15.0.1</a>:<br>        <a href="http://www.sypron.nl/qr" rel="nofollow" class="url" target="_blank">http://www.sypron.nl/qr</a><br><br>- The 2nd edition of "Tips, Tricks & Recipes for Sybase ASE" has<br>  been updated for ASE 15.0 and is a must-have when you're upgrading to ASE <br>15.<br>  The 2nd edition is fully updated and has 80 pages of additional material<br>  compared with the first edition:<br>        <a href="http://www.sypron.nl/ttr" rel="nofollow" class="url" target="_blank">http://www.sypron.nl/ttr</a><br><br><br>-----------------------------------------------------------------<br>Rob Verschoor<br><br>Certified Sybase Professional DBA for ASE 15.0/12.5/12.0/11.5/11.0<br>and Replication Server <a href="http://15.0.1/12.5" rel="nofollow" class="url" target="_blank">15.0.1/12.5</a> // TeamSybase<br><br>Author of Sybase books (order online at <a href="http://www.sypron.nl/shop" rel="nofollow" class="url" target="_blank">www.sypron.nl/shop</a>):<br>"Tips, Tricks & Recipes for Sybase ASE" (ASE 15 edition)<br>"The Complete Sybase ASE Quick Reference Guide"<br>"The Complete Sybase Replication Server Quick Reference Guide"<br><br>mailto:rob@YOUR.SPAM.sypron.nl.NOT.FOR.ME<br><a href="http://www.sypron.nl" rel="nofollow" class="url" target="_blank">http://www.sypron.nl</a><br>Sypron B.V., Amersfoort, The Netherlands<br>-----------------------------------------------------------------<br><br><br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/comp.databases.sybase/">comp.databases.sybase</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.databases.sybase/recent_updates_at_www_sypron_nl_158552934t.html">no comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.databases.sybase/recent_updates_at_www_sypron_nl_158552934m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Sat, 30 Aug 2008 18:06:18 PDT</pubDate>
</item>
<item>
	<title><![CDATA[reading the contents of a stored procedure?]]></title>
	<guid>http://www.nnseek.com/e/comp.databases.sybase/reading_the_contents_of_a_stored_procedure_158345574t.html</guid>
	<link>http://www.nnseek.com/e/comp.databases.sybase/reading_the_contents_of_a_stored_procedure_158345574t.html</link>
	<description><![CDATA[Is there some SQL query you can perform to read the contents of a<br>stored procedure?<br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/comp.databases.sybase/">comp.databases.sybase</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.databases.sybase/reading_the_contents_of_a_stored_procedure_158345574t.html"><b>4</b> Comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.databases.sybase/reading_the_contents_of_a_stored_procedure_158345574m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Fri, 29 Aug 2008 20:58:13 PDT</pubDate>
</item>
<item>
	<title><![CDATA[Re: selecting rows by DATETIME without providing the time?]]></title>
	<guid>http://www.nnseek.com/e/comp.databases.sybase/selecting_rows_by_datetime_without_providing_the_t_158059622t.html</guid>
	<link>http://www.nnseek.com/e/comp.databases.sybase/selecting_rows_by_datetime_without_providing_the_t_158059622t.html</link>
	<description><![CDATA[On Aug 28, 11:37 am, yawnmoth <terra1...@<a href="http://yahoo.com" rel="nofollow" class="url" target="_blank">yahoo.com</a>> wrote:<br>> Say I'm looking for all rows with a timestamp field from "Jun  4<br>> 2008".  Since the timestamp field also contains a time (in this case,<br>> 8:08AM), the following doesn't work:<br>><br>> SELECT *<br>> FROM comments<br>> WHERE timestamp - '2008-06-04'<br>><br>> The following, however, does work:<br>><br>> SELECT *<br>> FROM comments<br>> WHERE timestamp > '2008-06-04 0:0:0.000' AND timestamp < '2008-06-05<br>> 0:0:0.000'<br>><br>> My question is...  if I want to find all entries that take place on a<br>> select day, do I always have to specify a date range or is there a way<br>> to make Sybase figure out that I'm not interested in anything above<br>> and beyond what I put into the query matching?<br><br><br>I have you tried:<br><br>WHERE datediff(dd,timestamp,'2008-06-04') = 0<br><br>??<br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/comp.databases.sybase/">comp.databases.sybase</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.databases.sybase/selecting_rows_by_datetime_without_providing_the_t_158059622t.html"><b>1</b> Comment</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.databases.sybase/selecting_rows_by_datetime_without_providing_the_t_158059622m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Fri, 29 Aug 2008 00:22:30 PDT</pubDate>
</item>
<item>
	<title><![CDATA[Re: selecting rows by DATETIME without providing the time?]]></title>
	<guid>http://www.nnseek.com/e/comp.databases.sybase/selecting_rows_by_datetime_without_providing_the_t_158045030t.html</guid>
	<link>http://www.nnseek.com/e/comp.databases.sybase/selecting_rows_by_datetime_without_providing_the_t_158045030t.html</link>
	<description><![CDATA[On Aug 28, 8:37 pm, yawnmoth <terra1...@<a href="http://yahoo.com" rel="nofollow" class="url" target="_blank">yahoo.com</a>> wrote:<br>> Say I'm looking for all rows with a timestamp field from "Jun  4<br>> 2008".  Since the timestamp field also contains a time (in this case,<br>> 8:08AM), the following doesn't work:<br>><br>> SELECT *<br>> FROM comments<br>> WHERE timestamp - '2008-06-04'<br>><br>> The following, however, does work:<br>><br>> SELECT *<br>> FROM comments<br>> WHERE timestamp > '2008-06-04 0:0:0.000' AND timestamp < '2008-06-05<br>> 0:0:0.000'<br>><br>> My question is...  if I want to find all entries that take place on a<br>> select day, do I always have to specify a date range or is there a way<br>> to make Sybase figure out that I'm not interested in anything above<br>> and beyond what I put into the query matching?<br><br>Yes, specify a date range e.g. for today<br><br>where<br>timestamp>=dateadd(dd,datediff(dd,'20000101',getdate()),'20000101')<br>  and timestamp<dateadd(dd,datediff(dd,'20000101',getdate())<br>+1,'20000101')<br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/comp.databases.sybase/">comp.databases.sybase</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.databases.sybase/selecting_rows_by_datetime_without_providing_the_t_158045030t.html"><b>1</b> Comment</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.databases.sybase/selecting_rows_by_datetime_without_providing_the_t_158045030m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Thu, 28 Aug 2008 23:25:37 PDT</pubDate>
</item>
<item>
	<title><![CDATA[How to print constraints.]]></title>
	<guid>http://www.nnseek.com/e/comp.databases.sybase/how_to_print_constraints_156776550t.html</guid>
	<link>http://www.nnseek.com/e/comp.databases.sybase/how_to_print_constraints_156776550t.html</link>
	<description><![CDATA[   Dear Experts,<br>Is it possible (and how is it) to print all constraints on a given<br>table?<br>  Regards,<br>   Serguei.<br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/comp.databases.sybase/">comp.databases.sybase</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.databases.sybase/how_to_print_constraints_156776550t.html"><b>1</b> Comment</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.databases.sybase/how_to_print_constraints_156776550m.html">Reply</a></td>
      </tr></table><br>]]></description>
	<pubDate>Fri, 22 Aug 2008 13:19:48 PDT</pubDate>
</item>
</channel>
</rss>