Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. aleks1429

    data warehouse design question

    i have an oltp db that gets updated with data every week or so that i would like to report from.... should i create a new data warehouse design where data is going to flow from the oltp into data warehouse db and then build SSAS on top of DW? or should i just use the existing oltp and...
  2. aleks1429

    MDX query

    I need help with building an MDX query to fetch date data..... i am trying to get the last date an employee data was changed i have 2 dimensions and 1 fact table (star schema) fact table: fact_employee dimension: date & employee_info In fact table, i store a boolean field HasChanged? 1 -...
  3. aleks1429

    Remove Log Off

    I am trying to remotely log off from a server. I am using the following code: Set objSystemSet = GetObject("winmgmts:{impersonationLevel=impersonate,(Shutdown)}!\\" & strcomputer & "\root\cimv2")_ .InstancesOf("Win32_OperatingSystem") WScript.Echo "Starting to Log-Off" For Each objSystem...

Part and Inventory Search

Back
Top