Viewing 15 posts - 16 through 30 (of 137 total)
General speaking, the relationship between dim and fact is the dimkey. If your dim has start_date and end_date then yes your fact table should reference the dimkey.
Building UDM database(STAR) best...
September 13, 2006 at 5:52 pm
No you can't, you can only run it as VB code.
January 11, 2006 at 9:44 pm
you don't have to ....choose one..
select a.name
, actual = sum(ta.amount)
, budget = sum(tb.amount)
from Account a
, SubAccount sa
, Trans ta, Trans tb
where a.AccountNum = sa.AccountNum
and sa.SubAccountNum =...
December 21, 2005 at 3:43 pm
your global variable will 'always' be initilised to the value that you last saved your package.
You may want to save the value into tmp table/file and upload to global vairable everytime...
December 21, 2005 at 3:07 pm
if you can run your reporting services reports as a batch file, thens use Execute Process Task to call the batch file.
December 20, 2005 at 6:03 pm
how did you excute on sqlAgent?
December 18, 2005 at 6:48 pm
your problem is, from source table your RECID(or row_id) column is defined as NULL but your destination table RECID is not NULL.
The means that some of the records in source table have NULL value...
December 18, 2005 at 6:11 pm
assuming you have fixed number of files, otherwise you probably have to play activeX to connections.
1. Create an ini file and use dynamic properties task to initialize the file name.
eg....
December 18, 2005 at 6:04 pm
sleeping - waiting on disk I/O or some other resource, also means that process is running extensive disk I/O. Also indicates if connection is made to the database and doing nothing...
December 15, 2005 at 5:50 pm
sleeping - waiting on disk I/O or some other resource, also means that process is running extensive disk I/O. Also indicates if connection is made to the database and doing nothing...
December 15, 2005 at 5:48 pm
someone had posted once, either bounce the server or create a local instance on the server.
December 15, 2005 at 4:40 pm
this sounds stupid....you may want to check line 93 in your text file to see any different from other lines.
are you able to post your text file and dll?
December 13, 2005 at 3:23 pm
Viewing 15 posts - 16 through 30 (of 137 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy