Viewing 15 posts - 1 through 15 (of 90 total)
Here you are:
set conn = server.CreateObject("ADODB.Connection")
conn.Open ("Data Source=" & serv & ";initial catalog=" & catalog & ";Provider=MSOLAP")
February 3, 2006 at 12:26 pm
You are correct. However, when I try to use a DSN-less connection, I receive an error saying that the Provider is not available or was not found.
February 3, 2006 at 11:54 am
Thanks, noeld. The servers will be connected by GB ethernet and will be at the same location. A SAN will be used for disk storage.
September 16, 2005 at 11:07 am
I would be partitioning fact tables the largest of which will have 1 to 3 hundred million rows and will likely grow at a rate of a 100 million rows per year. The partitions will...
September 14, 2005 at 2:29 pm
You should consider building partitions for your cube based on the Time Dimension. In this way you can process the entire cube once and then only process the latest partition...
September 11, 2005 at 2:49 pm
Open Analysis Service Manager and Right click the server icon and click on Properties... (The property dialog box opens).
Click the logging tab. Under the Processing Log Settings section. If...
September 11, 2005 at 2:20 pm
1. The data load takes approx. 6 hours from each
2. EST users are in the system starting 8:00 AM EST
3. The load window is between 12:00 AM - 7:00...
September 8, 2005 at 2:04 pm
Thanks Kelly,
This is what I found too. It was the ODBC settings.
April 1, 2005 at 10:18 am
I'd be careful with that proc. I have used it myself and it has a problem decrypting SP's with more than 1 or 2 comments in syscomments. The problem is...
March 31, 2005 at 2:08 pm
More help needed.
I again wanted to thank you all.
Yoda, its scary but I almost understood what you were talking about.
Bob, magnificent job in following the clues.
You were able...
December 2, 2004 at 2:15 pm
Thank you all for your replies.
Thank you Bob for your very detailed response. It sounds like you've encountered this issue before.
Great solutions!
December 2, 2004 at 11:50 am
It's not the most elegant solution, but you can use parameters in your template. The syntax for creating a parameter is:
<parameter_name, data_type, value>
Use the Replace Template Parameter Dialog (Ctl+Shift+M) to...
September 23, 2004 at 12:04 pm
The DTS packages are also stored in the MSDB database. So replacing the MSDB database on the Target server, or inserting the records from the sysdts% tables from MSDB on...
September 23, 2004 at 11:11 am
Viewing 15 posts - 1 through 15 (of 90 total)