<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">


<meta name=Generator content="Microsoft Word 10 (filtered)">
<title>catalog contents text file list</title>

<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"Tw Cen MT";
        panose-1:2 11 6 2 2 1 4 2 6 3;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
p
        {margin-right:0in;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman";}
span.EmailStyle18
        {font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><!-- Converted from text/rtf format -->You
did not tell what RDBMS your SDE is on.&nbsp; If it is in Oracle, you can use
PS/SQL.&nbsp; Once you connect to the RDBMS through PS/SQL, execute the
following statement:</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Select table_name from sde.layers order by
table_name</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>On the other hand, if it is in SQL Server,
you can use OSQL and once connect to the RDBMS, execute the following similar
state below:</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>SELECT table_name from sde.sde_sdelayers order
by table_name.</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>These two statements will dump all the sde
layer names on the screen and then you can cut and paste to a text
editor.&nbsp; Of cause, you can send the layer names to a text file, but you
will have to modify the script including the connection parameters.&nbsp; There
are some other ways to get a list of SDE layer names directly from MS Access
and/or Excel from both Oracle and SQL servers.</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Good luck!</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma'>-----Original Message-----<br>
<b><span style='font-weight:bold'>From:</span></b>
shrug-l-bounces@lists.dep.state.fl.us
[mailto:shrug-l-bounces@lists.dep.state.fl.us] <b><span style='font-weight:
bold'>On Behalf Of </span></b>Judith_Ippolito@doh.state.fl.us<br>
<b><span style='font-weight:bold'>Sent:</span></b> Wednesday, April 11, 2007
9:58 AM<br>
<b><span style='font-weight:bold'>To:</span></b> shrug-l@lists.dep.state.fl.us<br>
<b><span style='font-weight:bold'>Subject:</span></b> shrug-l: catalog contents
text file list</span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'>&nbsp;</span></font></p>

<p style='margin-left:.5in'><font size=3 face="Tw Cen MT"><span
style='font-size:12.0pt;font-family:"Tw Cen MT"'>Good morning,</span></font></p>

<p style='margin-left:.5in'><font size=3 face="Tw Cen MT"><span
style='font-size:12.0pt;font-family:"Tw Cen MT"'>I am trying to</span></font> <font
face="Tw Cen MT"><span style='font-family:"Tw Cen MT"'>end up with a text file</span></font>
<font face="Tw Cen MT"><span style='font-family:"Tw Cen MT"'>listing all</span></font>
<font face="Tw Cen MT"><span style='font-family:"Tw Cen MT"'>of our SDE layers.</span></font>
<font face="Tw Cen MT"><span style='font-family:"Tw Cen MT"'>We are using
ArcGIS 9.2 and ArcSDE</span></font> <font face="Tw Cen MT"><span
style='font-family:"Tw Cen MT"'>9.0</span></font></p>

<p style='margin-left:.5in'><font size=3 face="Tw Cen MT"><span
style='font-size:12.0pt;font-family:"Tw Cen MT"'>Thank you for all your</span></font>
<font face="Tw Cen MT"><span style='font-family:"Tw Cen MT"'>assistance,</span></font></p>

<p style='margin-left:.5in'><a name=""><font size=3 face=Tahoma><span
style='font-size:12.0pt;font-family:Tahoma'>Judith Ippolito</span></font></a><br>
<font size=2 face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>Division
of Environmental&nbsp;Health</span></font><font size=2><span style='font-size:
10.0pt'><br>
</span></font><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma'>Florida Department of Health<br>
4042 Bald Cypress Way<br>
Bin A08<br>
Tallahassee, Fl 32399<br>
(850) 245-4444 X2293</span></font></p>

</div>

</body>

</html>