<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How can I interact with a Function Statement in SQL Server in ArcGIS? in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863162#M5880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;currently part of the data is dynamic and part of it is only nightly because they are migrating from an Access database and only parts have fully moved over. &amp;nbsp;So assuming that soon it will be pretty dynamic, having it "live" is preferable. &amp;nbsp;I have published several temporary event layers in map services from views built in Oracle and SQL Server databases and it has worked out well, a second or 2 delay, but it is well worth it and my users are ecstatic. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I do truncate and append my SDE with this data and all my other data sources nightly using FME so that my GIS users can have data to work with in their maps without needing to connect to 10 databases and sifting through tables like I have to.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Aug 2017 15:58:19 GMT</pubDate>
    <dc:creator>JacquelinePursell</dc:creator>
    <dc:date>2017-08-29T15:58:19Z</dc:date>
    <item>
      <title>How can I interact with a Function Statement in SQL Server in ArcGIS?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863150#M5868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I previously have only used Views to do complex queries but recently one of our database guys made me a couple of functions instead because he is pulling data from multiple databases and doing some complex things. &amp;nbsp;These are not showing up in the table list like a view does so I can't plot the XY manually in ArcMap. &amp;nbsp;To remedy this, he made a View out of the Function but in SQL Server Management Studio it takes 12 seconds to select the top 1000 records and in ArcGIS it never loads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to interact with SQL Function Statements in ArcGIS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 23:58:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863150#M5868</guid>
      <dc:creator>JacquelinePursell</dc:creator>
      <dc:date>2017-08-21T23:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can I interact with a Function Statement in SQL Server in ArcGIS?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863151#M5869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you expect to interact with the functions any differently than the view that has been created?&amp;nbsp; Unless the view is a complete hack job, the functions have some issues if they are taking 12 seconds for the top 1000 records.&amp;nbsp; I would focus more time on understanding why the SQL view, or really the functions, are performing so poorly and less about directly interacting with the functions from ArcGIS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 00:46:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863151#M5869</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-08-22T00:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can I interact with a Function Statement in SQL Server in ArcGIS?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863152#M5870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not asking why it takes forever, I'm asking if there is a better way to interact with a function in ArcGIS because I am not finding it. &amp;nbsp;The function itself takes only a second or 2 to load. &amp;nbsp;The issue is making a view out of the function in order for me to interact with it in GIS. &amp;nbsp;Because the view is made from a function, the view is essentially running the query twice, hence the 12 seconds. &amp;nbsp;I was able to create a feature class out of the view in ArcCatalog but I cannot view the records until after the feature class is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Views show up in the table list when I connect in ArcGIS but Functions do not. &amp;nbsp;I want to know how to use a function in ArcGIS without shoving it through a view and making it extremely slow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 15:39:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863152#M5870</guid>
      <dc:creator>JacquelinePursell</dc:creator>
      <dc:date>2017-08-22T15:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can I interact with a Function Statement in SQL Server in ArcGIS?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863153#M5871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming it was possible, which I am not saying it is, how would you interact with the function once it is accessible from within ArcGIS?&amp;nbsp; Ostensibly, the functions have parameters, how would you expect to pass the parameters into the function?&amp;nbsp; What is the output of the function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 17:51:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863153#M5871</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-08-22T17:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can I interact with a Function Statement in SQL Server in ArcGIS?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863154#M5872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would also add that if the ArcGIS client showed any "function" in the database it would cause a ton of clutter in the connection properties. It would show all the functions that are added as part of the enterprise geodatabase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best way to interact with a function is using SQL Server Management Studio or other management platform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would venture to say that it is not possible with the ArcGIS client at this time. I have not seen anyone access them. I also know that passing SQL functions/binding information via query layers have been know to fail in the past.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 18:24:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863154#M5872</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2017-08-22T18:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: How can I interact with a Function Statement in SQL Server in ArcGIS?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863155#M5873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function is acting the same as a view which is a permanent query that runs every time the table is viewed or loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I gather data from many non spatial databases in Oracle and SQL Server and plot them and truncate and append my SDE on a regular basis. &amp;nbsp;Making a query such as this function or a view makes it possible for me to do this quickly and easily.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 15:27:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863155#M5873</guid>
      <dc:creator>JacquelinePursell</dc:creator>
      <dc:date>2017-08-23T15:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can I interact with a Function Statement in SQL Server in ArcGIS?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863156#M5874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to be clear, that I am not referring to a SQL Function as in using a Count, Max, or Square Root. &amp;nbsp;I am referring to a script of sorts called a Function that can perform a query on multiple tables and databases to produce a table of joined results just like any spatial or non spatial view or query layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was unable to even call the function in a query layer so that was not possible. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Casting the function as a View in the database did allow me to blindly make query layers and feature classes out of them, but I was not able to load the view 'as is' because the load time was so long that the table just remained empty in ArcGIS, hence why I had to do it blind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 15:38:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863156#M5874</guid>
      <dc:creator>JacquelinePursell</dc:creator>
      <dc:date>2017-08-23T15:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can I interact with a Function Statement in SQL Server in ArcGIS?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863157#M5875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are running ArcGIS 10.5.x, have you tried registering the view with the geodatabase to see if that addresses the long load times?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/registering-a-table-with-the-geodatabase.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/registering-a-table-with-the-geodatabase.htm"&gt;Register a table or view with the geodatabase—ArcGIS Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 15:45:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863157#M5875</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-08-23T15:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I interact with a Function Statement in SQL Server in ArcGIS?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863158#M5876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried registering a view in my SDE I made (that was not a function) and it was not an option available to me. &amp;nbsp;Registering these views I am referring to in this post is definitely not an option because they are in non-SDE databases that I do not own or manage.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 15:49:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863158#M5876</guid>
      <dc:creator>JacquelinePursell</dc:creator>
      <dc:date>2017-08-23T15:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can I interact with a Function Statement in SQL Server in ArcGIS?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863159#M5877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can suggest a workaround, but you will need to decide whether using it is feasible for you or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mentioned that your Database guy has made you a View based on that function. Now that View is slow to load, but does load in SQL Server Management Studio eventually. The workaround would be to create a separate Table out of this View. This Table would be static and thus will load normally in ArcGIS or SQL Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, obviously the whole point of using a View is because the data will not be static. So, to see the new data, you will need to create a SQL Server job, which can run at any decided intervals, truncating the Static table and then updating it again with records from the View.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The factors to consider:&lt;/P&gt;&lt;P&gt;1) How frequently will the data in the View change? If it hardly changes, then running the Job at the start of every day, should suffice. If it changes frequently, then you can decide upon the interval accordingly.&lt;/P&gt;&lt;P&gt;2) How much data are you dealing with in the View. Truncating the Table will not take much time, but updating the static table with the data from the View will take time based on the amount of data involved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for reference:&lt;/P&gt;&lt;P&gt;Lets assume that the View that the Database guy gave you is View1, owned by GIS user. So it is dbname.gis.View1&lt;/P&gt;&lt;PRE class="" style="color: #393318; background-color: #eff0f1; border: 0px; font-size: 13px; margin: 0px 0px 1em; padding: 5px;"&gt;&lt;CODE style="background-color: #eff0f1; border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;SPAN class="" style="color: #101094; border: 0px; font-weight: inherit; font-size: inherit;"&gt;SELECT&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt;*&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #101094; border: 0px; font-weight: inherit; font-size: inherit;"&gt;INTO&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt; dbname.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #101094; border: 0px; font-weight: inherit; font-size: inherit;"&gt;schema&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt;newtable_name &lt;/SPAN&gt;&lt;SPAN class="" style="color: #101094; border: 0px; font-weight: inherit; font-size: inherit;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt; dbname.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #101094; border: 0px; font-weight: inherit; font-size: inherit;"&gt;gis&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt;.View1&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The above will create the new static table. Then use the below two SQL in the SQL Server Job:&lt;/P&gt;&lt;PRE class="" style="color: #393318; background-color: #eff0f1; border: 0px; font-size: 13px; margin: 0px 0px 1em; padding: 5px;"&gt;&lt;CODE style="background-color: #eff0f1; border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;SPAN class="" style="color: #101094; border: 0px; font-weight: inherit; font-size: inherit;"&gt;Truncate table&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt; dbname.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #101094; border: 0px; font-weight: inherit; font-size: inherit;"&gt;schema&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt;.new&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: inherit;"&gt;table_name&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE class="" style="color: #393318; background-color: #eff0f1; border: 0px; font-size: 13px; margin: 0px 0px 1em; padding: 5px;"&gt;&lt;CODE style="background-color: #eff0f1; border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;SPAN class="" style="color: #101094; border: 0px; font-weight: inherit; font-size: inherit;"&gt;Insert INTO dbname.schema.newtable_name SELECT * from dbname.gis.View1&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 16:20:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863159#M5877</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2017-08-23T16:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I interact with a Function Statement in SQL Server in ArcGIS?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863160#M5878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using Query Layer in ArcGIS/ArcGIS Pro should solve the problem.&lt;/P&gt;&lt;P&gt;I imagine you have table valued functions with parameters.....just enter the sql as you would write it in SSMS and it should work even if your function does not appear in the object list.&lt;/P&gt;&lt;P&gt;For example, in my case i have a table valued function called fnCatchDownStream that takes an input parameter called HydroID.&lt;/P&gt;&lt;P&gt;I use it this way in SSMS as well as in Query layer....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM&amp;nbsp;&lt;SPAN&gt;fnCatchDownStream(356987)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Alberto&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 13:33:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863160#M5878</guid>
      <dc:creator>AlbertoAloe</dc:creator>
      <dc:date>2017-08-29T13:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can I interact with a Function Statement in SQL Server in ArcGIS?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863161#M5879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually did try that but I got an error saying that it couldn't find the table. &amp;nbsp;I can do this in FME and SSMS but not ArcGIS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 15:53:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863161#M5879</guid>
      <dc:creator>JacquelinePursell</dc:creator>
      <dc:date>2017-08-29T15:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I interact with a Function Statement in SQL Server in ArcGIS?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863162#M5880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;currently part of the data is dynamic and part of it is only nightly because they are migrating from an Access database and only parts have fully moved over. &amp;nbsp;So assuming that soon it will be pretty dynamic, having it "live" is preferable. &amp;nbsp;I have published several temporary event layers in map services from views built in Oracle and SQL Server databases and it has worked out well, a second or 2 delay, but it is well worth it and my users are ecstatic. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I do truncate and append my SDE with this data and all my other data sources nightly using FME so that my GIS users can have data to work with in their maps without needing to connect to 10 databases and sifting through tables like I have to.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 15:58:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863162#M5880</guid>
      <dc:creator>JacquelinePursell</dc:creator>
      <dc:date>2017-08-29T15:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can I interact with a Function Statement in SQL Server in ArcGIS?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863163#M5881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is a great idea, however, I will keep it open as an option if I have to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:05:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863163#M5881</guid>
      <dc:creator>JacquelinePursell</dc:creator>
      <dc:date>2017-08-29T16:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can I interact with a Function Statement in SQL Server in ArcGIS?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863164#M5882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you ever figure out if you could use the Function (a sql script that pulls data from many different tables/databases and also performs calculations) in ArcGIS Online?&amp;nbsp; I find myself in this same situation.&amp;nbsp; Our data is way too complicated to pull together in anything other than a function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2019 01:07:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/how-can-i-interact-with-a-function-statement-in/m-p/863164#M5882</guid>
      <dc:creator>GayleNeufeld</dc:creator>
      <dc:date>2019-11-07T01:07:57Z</dc:date>
    </item>
  </channel>
</rss>

