Viewing 9 posts - 1 through 9 (of 9 total)
Could anybody tell me how to connect inside a sql-script to another database without using DTS or SSIS?
May 3, 2006 at 11:34 pm
Hi John,
DTS and SSIS are really great parts of the SQL Server, but for quick use, just exporting data into an sql-script, including foreign keys and existing data in at...
April 27, 2006 at 1:50 am
Hello together,
I've got the same problem! Need to export the whole DB into
create table and insert statements.
Ottmar
April 27, 2006 at 12:20 am
Hello Markuss21,
just try it with CROSSJOIN's like
SELECT
{ [Measures].[CountValues]}
ON COLUMNS,
{ [Art].[KZ].Members} * { [dimension2].[xy].Members}
ON ROWS
FROM...
April 12, 2006 at 12:36 am
Hello together,
thanks a lot! I just go running it on our server for testing!
I'll write my experiences right here
April 6, 2006 at 11:24 pm
Hi,
just search for the following topics:
search for: "ROLAP tutorial" at http://vivisimo.com/ ,
I think there are good results wich will help you!
ROLAP (relational OLAP) -> for data...
March 13, 2006 at 11:29 pm
Where do you go to get information or learn something these Days?
You're not allone! Working at a big Company, ordering the newest SQL Server 2005 Books,... but the real practical...
March 9, 2006 at 11:53 pm
Viewing 9 posts - 1 through 9 (of 9 total)