Viewing 15 posts - 136 through 150 (of 271 total)
Yes...make sure the pencil is sharp! Seriously, this is a subject that I just finished spending the entire weekend studying...and I am not sure if I am any closer to...
December 9, 2002 at 12:27 pm
You are welcome! If you have any more questions, I am happy to help if I can...
Michael
Michael Weiss
December 6, 2002 at 2:11 pm
If you set your date dimension table up with a surrogate key (say an integer identity column), then your foreign key column in your fact table would be of the...
December 6, 2002 at 12:16 pm
I don't mean to sound cynical, but I would get rid of XP Home and install XP Pro...
Michael
Michael Weiss
December 6, 2002 at 10:35 am
Here is a link to a brief article and example of a fact table. Basically, you want your fact table to consist of foreign keys pointing to the dimension tables....
December 6, 2002 at 10:33 am
PS - If you need help writing the query, please provide the particulars of the data you are querying...table name(s), columns, which fields you need to include, date parameters or...
December 3, 2002 at 1:15 pm
Hi Melissa,
If you click on the Wizards tool button in Enterprise Manager, one of the choices you have is Export Data. Select that, then select your data source. Next, set...
December 3, 2002 at 1:13 pm
Once you have your global variables defined, you need to establish a 'placeholder' in your sql statement for them. In your case, the sql would look like, 'INSERT ##TEMP(field1, field2)...
November 25, 2002 at 10:17 am
SP2 for Analysis Services should fix this problem. It can be downloaded (free) from the sql server site at microsoft.com...
hth,
Michael
Michael Weiss
November 15, 2002 at 10:30 am
Your mention of Mcaffee reminded me of a problem I had with Analysis Services on my home PC about a year ago...traced the error messages down and found it was...
November 13, 2002 at 9:00 am
I think I would use an ActiveX task object and create a script that loops through your ini file. This script would then build a dynamic SQL statement and include...
November 7, 2002 at 10:42 am
There are a few ways to go about doing it...but perhaps the easiest way to start is to create another package...in this package place two Execute Package task objects...have these...
November 4, 2002 at 2:24 pm
If you look at the three executables that make up SP2 you will notice that one of them is specifically for AS...
Michael Weiss
November 1, 2002 at 10:43 am
Look into setting an object reference to outlook...you should be able to walk through the object model and look for attachments that way...I would give you an example of code...
October 31, 2002 at 11:54 am
Is your email using MS Exchange? If so, you can use CDO via an ActiveX script to do virtually anything with your email that you can do through the GUI....
October 31, 2002 at 11:25 am
Viewing 15 posts - 136 through 150 (of 271 total)