Viewing 15 posts - 16 through 30 (of 177 total)
You're describing a many-to-many relationship. As you suggest, you want three tables: Subtest, Program, and SubtextXProgram. (Just an example, choose your own naming convention.)
The last table you describe would be...
January 7, 2004 at 12:10 pm
how do SQL know which and how old the backup file is so it can delete?
SQL Server keeps track of the backups in MSDB.
As for why the old backups...
January 5, 2004 at 1:52 pm
how do SQL know which and how old the backup file is so it can delete?
SQL Server keeps track of the backups in MSDB.
As for why the old backups...
January 5, 2004 at 1:52 pm
This sounds like it may be a religious issue. I guess it all depends on what you're used to. I've always used ColName as AliasName and I've found...
January 3, 2004 at 9:39 pm
quote:
I have not toyed around much with Analysis Services yet, but what features are not available?
January 3, 2004 at 9:30 pm
How often do you need to copy the data? Will the database on the test server be updated?
January 3, 2004 at 9:26 pm
Thanks Frank. However, I'm really asking, is there a way to write this query without utilizing a derived table.
January 3, 2004 at 9:24 pm
What RonClarke said.
When I said that the subquery returns all the values in table1, I meant all of the values for the column specified in...
January 3, 2004 at 9:22 pm
Let me clarify.
Since the subselect evaluates as select code from table1, table2, you get a cartesian product. In other words, you get all of the values from table1 repeated...
January 3, 2004 at 12:47 pm
I'm currently running SQL Server 2000 Developer Edition on XP Pro.
Not all of the features of Analysis Services are available, but that's about it.
January 2, 2004 at 7:35 pm
ThomasH, you are correct in that the subselect will evaluate to
select code from table1, table2.
That query returns no rows. Thus, including it in the main query will result in...
January 2, 2004 at 7:33 pm
We definately need more info as Frank Kalis and whoteegan point out. However, here's a shot in the dark. If the SP works well once or twice and...
January 2, 2004 at 7:21 pm
I was thrown by the same thing. None of the answers looked correct to me.
December 31, 2003 at 4:29 pm
I agree with whoteegan.
Also, you can't use Windows authentication in this manner if there is a domain involved.
December 31, 2003 at 4:26 pm
Viewing 15 posts - 16 through 30 (of 177 total)