Viewing 15 posts - 451 through 465 (of 3,366 total)
If you are in the Enterprise edition of SQL Server there is a free OLE DB driver for DB2 from Microsoft. See if you can use that to connect...
February 9, 2010 at 10:06 am
LOOKUP_BI-756009 (2/9/2010)
Ok I shall try and see if it connects thru BIDS
In a development box it is generally fixed by adding the TNSNAMES.ORA file in the Oracle home folder which...
February 9, 2010 at 9:51 am
The TNSNAMES.ORA error relates to the authenticated user permissions to the Oracle home folder. You could try connecting to oracle without linked server in BIDs and then try again....
February 9, 2010 at 9:41 am
Instead of two steps in Asp.net you could just read the data in a dataset and insert into MySQL and SQL Server.
February 9, 2010 at 9:27 am
(1)Report Builder 3.0 : is it a production release ? Or just a beta version ?
It is in beta because it comes with SQL Server 2008 R2.
(2)Is it free (of...
February 8, 2010 at 2:16 pm
olie480 (2/8/2010)
Did you try DTS import/export wizard?
Wow! That's it! That is exactly what I was looking for! Thank you so much!
The new Microsoft POS (Dynamics POS 2009) has a tool...
February 8, 2010 at 1:49 pm
If columns are changing then you may need to use SSIS to move the 2000 to 2005, there is no SSIS in Express but you can either buy the developer...
February 8, 2010 at 12:16 pm
One of the problems I also may run into is that the data types of some of the fields, (i.e CompanyName datatype on database 1 is varchar(40) while CompanyName datatype...
February 8, 2010 at 11:33 am
In IIS 7 check the connection string definition I have had issues with IIS adding SQL Server Express connection string to the one you defined. You also need to...
February 8, 2010 at 9:29 am
SSRS uses CDO to enable the mail transport but if you check the rsreportserver.config file you will see the SMTP definition you may have to add values to it. ...
February 7, 2010 at 8:17 pm
george sibbald (1/30/2010)
To those of you confused the OP edited his post after my request for something more specific.thanks OP.
Thanks George I thought so this forum and the Reports...
January 30, 2010 at 10:40 am
DURGESH-769360 (1/30/2010)
how to embed ssrs project to asp.net application
You use the web version of reportviewer control to do that you can use it in local mode which means you run...
January 30, 2010 at 9:14 am
It is not running so right click on it and change the account to either Local systems or Network service, do the same for the browser service and all the...
January 30, 2010 at 8:39 am
adam spencer (1/29/2010)
How is Dot Net Nuke related to all this.
Is it popular among windows based web developers and something I should...
January 29, 2010 at 8:54 pm
arnabnath2002 (1/29/2010)
January 29, 2010 at 7:43 pm
Viewing 15 posts - 451 through 465 (of 3,366 total)