Viewing 15 posts - 1,921 through 1,935 (of 3,366 total)
I'm not sure I follow - is there a need to use local admin accounts to run the client application against SQL 2005, but not against the express version? That...
March 21, 2009 at 7:00 pm
Good luck with all that granular permissions in a very old COM based application because if the runtime does not allow all that then your users will tell you they...
March 21, 2009 at 4:35 pm
VB6 may be the reason so your employer needs to either move the application to .NET or deploy in virtual machine, if your users are not many you could run...
March 21, 2009 at 11:12 am
There is no x64 JET engine because Office is still x86 so you need to install Win2003 SP2 that installs the x86 JET engine which let you use Excel and...
March 21, 2009 at 10:53 am
You have two options use Subreports to execute the other queries or use sp_executesql to call your other queries, there maybe other options but these two are standard operations.
March 21, 2009 at 8:28 am
It depends on what you are doing with OPENDATASOURCE if you are using it with x64 RDBMS server like Oracle, DB2 or PostgreSQL then you can use the 64bits OLE...
March 20, 2009 at 7:10 pm
Here is the other thread with SSRS the solution was minor registry edit and using the Microsoft required component configuration path.
http://www.sqlservercentral.com/Forums/Topic672883-146-1.aspx
March 20, 2009 at 6:57 pm
I think you have to define and create it for both 2005 and 2008, the links below will help you with Full Text Thesaurus.
http://www.simple-talk.com/sql/learn-sql-server/understanding-full-text-indexing-in-sql-server/
March 20, 2009 at 3:23 pm
You have to love the fact that the whole Crypto class is not in Dot Net for the Mobile.
The quick thing that comes to mind is prime numbers and limited...
March 20, 2009 at 2:51 pm
Se inició una excepción de tipo Microsoft.ReportingServices.ReportRendering.ReportRenderingException
This is what I posted in Google so you have to investigate out of memory exception and the many known issues of moving reporting...
March 20, 2009 at 8:57 am
You could if you use SMO because VC++ does not support ADO.NET, so start with the link below.
http://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.datatype.geometry.aspx
March 20, 2009 at 8:50 am
The reason for your error was not translated because Google says your error is out of memory exception which may have made my answer different. Here is a support...
March 20, 2009 at 7:40 am
why can't you comprehend?!
.net frameworks already updated
That is not what aspnet_regiis is for and I am now telling you that you cannot run Asp.net 2.0 dependent SSRS 2005 without...
March 20, 2009 at 6:54 am
I am late to this but Microsoft have improved the System.Security.Cryptography class with the implementation of the new Elliptic Curve Diffie-Hellman classes which are more secure than the previous version....
March 19, 2009 at 8:48 pm
Then drop the existing Full Text index then ALTER the table to change NText to NVarchar(max) and then redefine the index Full Text to auto populate. I still think...
March 19, 2009 at 7:47 pm
Viewing 15 posts - 1,921 through 1,935 (of 3,366 total)