Lookup while you type feature in OBIEE

Hi
I am looking for a "lookup while you type" feature for dashboard prompts in OBIEE 11g. The feature should let the user type in the search term for a filter/dimension and should suggest all possible values based on the partial search term the user is typing. Please let me know if anyone knows of any such feature. Thanks.

You can use jQuery UI autocomplete (http://jqueryui.com/demos/autocomplete/). I use it in 10G. There is post in my blog about jQuery based autocomplete but in Russian :) (http://oracle-blog.ru/blog/16.html)

Similar Messages

  • Switching language for "Spelling while you type" feature

    In the Swedish help pages (could not find in english version) it clearly states that you should go the the "text inspector", choose "more" and change language. There is no "more" tab in the text inspector for keynote, it is in pages. Please fix this!
    I do presentations in both swedish and english, I need this feature bad!!!

    There is no "more" tab in the text inspector for keynote, it is in pages.
    In Keynote and other other apps the spelling feature is in Edit > Spelling and Grammar. Only in Pages is it in the Inspector.

  • Search-as-you-type feature

    Here is 1 more prob. with java jdk1.3
    I want the search-as-u-type feature to be made available here.
    My find dialogue box works well.We have a button Find Next which
    iterates thru the grid data.Suppose the criteria which the user selects is 'starts with'
    then whenever the start of the column data matches the text entered in text field then
    that row is selected.
    Now the user wants the search-as-u-type feature included.As we know whatever he types
    in textbox , if available in grid should move right on top & that shoud keep happening...the problem is
    that designing this thru java code is not easy.Because the iteration takes time & the way windows or other
    help search-as-u-type features work is very fast.How do i achieve the same result.
    Do i find a way out for this or is there another component which we cud use in java
    to handle this.

    Here is 1 more prob. with java jdk1.3
    I want the search-as-u-type feature to be made
    available here.
    My find dialogue box works well.We have a button Find
    Next which
    iterates thru the grid data.Suppose the criteria
    which the user selects is 'starts with'
    then whenever the start of the column data matches
    the text entered in text field then
    that row is selected.
    Now the user wants the search-as-u-type feature
    included.As we know whatever he types
    in textbox , if available in grid should move right
    on top & that shoud keep happening...the problem is
    that designing this thru java code is not
    easy.No? Why not? When I built something like this, I thought it was pretty easy.
    Because the iteration takes time & the wayWhat about using a binary search then?
    windows or other
    help search-as-u-type features work is very fast.How
    do i achieve the same result.If you've got a massive amount of data, sure, java will probably be slow. But generally Java can handle this almost as fast as native C++ code, and your problem is probably that you just haven't implemented this right.
    >
    Do i find a way out for this or is there another
    component which we cud use in java
    to handle this.

  • Blackberry 8520 Doesnt show what you are texting while you type in bbm sometimes HELP!

     This is for my boyfriend whose blackberry curve 8520 from t-mobile at times does not show what he is typing in the bbm message area. Does anyone know what it could be or if it has happened to them too?
    Thank you much in advanced,
    Gina

    Has he tried removing the battery and reinserting it?
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Disabling Spotlight menu's "live" search-as-you-type feature

    I do not like that Spotlight begins a search before I have finished telling it what to find. The "live" searching is slow and generally annoying. How do I prohibit Spotlight from executing a new or revised search with every new character typed?
    This has been bugging me since Tiger. I have scoured the web for a solution, but I have found only ways to deal with the problem--not solve it. I could use LaserLight or simply type the search query into any other text field and then copy/paste it into the Spotlight search field. Or I could use a different application entirely to do my searching.
    Suggestions?

    Forgot about Jeffry's  - http://www.flextras.com/?event=ProductHome&productID=10
    Evaluating now but if anyone knows of others please let me know.

  • Does ECC 6.0 Provide a Search-as-you-type Enhancement for Sold-To Party Field?

    In our quest to continually simplify the creation of sales orders, I would like to know if SAP has provided any way to simplify the search and entry of the customer sold-to or ship-to party.  What I am looking for is a way to enter the customer's name (or other customer search criteria such as city) in a single field and have it search-as-you-type.  This is also known as instant search, auto-complete and auto-suggestion.
    We would like to eliminate the clicks it takes to use the standard F4 search help.
    One of our internal developers has created a web-based (.NET) application that brings in SAP data for writing sales orders for a specific segment of our business.  This tool allows you to find the ship-to party by typing in the customer's state, city, zip, address or name in the Ship-To field.  The instant search feature narrow's the list down as you type.  What he has done is written SQL to concatenate the customer name, customer number and address information, and then provided a search-as-you-type feature on top of this.
    Fictious Example of concatenated data (State, City, Customer Name, Address, Zip, SAP Customer Number):
    WA Seattle, Home Depot, 11616 Aurora Ave N, 98133, 18394978
    Typing any of the above information in the field will search for matches and bring back results as you type.
    I would like to know if ECC 6.0 has any similar feature that can be used in VA01 to accomplish the same thing.
    Thank you.
    Rob Scofield

    I don't have access to the code our developer used but again, I am referring to a .NET browser-based application.  We extract a subset of SAP data using Attunity (say, every hour) and the SAP data is stored in a separate SQL Server database.  This database is used by a few browser-based applications we have developed.  For example, we have an application that allows external customers or internal employees the ability to look-up the status of an order.  The first thing you enter is the customer.  In some cases, this may be the Ship-To.  In other cases, the Sold-To.  The user can simply enter some part of the customer and records are searched for a match, as you type.  In our case, the lookup is occurring in SQL Server, not directly in SAP.  The developer took a simple approach of using some SQL query magic (it may be in a SQL Server Stored Procedure), to concatenate the relevant customer information that most people use to lookup a customer - Customer Name, Address, Customer Number.  So as you type, this entire concatenated string is searched and the list of potential "hits" is narrowed as you type.
    The paradigm is similar to Google's Search as you type (SayT), which you can read about here:
    http://www.theverge.com/2012/7/11/3152186/google-search-as-you-type-instant-results-merchants
    http://code.google.com/p/search-as-you-type/
    Or auto-complete: https://support.google.com/websearch/answer/106230
    This is nothing new in the web commerce world.
    I was told by an SAP rep that there might be an enhancement in SAP ECC (SAPGUI Desktop) that could do something similar.  However, I never heard back from him and was wondering if anyone else had heard of something.
    This is another example of how it seems SAP has fallen behind in their UI and search capabilities; and they need to catch-up.  For those of us that have used SAP for many years, F4 seems straight forward and we sometimes don't understand why so many users don't also find it simple.  The answer is, other vendors have made it more simple and with the consumerization of apps, SAP needs to get there.
    Rob

  • Application Error while activating the feature - for creating list content type, list definition and list instance

    Dear all,
    I am getting application error while enabling the feature. if any body can point out the issue - that will be helpful.
    content type
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <Field ID="{4C1B0A21-FCE0-4CFE-8742-A250672AFE4F}" Type="Note" Name="CourseDesc" DisplayName="Course Description" Required="TRUE" Group="Training Site Columns"/>
    <!-- Parent ContentType: Item (0x01) -->
    <ContentType ID="0x0100d57ecc53fde34177b096abd0ec90a8f9"
    Name="TrainingCourses"
    Group="Training Content Types"
    Description="Defines a Course"
    Inherits="TRUE"
    Version="0">
    <FieldRefs>
    <FieldRef ID="{4C1B0A21-FCE0-4CFE-8742-A250672AFE4F}" Name="CourseDesc" DisplayName="Course Description" Required="TRUE"/>
    </FieldRefs>
    </ContentType>
    </Elements>
    List definition
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <!-- Do not change the value of the Name attribute below. If it does not match the folder name of the List Definition project item, an error will occur when the project is run. -->
    <ListTemplate
    Name="TrainingCourses"
    Type="10100"
    BaseType="0"
    OnQuickLaunch="TRUE"
    SecurityBits="11"
    Sequence="410"
    DisplayName="TrainingCourses"
    Description="Training Courses List Definition"
    Image="/_layouts/images/itgen.png"/>
    </Elements>
    List instance
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <ListInstance Title="TrainingCourses"
    OnQuickLaunch="TRUE"
    TemplateType="10100"
    Url="Lists/TrainingCourses"
    Description="Training Course List Instance">
    </ListInstance>
    </Elements>
    schema
    <?xml version="1.0" encoding="utf-8"?>
    <List xmlns:ows="Microsoft SharePoint" Title="TrainingCourses" FolderCreation="FALSE" Direction="$Resources:Direction;" Url="Lists/TrainingCourses-LD_TrainingCourses" BaseType="0" xmlns="http://schemas.microsoft.com/sharepoint/">
    <MetaData>
    <ContentTypes>
    <ContentType ID="0x0100d57ecc53fde34177b096abd0ec90a8f9" Name="TrainingCourses" Group="Training Content Types" Description="Defines a Course" Inherits="TRUE" Version="0">
    <FieldRefs>
    <FieldRef ID="{4C1B0A21-FCE0-4CFE-8742-A250672AFE4F}" Name="CourseDesc" DisplayName="Course Description" Required="TRUE" />
    </FieldRefs>
    </ContentType>
    </ContentTypes>
    <Fields>
    <Field ID="{4c1b0a21-fce0-4cfe-8742-a250672afe4f}" Type="Note" Name="CourseDesc" DisplayName="Course Description" Required="TRUE" Group="Training Site Columns" />
    </Fields>
    <Views>
    <View BaseViewID="0" Type="HTML" MobileView="TRUE" TabularView="FALSE">
    <Toolbar Type="Standard" />
    <XslLink Default="TRUE">main.xsl</XslLink>
    <RowLimit Paged="TRUE">30</RowLimit>
    <ViewFields>
    <FieldRef Name="LinkTitleNoMenu">
    </FieldRef>
    <FieldRef Name="CourseDesc">
    </FieldRef>
    </ViewFields>
    <Query>
    <OrderBy>
    <FieldRef Name="Modified" Ascending="FALSE">
    </FieldRef>
    </OrderBy>
    </Query>
    <ParameterBindings>
    <ParameterBinding Name="AddNewAnnouncement" Location="Resource(wss,addnewitem)" />
    <ParameterBinding Name="NoAnnouncements" Location="Resource(wss,noXinviewofY_LIST)" />
    <ParameterBinding Name="NoAnnouncementsHowTo" Location="Resource(wss,noXinviewofY_ONET_HOME)" />
    </ParameterBindings>
    </View>
    <View BaseViewID="1" Type="HTML" WebPartZoneID="Main" DisplayName="$Resources:core,objectiv_schema_mwsidcamlidC24;" DefaultView="TRUE" MobileView="TRUE" MobileDefaultView="TRUE" SetupPath="pages\viewpage.aspx" ImageUrl="/_layouts/images/generic.png" Url="AllItems.aspx">
    <Toolbar Type="Standard" />
    <XslLink Default="TRUE">main.xsl</XslLink>
    <RowLimit Paged="TRUE">30</RowLimit>
    <ViewFields>
    <FieldRef Name="Attachments">
    </FieldRef>
    <FieldRef Name="LinkTitle">
    </FieldRef>
    <FieldRef Name="CourseDesc">
    </FieldRef>
    </ViewFields>
    <Query>
    <OrderBy>
    <FieldRef Name="ID">
    </FieldRef>
    </OrderBy>
    </Query>
    <ParameterBindings>
    <ParameterBinding Name="NoAnnouncements" Location="Resource(wss,noXinviewofY_LIST)" />
    <ParameterBinding Name="NoAnnouncementsHowTo" Location="Resource(wss,noXinviewofY_DEFAULT)" />
    </ParameterBindings>
    </View>
    </Views>
    <Forms>
    <Form Type="DisplayForm" Url="DispForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" />
    <Form Type="EditForm" Url="EditForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" />
    <Form Type="NewForm" Url="NewForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" />
    </Forms>
    </MetaData>
    </List>
    I am applying the feature to SPWeb level.
    cheers
    Sathya

    redeployed a new solution; since I was getting this error. I would have done typo errors etc.
    https://naveengopisetty.wordpress.com/2011/09/10/error-occurred-in-deployment-step-activate-features-invalid-file-name-the-file-name-you-specified-could-not-be-used-it-may-be-the-name-of-an-existing-file-or-directory-or-you-may-not-have-pe/
    Cheers
    Sathya

  • Does firefox 4 have the 'feeling lucky' google search feature when you type phrases into the URL bar? ATM it goes to google where i then have to click on website.

    if i type simply phrases in to the URL bar (i,e bbc) it use to take me directly to www.bbc.co.uk. but now in firefox 4, it seems to go to google.co.uk instead displaying all the searched items. I then have to click on the link i want.
    Is there any way of enabling this?

    The change between Firefox 3.6.* and Firefox 4 is how location bar search works. In Firefox 3.6 it uses Google "Browse by name" search. With the browse by name search, it performs a Google search and if there is a clear match it will take you to the site, otherwise it shows the Google search result. With Firefox 4 it just performs a Google search if you type something which is not recognised as a URL.
    To get the Firefox 3.6 behaviour on Firefox 4 you need to change a hidden preference.
    # Type '''about:config''' into the location bar and press enter
    # Accept the warning message that appears, you will be taken to a list of preferences
    # Locate the preference '''keyword.URL''', double-click on it and change its value to the link shown below
    [http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q= http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=]
    If you prefer, you can also do this by installing the Browse by Name extension - https://addons.mozilla.org/firefox/addon/browse-by-name

  • "completion insight" and "change case as you type" won't work for sql file

    Hi there,
    Just updated to 3.1 on my Mac Lion. It's very likely a bug since it used the work with 3.0.
    I have a "temp.sql" file where I store several queries. I start SQL Developer, open "temp.sql", connect to a DB but "completion insight" and "change case as you type" won't work anymore.
    If I click in "Unshared SQL Worksheet", the new worksheet tab will work fine with completion and change case, but I want to use my temp.sql and save things there when closing the application.
    To reproduce yourself the issue:
    Open SQL Dev, connect to a DB (it will open a worksheet), do some queries and check that change case and completion are working, quit SQL Dev, but save the worksheet in a sql file before. Re-open SQL Dev and open the sql file. Connect to the same DB and try to change the queries or create another. Completion and change case won't work anymore.
    About
    Oracle SQL Developer 3.1.07
    Version 3.1.07
    Build MAIN-07.42
    Copyright © 2005, 2011 Oracle. All Rights Reserved.
    IDE Version: 11.1.1.4.37.59.48
    Product ID: oracle.sqldeveloper
    Product Version: 11.2.0.07.42
    Version
    Component     Version
    =========     =======
    Java(TM) Platform     1.6.0_31
    Oracle IDE     3.1.07.42
    Versioning Support     3.1.07.42

    Well, it's partially working, if your sql file is big (like mine), say with more than 1000 lines, then, maybe because of memory usage, the automatic completion won't work as expected, though, sometimes, after a while, crtl-space would stil work.
    So, the problem may have been addressed, but I believe this feature can be definitely improved.

  • The Specified name is already in use while activating Publishing feature at site collection level in Moss2007

    Hi,
    Please suggest on this "The Specified name is already in use while activating Publishing feature at site collection level in Moss2007"
    The specified name is already in use.
    A list, survey, discussion board, or document library cannot have the same name as another list, survey, discussion board, or document library in this Web site.  Use your browser's Back button, and type a new name.   at Microsoft.SharePoint.Library.SPRequestInternalClass.CreateList(String
    bstrWebUrl, String bstrTitle, String bstrDescription, String bstrListUrl, String bstrFeatureId, Int32 lTemplateID, String bstrDocTemplateType, ListQuickLaunchOptions qlOpt)
       at Microsoft.SharePoint.Library.SPRequest.CreateList(String bstrWebUrl, String bstrTitle, String bstrDescription, String bstrListUrl, String bstrFeatureId, Int32 lTemplateID, String bstrDocTemplateType, ListQuickLaunchOptions qlOpt)  

    there are some OutBox list/libraries being created when you activate publishing features, make sure those names not being used: check this post for more detail..
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/f7e93d26-c2a1-42c2-b191-dc48f734684b/the-specified-name-is-already-in-use-error?forum=sharepointgenerallegacy
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • HT201343 Is there any way to put your monitor to sleep while you use Airplay?

    I've been using Steam as virtually a home game console since I found the ability to pair my iMac with my Apple TV for Airplay. The only problem I have is there seems to be no setting for putting your monitor to sleep while you Airplay to Apple TV. Since both end up in use, I'd rather the monitor be off or I would simply just play off that, although the TV is much bigger!
    Also another feature I'm not sure of is Airplaying a program while the computer is still in use. For example, I wish I could Airplay my Steam games to my TV while my girlfriend watched a movie or looked at Facebook at the same time. That would be epic.

    I usually use my MBP 13 (mid 2009) in Extended Desktop mode with a Dell 17" external display (and the MBP in Clamshell mode). I have 2 questions:
    1. After putting the MBP into Clamshell (by closing the lid), on waking up the external display the latter has the wrong resolution. I discovered that I can correct this by repeating the action, ie putting it back to sleep and re-waking it. At that point, the external display is at its best (1280 x 1024). But having to do it twice is kind of annoying. How can I avoid that?
    2. Before I got my MBP, I used the same Dell display with an Acer Windows 14" notebook. The resolution on the Dell using the Acer was better than it is with the MBP. I am thinking of getting a new external display to replace the Dell, maybe a 19" or 20". Is there a particular type of display that will produce the best resolution/image with the MBP 13?
    Thanks

  • How can I disable "search as you type" in Finder windows?

    I have used OS X since it first came out and have upgraded to each version since then.  I am now on Lion.  I have endured "search as you type" for as long as it has been a "feature" and I must say that I am fed up with it, mainly because it slows me down.  It makes the computer "get in my way," which is the very anathema Steve Jobs sought to destroy with Apple.  My Mac should be a friendly tool that doesn't get in my way.  Most of the time it is, but not when it comes to Finder searches.
    Toward that end I wish to disable "search as you type" (or whatever the offical name for it is).  More specifically, I want to disable it in the search bar in the upper right corner of Finder windows. 
    I don't care about the Spotlight menu in the menubar, as I never use that and don't want to train myself to use it.  And I refuse to use an alternative search utility to Spotlight.  I want to use the search field in the upper right corner of Finder windows, AND NOTHING ELSE.  But at the same time, I want to kill "search as you type."  I want to be able to type as fast or slow as I like and have my computer not search for anything at all until I hit RETURN.  I don't want to argue about it.  That is the way I want it.  And again, I don't want to use a 3rd part utility, no matter how glorious some people may say they are because I stubbornly want to use the search bar atop every Finder window EXCLUSIVELY.
    Therefore, is there some Terminal hack to accomplish this feat?  If so, what is it?
    Many thanks for your time.  I look forward to hearing your solutions.
    --James Wages

    Having posted the initial question more than 1 week ago now, I must say that I am quite shocked and dismayed that not a single experienced individual among us in these forums has the knowledge to even approach my question!  Not even a reply to say "it cannot be done"!  Forgive me for being brash.  But is everyone on vacation? Or does no one know?  Or is everyone truly apathetic toward the existing functionality?
    If our computers were so lightning  fast that "search as you type" was instantaneous (i.e., displayed results a 50ms or so, and faster than I could notice such that my fingers were not slowed down at all as I type), I wouldn't have taken time to write about this.  But I put forth the initial question because of the inherent slowness of "search as you type" and therefore I wish to know how one would go about disabling it on an OS level (i.e., without having to resort to a third party app).
    I look forward to your insightful replies!
    Thank you.

  • Geospatial Feature in OBIEE 11G

    Hi
    Please provide a pointer for comprehensive information on Geospatial Feature in OBIEE 11G and its implementation.
    Thanks.

    Hi,
    Have a look at the SampleApp demo set. If you follow this sample installation you will have a basic start set and exploration of also the geo spatial part:
    http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html
    Regards

  • OWA error: A problem occurred while you were trying to use your mailbox (Exchannge 2010 SP3)

    Hi!
    I have several mailboxes that are was moved from Exchange 2007 to Exchange 2010.
    Sometimes occurs a problem: in OWA may appears error "A problem occurred while you were trying to use your mailbox" when selecting interface elements (such as "Options", "Public Folders",
    "Reminders"). After this error user cannot access to mailbox through OWA during 10 minutes. The error "A problem occurred while you were trying to use your mailbox" appears in top of browser window on any computers. This behavior is manifested
    in any browser, but it can not be associated with any particular event.
    Access to mailbox through Outlook or through mobile devices (ActiveSync) continues to work fine in this time.
    The errors in Application log on Client Access Server is absent (including error with EventID 9646). ExBPA is not showing anything specific to that error message. Test of OWA connectivity working successfully.
    In the logs of IIS finded records:
    2014-08-26 09:23:01 172.16.0.31 GET /owa/ &ex=UE:Microsoft.Exchange.Data.Storage.TooManyObjectsOpenedException 443 DOMAIN\username 172.16.4.218 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.1;+WOW64;+Trident/5.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0;+InfoPath.3;+.NET4.0C;+.NET4.0E;+.NET+CLR+1.1.4322;+MS-RTC+LM+8)
    200 0 0 31
    Someone faced with such issue?
    Have ideas to solve the issue?

    Hi,
    Event 9646 occurs if a MAPI client opens more than the default value. You can follow the steps below for troubleshooting:
    1. Run regedit, and then click OK.
    2. Expand the following registry subkey:
       HKEY_LOCAL_MACHINE \SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem
    3. Right-click ParametersSystem, point to New, and then click  Key.
    4. Type MaxObjsPerMapiSession, and then press ENTER to name the new subkey.
    5. Right-click MaxObjsPerMapiSession, click New, and then click DWORD Value.
    6. Type Object_type, and then press ENTER to name the object.
    Note: Object_type is the name of the object type in the error message that is mentioned in the "Symptoms" section.
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Is there a way to have what used to be called "Macros" (a small blurb that you type repeatedly over and over)?

    Is there a way to have the use of what we used to call "Macros" which would be a key you could hit where you have installed a word, phrase, etc that you type repeatedly? By this I mean if, while on line, you repeatedly type out the phrase "Thank you very much for your attention to this matter"....you could hit a key (like maybe F5 or something similar) that would automatically type this phrase out so you don't have to type it over and over and over again.

    You can also look at Clippings.
    *Clippings: https://addons.mozilla.org/firefox/addon/clippings/

Maybe you are looking for

  • Console & IE 6

    Hi, Its not a big problem, but when running the console in IE 6 it brings up a support notice warning that the browser is not on the tested list. Fair enough, but is how do you turn it off once its been read! Thanks Al

  • How can i get my apps back?

    I had a 4th generation ipod touch that i bought apps on through the app store, but it broke so i bought another but now i cant figure out how to get the apps back. I tried going to the app store, then to purchased (using the same account) but in the

  • Convert from String to Int

    Hi, I have a question. How do I convert from String to Integer? Here is my code: try{ String s="000111010101001101101010"; int q=Integer.parseInt(s); answerStr = String.valueOf(q); catch (NumberFormatException e) answerStr="Error"; but, everytime whe

  • How can I report degraded service in a location?

    I want to report a relatively busy part of town where service is degraded to the point that phones and hotspots won't connect reliably to the internet on Verizon service. I can't find a way to do this through the website or even a link to call. Sugge

  • When to use FileTable, and DB design questions

    I have a kind of interesting scenario- lets say I have a list of people I wish to store in the database, so I create a table 'Person'.  Now lets say each person has a 2000 large image files (say high res photos or something).  Each image is > 5M.  Wh