Viewing 15 posts - 2,311 through 2,325 (of 3,366 total)
I installed SQL Server before I installed VS2008 but my VS2008 is Team Suites. And then I applied .NET 3.5 SP1.
February 11, 2009 at 6:21 pm
Here are two definitions one from Microsoft and the other an article.
February 11, 2009 at 5:49 pm
It may be related to the identity of SSRS application so you need to create new account for SSRS or use Network Service for SSRS.
If you are in IIS 6...
February 11, 2009 at 4:47 pm
There are two for Windows x86 32bits and x64 for 64 bits check below for details.
http://www14.software.ibm.com/webapp/download/search.jsp?rs=ifxdl&S_TACT=105AGX11&S_CMP=TUT
February 11, 2009 at 3:41 pm
Those Isolation levels are specific to SSIS because SSIS uses Distributed transactions which require a resource manager MSDTC by default. You don't have to use it you could call...
February 11, 2009 at 12:27 pm
Here is code I use it uses the JET directly without OPENDATASOURCE try running in with the 32bits ODBC.
/* Excel as a linked server */
/* Assuming we have an Excel...
February 11, 2009 at 9:37 am
You cannot run it with the 64bits Agent look for the 32bits Agent in the WOW64 directory amd run it from there because when something is 32bits all must be...
February 11, 2009 at 9:20 am
It works the problem is when Windows 2003 was released it comes without the x86 version ODBC but SP2 added it and fixed many data related issues.
I have helped people...
February 11, 2009 at 8:34 am
Yes the person needs to install Win2003 SP2 then you will find the X86 ODBC which is the 32bits version at the connection panel.
And here is the DSN...
February 11, 2009 at 7:19 am
Actually the ODBC to use with JET is in the WOW64 directory of the server so you ned to use that because as the others have said there is no...
February 11, 2009 at 6:38 am
6. Edit the Web.config file and ensure that there is only one instance of the following XML element structure:
No you did not you said installed Web.Config that...
February 11, 2009 at 6:24 am
The SQL Server Tool Kit edition in local mode used with either Winform or Webform ReportViewer control uses ADO.NET dataset so the query can be any DBMs and custom collections.
These...
February 10, 2009 at 5:48 pm
The solution is in here check your web.config and edit it so the prompt will go away.
February 10, 2009 at 4:45 pm
snigger, and you think my statement was emphatic ROTFL
The SQL Server Express Tool Kit edition comes with Management Studio and Reports creating BIDs. The funny thing is the...
February 10, 2009 at 3:52 pm
I'm afraid far too much of my Oracle development was done in a Text Editor, and either a command line or Telnet session into SQL*Plus.
That is the issue to me...
February 10, 2009 at 2:35 pm
Viewing 15 posts - 2,311 through 2,325 (of 3,366 total)