Viewing 9 posts - 1 through 9 (of 9 total)
At risk of taking this forum thread on a tangent, a data mart is a subset of a data warehouse. Unless you are working with a very simple business, you...
July 24, 2007 at 9:58 am
I'm a beginner at datawarehousing, so you might not put much weight on my response:
The dimensional model is necessary for a datawarehouse. You have described an ODS (see http://www.dmreview.com/article_sub.cfm?articleId=469)....
July 24, 2007 at 7:33 am
The original question is, in my words "why does running the stored procedure from the (VB) front end return no rows, while running it from QA returns rows?"
Some ideas:
1. Nocount, 2....
December 4, 2006 at 7:20 am
At risk off getting off-topic for this forum, what is the VB code you're using to get the return values?
December 1, 2006 at 1:53 pm
You say it works in QA. Where else are you calling the the stored procedure from? A VB front end? MS Access? Let us know. The code is not intuitive...
December 1, 2006 at 6:52 am
The STUFF function might also help.
UPDATE table
SET AdditionalData = STUFF(AdditionalData,37,4, '0000')
WHERE certaincondition = 1
December 1, 2006 at 6:29 am
My first issue:
I often use lookup tables for more than one other table . What would I put in the strCategory column? I would need a child table for multiple categories.
My second was covered in...
September 27, 2006 at 7:40 am
A parody, which I take no credit for, of the blue screen of death:
"Windows has shut down improperly. To avoid this happening again, get a more stable operating system."
March 3, 2006 at 1:48 pm
Try this, too:
Record Scott Anderson's steps (previous post) in Excel in a macro
I found one thing very odd: the connection string...
February 1, 2006 at 6:27 am
Viewing 9 posts - 1 through 9 (of 9 total)