Is it ok to query tables/views that are not in the reporting database?

I have a requirement to show when a resource submitted/modified each of the items in their time sheet I found that we can get in this information by going directly to the publishing table MSP_Assignment_Transactions but it is well documented that accessing
the publishing tables directly is not supported by Microsoft.
What other options are there to get the data from this table or for that matter any table other than the reporting tables that Microsoft would support?
Just as an FYI we do not want to write to them we just want to select the data we need.

Even though accessing published DB is not supported for several reason, depending upon query you may start experiencing performance problems, if a later CU/SP alters the DB schema your reports may fail, but personally haven't experienced it in long
time,
Also in my personal experience if you are not acquiring lock on the table while querying, it doesn't harms but then there are downside of it
However as an alternate as Rod suggested use PSI to get the data and stage it in staging table or something and then use it for reporting or you can replicate the publish DB and use that for reporting purpose  
Thanks | Sunil Kr Singh | http://epmxperts.wordpress.com

Similar Messages

  • Best approach to delete records that are not in the source table anymore.

    I have a situation where I need to remove records from dimensions that are not in the source data anymore. Right now we are not maintaing history, i.e. not using SCD but planning for the next release. If we did that it would be easy to figure the latest records. The load is nightly and records are updated and new added.
    The approach that I am considering is to join the dimension tables the the sources on keys and delete what doesn't join. However, is there perhaps some function in OWB that would allow to do this automatically on import so it can be also in place for the future?
    Thanks!

    Bear in mind that deleting dimension records becomes problematic if you have facts attached to them. Just because this record is no longer in the active set doesn't mean that it wasn't used historically, and so have foreign key constraints on it in your database. IF this is the case, a short-term solution would be to add an expiry_date field to the dimension and update the load to set this value when the record disappears rather than to delete it.
    And to do that, use the target dimension as a source table, outer join it to the actual source table on the natural key, and so your update will set expiry_date=nvl(expiry_date,sysdate) to set to sysdate if this record has not already been expired on all records where the outer join fails.
    Further consideration: what do you do if the record is re-inserted into the source table? create a new dimension key? Or remove the expiry date?
    But I will say that I am not a fan of deleting records in most circumstances. What do you do if you discover a calculation error and need to fix that and republish historical cubes? Without the historical data, you lose the ability to do things like that.

  • Where can I find the Tables script that are used in the Documentation

    Hello All,
    Where can I find the Tables script that are used in the Documentation, Like Sales, Customers, employee, department.......
    Appreciate any Help
    Thanks & Regards
    Madhu K

    10g
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14198/scripts.htm#sthref77
    9i
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96539/scripts.htm#4216

  • Infopath Form error - validation errors that are not in the current view?

    Hey Experts,
    I have a Sharepoint 2010 server running on Server 2008. We have a list that has a custom form created using infopath for editing and new creations.
    The problem appeared after a server restart.
    Users can no longer create a new item in the list when they do they get this error:
    The form contains the following errors:
    Field or group: my:Author
    Error: Cannot be blank
    When I try and preview it in infopath2010 it also does the same thing but provides a more detailed error:
    Infopath cannot submit the form because it contatains validation errors that are not in the current view. Errors are marked with a red astrick or red dashed boarder.
    If you cannot find an error in otherviews, there might be a problem with the forms design.
    I checked all thru the form for my:Author field and can't find it on the page as a control or in the list of fields. Any recommendations?
    Thanks!

    Didn't know you also created this as a thread.  If you send me a direct email in the future, please let me know you also created a thread so that I can answer publicly to help others and to get credit for the time/effort spent.  Thanks.SharePoint Architect || Microsoft MVP ||
    My Blog
    Planet Technologies ||
    SharePoint Task Force

  • How to Find the Queries that are not hitting the indexes..

    Guys,
    Hope you all doin well.
    Would you guys please tell me any view , or any resource that can help me to identify those SQL Statements that are not hitting the indexes properly, Causing the system to slow down at peak times.
    Thanks
    Rgrds
    Y.Vo.

    any resource that can help me to identify those SQL Statements that are not hitting the indexes properlyInteresting ! Is there any specific reason of looking only for those queries, which are not making proper use of indexes.
    hare krishna
    Alok

  • How do you delete songs on iTune that are NOT on the library?

    I got a new computer few days ago, and I downloaded iTune on my new computer today.
    I want to delete all my songs that are in my iPod Touch now, and want to buy other songs.
    I don't have any songs in my library at the moment, since there's no song in my new computer now.
    So I want to delete songs, but since I don't have any of those songs in the library, I can't delete them. (I can't delete them since they are not on the library.)
    Are there any ways I can delete songs that are NOT on the library?

    You don't want to keep the songs that are on your iPod touch, in your library?
    You can keep them in your library and not put them on the touch.
    Then you can purchase other songs and put those on the touch.

  • Sharepoint Mp 2013 Discovers Servers that are not in the config file.

    Hi,
    Sharepoint Mp 2013 Discovers Servers that are not in the config file. Any workaround/fix?
    Regards,
    Mirza

    Hi,
    Would you please give more details about your question?
    Have you downloaded and imported the sharepoint 2013 management pack to your management group:
    System Center Management Pack for SharePoint Server 2013
    http://www.microsoft.com/en-hk/download/details.aspx?id=35590
    In addition, please also follow the below article to configure your management pack:
    Configuring the SharePoint 2013 Management Packhttp://blogs.technet.com/b/kevinholman/archive/2013/05/14/configuring-the-sharepoint-2013-management-pack.aspx
    It is also suggested to read the management pack guide before using the management pack.
    Regards, Yan Li

  • List users of specific databases that are not using the default storage quotas

    I have an Exchange 2010 SP3 DAG with 4 databases. I am trying to use powershell to find out, per database, which mailboxes are
    not using the "mailbox database defaults", which is unlimited in this case (no quotas for Issue warning, Prohibit send, and Prohibit send and receive).
    Something like "get-mailbox | where  {$_.UseDatabaseQuotaDefaults -ne $true} will not work because I just want the data for specific databases".
    I have also tried "get-mailbox -database nameofdatabase | where {$_.UseDatabaseQuotaDefaults -ne $true} | out-file c:\temp\nameofdatabase.tx" but it lists some users that show unlimited for all categories and others some that have limits on certain
    other ones. In short, it is not correct.
    HDL

    Hi,
    From your description, I would like to clarify the following thing:
    Running the Get-Mailbox -Database MBX1 | Where-Object {$_.usedatabasequotadefaults -eq $false} cmdlet will list all mailboxes who have a custom storage quota. But it only displays the value of ProhibitSendQuota. You can check the values of other storage
    quotas via EMC.
    EMC -> Recipient Configuration -> Mailbox -> double click the mailbox -> Mailbox Settings -> Storage Quotas
    Hope my clarification can be helpful to you.
    Best regards,
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Amy Wang
    TechNet Community Support

  • How to compare 2 different database to get table name which are not present in second database

    How to compare 2 different database to get table name which are not present in second database

    Sorry cannot test it right now
    use db1
    go
    select * from sys.tables t where not exists
    (select * from db2.sys.tables s where t.object_id=s.object_id)
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Identifying tracks that are not in the iTunes Music Library

    I've got about 12,000 songs in my iTunes Music Library. Suppose I want to remove some of them, say 2,000 of them, and keep the files. The files will then remain on my computer but not show up in iTunes.
    Is there a utility that will display tracks that are in the iTunes Music folder but are not in the music library? I am sure I will not be able to keep track of which 2,000 tracks I took out of the library. Which means I could forget forever that I even have the music. I thought I saw a reference to a way to do this but I have not been able to figure it out.
    Thanks.

    I've got about 12,000 songs in my iTunes Music Library. Suppose I want to remove some of them, say 2,000 of them, and keep the files.
    I would create a new folder and drag these songs from iTunes to this folder then delete them from iTunes and click Yes when it asks to delete from library and delete form hard drive.Delete

  • Transactional Replication: Alter view changes are not reflect on Subscription database

    Hi All,
    we are configured transactional replication in our environment on sql server 2008 R2 , Yesterday I made a view alter on publisher database the view also present in replicated articles but unfortunately the changes not reflect in subscription, I already have
    checked the : Replicate Schema change option in Subscription option its also true, there is not latency exist in replication monitor , i have checked the blocking on subscription and publication. one more thing I tested the changes on replicated table its
    working fine
    Please help me to fix the issue.
    Regards,
    Pawan Singh
    Thanks

    Hi Pawan,
    According to your description, the alter on the view in publication doesn't be reflected in subscription database. As my analysis, the issue could be caused by that the distribution agent job doesn’t run after altering the view.
    I make a test on my computer, and set up transactional replication to replicate tables and views. Firstly, when creating subscription, I set the distribution agent job ‘Run continuously’(as the screenshot below), and alter the view in publication database,
    then the change is successfully reflected to the corresponding view in subscription database.
    However, I also make another test with setting the distribution agent job ‘Run on demand only’(It is determined by you), and find that it is not reflected to subscription database unless I run the distribute agent job manually.
    The distribution agent is used to read the updated transactions written to the distribution database and applies the change to the subscription database, so please check if your distribution agent job runs after you alter the view. If not, please run the
    job and check if the issue still occurs.
    Regards,
    Michelle Li

  • View Layouts are not showing the various options

    When I select the View Layouts drop down I do not 'see' the various options.  They seem to be displayed as black on black.  The options are there they are just not visible.  Is anybody else seeing this or is there a work around?  See upper righthand corner of display.

    Download "Preference Manager" free from Digital Rebellion (dot com), and use it to properly, quickly, and safely delete your Motion 5 pref files.  Should clear that up, if simply re-launching Motion 5 doesn't do it.

  • How to get photos off an iPad 2 that are not from the camera roll?

    I have photos from previous iPhones and digital cameras on my iPad 2. I do not have the original laptop I used to put them on the iPad. How can I transfer them from this iPad to a different laptop? I do not want to lose them.

    To copy photos that were originally synced from a computer you will need a third-party app on your iPad such as Simple Transfer which can copy them to a computer via your wifi network. But as photos are 'optimised' when they are synced to the iPad, any that you then copy back to a computer may not be exactly the same as they originally were on your computer.

  • HT201272 What is it with songs that are not from the itunes store, but are coming from cd's and other download sources that all of a sudden do not play on my iphone and have a red stop button in a red round circle around them, behind the title?

    Songs that I have had previously downloaded from various other sources, but NOW ALL of a sudden they DO NOT PLAY on my IPHONE and DISPLAY a RED STOP BUTTON in a red round circle next to the title.  Everytime I click on it it DOESNT play.   What happen???? How can i get them to play.,   Why should i have to pay for the songs, and why are they in the ITUNES store and not in my regular playlist.

    Amazing steps you've done so far! The great news is this is very unlikely an issue with your iPhone.
    I've run into a similar issue lately as well. I narrowed it down to one song that was causing 30 songs not to sync. I removed the song from the sync list (unchecked it) and all 29 songs were able to sync.
    You may be running into a similar issue. This may be a problem with this version of iTunes, an issue with one song or a group of songs; hard to know for sure. It's important to narrow down and isolate the cause. Most imporantly get that music back on there!
    The way to narrow down the casue add just a few songs at a time (even 1, just to get that first sync finished). Manually syncing is what you'll need here.
    Plug in your iPhone, on the Summary screen (shows a picture of your iPhone, the iOS version, Restore iPhone....; etc). Under the Options area at the bottom choose to Manually Manage Videos and Music then choose Apply in the lower right. The music that's on your iPhone now should be removed from your iPhone now. You're now able to sync music manually.
    The link below explains how to drag the songs from the iTunes library on the computer on to your iPhone which will start the sync. Add just one song just to see if you can get 1 of those hundreds of songs on there. If you can, awesome! Keep adding until you find the song or group of songs that are causing this issue.
    http://support.apple.com/kb/HT1535
    Please let me know how things are going.
    Cheers!

  • Moving audio files around that are not in the iTunes library

    Hi,
    Can someone please confirm some behaviour for me. This is regarding iTunes (on OS X naturally) and moving files around that aren't located within the iTunes library.
    Most of the files I use are located within the iTunes library, they are fine. However i do maintain a number of files outside of the iTunes library which i primarily use as a DJ. I would like to keep these files seperate, however I do move them occasionally, especially as I classify new music into categories and such.
    On my previous powerbook, I noticed that I could move these files and iTunes would still be able to find them, without my manually notifying iTunes where to find them. I did notice a hiccup though, and once when I was recovering from a backup, a bunch of files that i moved weren't found by iTunes.
    on my lovely new macbook pro I'm experimenting with the same thing, but it hasn't seemed to been working so far.
    my question: Does OS X track where files get moved to? Does iTunes for Mac automatically fix it's library after some period of time through the OS?
    I'd really like to confirm this behaviour and see what I can / can't count on.
    thanks,
    conrad

    I dont think you can rely on itunes to keep track of your files consistently if you move them around all the time. One solution would be to make a "smart folder" in finder/file/new smart folder. You could call this smart folder "chicago hard house set" and set it to find the tag "chicago hard house set" Then in itunes when you find a track or loop you want to use in that set just add the tag "chicago hard house set" to the composer line under "get info". the smart folder will find the tag in itunes and put a the file in the smart folder, if you keep the smart folder on your desktop (or wherever) Ableton will see the folder and let you access all the files in it. So you can preview all your sound files in itunes and tag them to a specific set and they will show up in that sets smart folder. I use the smart folders to keep track of multiple tracks when recording with Digital Performer onto multiple hard drives at one time.

Maybe you are looking for

  • Itunes store working one day then not next day HELP?

    I have been happily using itunes for a while a regularly buy music from it. I bought an item as recently as 27th june. However, since going to bed and waking up my itunes will occasionally open up itunes store but wont perform a power search, claimin

  • Multi-table data block with update

    My data block is set up by joining 3 tables. Only 1 table is set up as updatable. The columns from the other 2 tables are set in property palette as not updatable. But when I try to update the data block row, I get: FRM-40501 ORACLE error: unable to

  • How to edit or add text to a PDF file from an e mail

    I would like to open a PDF file from an e mail received to work the file to edit and or add text, my e mail service is  LIVE.CA  (hot mail), I have Iwork 09 

  • Drill Down on union report

    Hi All, I have created an union report which displays the Daily and Weekly count together. But i am confused on how to give a drill to this report. The problem i am facing is i need to distinguish between the dail and weekly report. I have creaetd an

  • Starting an application automatically on boot

    Can somebody please tell mt whether I can program an application to start automatically when the mobile (Nokia N95) boots initially? Thank you