checksum

Technical Article

RE: Converting Cubes

  • Reply

I guess I need to clarify my statement about using the cubes in both Oracle and SQLServer. What I have been told by my boss is that we want to be able to use 1 tool to create our cubes, such as the Analysis Manager, and then be able to distribute those cubes in our […]

You rated this post out of 5. Change rating

2003-07-31

Technical Article

RE: SQL Newie needs help

  • Reply

I am now using: <% ' Dim the Recordset Object Dim rsADO ' Define the Connection String From Above ConnectionString = "Provider=SQLOLEDB; Password=;User ID=sa;Initial Catalog=TestDatabase;Data Source=mydatasource;" ' Create the Object Set rsADO = Server.CreateObject("ADODB.Recordset") Source = "SELECT * FROM Table1" ' Open the Recordset rsADO.Open Source, ConnectionString if not rsADO.EOF then Response.Write rsADO("test") end if […]

You rated this post out of 5. Change rating

2003-07-13

1 reads

Technical Article

RE: Performance of a Database Restore

  • Reply

Jon, 6 hours is an extraordinarily long time for a 45gb database. Normally I'd say your tape drive needs looking at, except for the fact that it's about half the time for a pre-existing database. So, when restoring to a new database, given that SQL is taking about 3 hours just to prepare the ground […]

You rated this post out of 5. Change rating

2003-06-10

1 reads

Blogs

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

Snowflake + Azure blob

By

Let’s go back to data platforms today and I want to talk about a...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers