Viewing 15 posts - 646 through 660 (of 3,366 total)
steves06 (12/21/2009)
December 21, 2009 at 9:40 am
urabe (12/21/2009)
I've installed SQL 2005 on Windows server 2003. I can ping the server, enabled TCP/IP and named pipes and remote connections.
However, I still receive Named pipes error -40, SQL...
December 21, 2009 at 9:17 am
I think most of what you are saying is not clear because there is fixed defined way to connect to oracle and that is the TNSNAMES.ORA file which includes Oracle...
December 21, 2009 at 9:05 am
pavan.reddyshetty (12/20/2009)
Sorry, it was 'Standard' edition. I have corrected my question.
That would be you are missing permissions because at least DBO permissions in ReportServerDB and ReportServerTempDB. Check the thread...
December 21, 2009 at 8:35 am
pavan.reddyshetty (12/20/2009)
I could able to create reports and run using BIDS (Business Intelligence Development Studio) but when I...
December 20, 2009 at 7:19 pm
Here is existing article from Microsoft that will help you create replication with SQL Server CE.
December 19, 2009 at 12:35 pm
Assembly 'System.Drawing' could not be installed because existing policy would keep it from being used.
Two things I did not see system.drawing in your using statements so you must have a...
December 19, 2009 at 8:35 am
Mike Green-427952 (12/17/2009)
First, the account the SQL Server Agent runs under currently is Local System.
Second, the owner of the package will be the sa account.
So is it...
December 17, 2009 at 7:33 pm
//test_sum.majid_class test = (test_sum.majid_class)Activator.CreateInstance(typeof(test_sum.majid_class));
The thread you posted is not related to your problem the above line of code tells SQL Server you are loading the assembly through reflection which is...
December 17, 2009 at 7:26 pm
Irfan-358189 (12/17/2009)
Some one in our office said you cant updrade SSRS2005 TO SSRS2008 which i dont believe.
Q.2
Izenda...
December 17, 2009 at 5:26 pm
nick.hassett (12/17/2009)
We have noticed that there appears to be no 64-bit version of the file: "Microsoft.SqlServer.Types.dll" ("SQL Server Spatial Types Assembly").
There is a 32-bit version in %Program Files(x86) %\Microsoft...
December 17, 2009 at 5:23 pm
sqlgreenhand (12/17/2009)
Do...
December 17, 2009 at 5:02 pm
sumit-679660 (12/17/2009)
="Data Source=" & Parameters!ServerName.Value & ";initial Catalog=" &Parameters!db.Value
and the starting default values of both these parameters are valid values.
If, by Connection Object, you meant something...
December 17, 2009 at 3:24 pm
I have formal education in architecure because I prepared for the IBM OOAD exam, it makes applying changes as needed to both layers of the application easy. In the...
December 17, 2009 at 3:16 pm
SSIS not liking share drive is not the issue because SSIS cannot get to any location without the Agent so it is dependent on the account used to run the...
December 17, 2009 at 2:52 pm
Viewing 15 posts - 646 through 660 (of 3,366 total)