Viewing 15 posts - 31 through 45 (of 65 total)
Hi
Have you tried running each step one by one? Do they all execute? Secondly if they do check you have the latest SQL Service pack installed. Use this SELECT SERVERPROPERTY...
October 11, 2006 at 12:18 am
Hi
Have you tried dumping to a text file then importing the text file?
Mike
October 2, 2006 at 6:21 am
Hi
I do not have a Oracle server to test this on...But I am guessing you are using a Transform Data Task to get the data into your DB....Can you not...
September 27, 2006 at 6:36 am
Hi
Have you tried importing the date fields into a varchar?
Regards
Mike
September 27, 2006 at 2:56 am
Hi
This might not be 100% right but as far as I know it go like this.
; The...
September 26, 2006 at 6:06 am
September 21, 2006 at 5:45 am
Hi
Here is two things I would try...
1. Try import the data into a text file....Then into the table.. Check what it looks like in the text file and then check...
September 15, 2006 at 5:37 am
Hi
Not sure if I am sending you down the wrong route but could it not to be with the different collations on the Database's
Michael
September 15, 2006 at 2:54 am
Hi
Do you have any foreign key relationships on the table. If so...
September 13, 2006 at 12:10 am
Hi
You probably are not using ODBC to connect to SQL using .Net...So all you would need to do is ensure your client PC has the .Net Framework...
September 11, 2006 at 12:17 am
Hi
Can you not do something like this. If its a once off this should be fine
INSERT INTO Publisher
(PubName)
SELECT Distinct(Publisher)
FROM Books
---Then run this
INSERT INTO Publisher
(PubName)
SELECT Distinct(Publisher)
FROM JournalPaper
WHERE Publisher not in (SELECT...
September 8, 2006 at 12:57 am
Hi
I have worked with Crystal Reports / Crystal Enterprise extensively and my...
August 31, 2006 at 11:33 pm
Hi
This is not bad to get you started. There is a whole series;
http://www.databasejournal.com/features/mssql/article.php/1429671
August 25, 2006 at 8:01 am
Hi
You could also try sawzip...Do a search on google for it.
Mike
August 24, 2006 at 8:13 am
Hi
If you do want to look at re-process your cube you can look at DTS and the Analysis Services Processing Task.
Mike
August 23, 2006 at 7:29 am
Viewing 15 posts - 31 through 45 (of 65 total)