Viewing 15 posts - 1,906 through 1,920 (of 3,366 total)
You have not posted what you are using the opendatasource to connect to I also need to know what x64 operating system you are running.
March 26, 2009 at 8:04 am
It's interesting, because I have never backed up the ReportServerTempDB database. Since it had "Temp" in the name, I assumed it was some sort of temporary thing. Should I be...
March 25, 2009 at 3:37 pm
When you upgrade to 2005 you change the compaitibility mode using the sp_dbcmptlevel
The other option is to go to the database properties options and change your compatibility level.
March 25, 2009 at 2:45 pm
You could ALTER the table ADD a new column and SET IDENTITY, I don't think you can convert your current column to IDENTITY.
March 25, 2009 at 2:42 pm
You could back it up and truncate the log and it may be related to developers writing queries that can create performance issues.
So profile the code to see what is...
March 25, 2009 at 1:50 pm
The error is correct I think both VFP Char and SQL Server Varchar maps to .NET bytes a value type and not string which is a reference type. If...
March 25, 2009 at 12:30 pm
Shoot... they can't even get it right with simple pretty pictures... DTS, SSIS, and Business Objects Data Integrator are all miserable failures in my eyes.
Besides, you only need one English...
March 25, 2009 at 12:12 pm
Ops I posted information for the wrong exam here is the Transcender for exam 70-455 because there is currently no books or classes from Microsoft. I apologize for the...
March 25, 2009 at 11:30 am
The reason for your problem is in the first line of your stack trace SSRS must be installed in your C drive because the installation is not configurable. Check...
March 25, 2009 at 10:57 am
I added the N prefix to the insert query and I did a Break point in the program and I saw greek character but when I added them to the...
March 24, 2009 at 7:50 am
Then there is x86 ODBC at your point of connection reference it but your code must build x86 in the debug menu, the reason is dependent dll which is Office....
March 24, 2009 at 7:46 am
Collation does not affect how the data is stored, only how it is compared and sorted.
Well but when you need to store Greek one of the most complex European languages...
March 23, 2009 at 9:35 am
When you run the package manually it runs in the context of your permissions if you run it as a job it runs in the context of the Agent permissions...
March 23, 2009 at 9:10 am
So, I'm looking for some input on people's experiences with the 64 bit product. SSIS sounds like it might be a bit of a pain - but maybe not after...
March 23, 2009 at 8:24 am
There is no other solution you need to look for the x86 ODBC in your WOW64 directory so you can use Excel, if your Excel is through SSIS let me...
March 23, 2009 at 7:39 am
Viewing 15 posts - 1,906 through 1,920 (of 3,366 total)