Viewing 15 posts - 1,066 through 1,080 (of 1,353 total)
I agree that the error handling is very clunky in SSIS, but as for the suggestion to script event handlers, would you please provide more details? thanks,
August 4, 2010 at 8:02 am
I don't know if this will help, but I code the path with one variable and the file name with another and then combine them at the end. The...
July 27, 2010 at 9:25 am
Doing any kind of query on that kind of thing becomes pretty evil. You effectively are unable to do efficient date-range queries (i.e. 01 March 2009 10:00 through to 05...
June 2, 2010 at 12:51 pm
Whilst there may be more efficent mechanisms to generate the data itself (you may get better with a loop in a stored procedure or other evils), it's a lot...
June 2, 2010 at 11:22 am
Not everyone is an expert at every part of SQL Server and while this persons article does not show the best approach to this, it is sufficient enough to point...
June 2, 2010 at 1:44 am
After many days of trial and error I was finally able to solve this problem. In my case I needed a least squares regression line for the previous 28...
June 1, 2010 at 8:02 am
This is an old topic, but I recently had to produce a Regression Line in SSAS 2005 for several measures for the previous 28 days. After many days of...
June 1, 2010 at 7:58 am
I agree with the comment that the date and time dimension need to be seperated. I've seen the combined design, and it rapidly becomes unwieldy. It also makes...
June 1, 2010 at 5:31 am
I don't think you can avoid a design that does that through the database design, if only because somehting has to go in first.. It does, however, account for...
June 1, 2010 at 5:25 am
An interesting design challenge. I don't have a good proposal off the top of my head, but will think about this. One thing your proposed solution would run...
May 31, 2010 at 10:22 pm
Without knowning the entities represented by the tables, no answer can be given for why it's wrong, or even that it is wrong, although it probably is. If you...
May 28, 2010 at 5:37 am
OK, if it's for your dad, then don't listen to your teacher. All the seats should be in their own table and then joined to the booking detail. ...
May 25, 2010 at 2:58 pm
If this is for a school assignment, you really should be working this yourself. We normally help those trying to solve their job related issues.
May 25, 2010 at 12:46 pm
I don't know why you have the seats broken out by different tables depending on the type. These should be combined and identified by an additional field if necessary.
May 25, 2010 at 12:24 pm
Two ways to do this: Probably better to have a table with shows, a table with seats in the theater, and then a detail table that joins show and...
May 25, 2010 at 8:16 am
Viewing 15 posts - 1,066 through 1,080 (of 1,353 total)