Viewing 15 posts - 2,086 through 2,100 (of 3,366 total)
It is not quite that simple but you could use Unicode and use German code page for the German databases. I have covered some info in the thread below...
March 6, 2009 at 7:44 am
Let add to what Chris is telling you SSRS is saying don't pass anything that temporary to me, because SSRS rejects most code using temp tables so if you create...
March 6, 2009 at 7:29 am
You cannot move a SQL Server database to any new version and take it back to the old version because the new and the old are not the same. ...
March 6, 2009 at 7:26 am
Check the thread below for a work around solution develop in 32bits and deploy in 64bits and all Microsoft development require Oracle 9i client and above.
March 5, 2009 at 2:20 pm
Actually you can use ASCII characters and you don’t have to use Unicode. If you use code page 1256, then you can store Arabic letters in using ASCII instead...
March 5, 2009 at 1:39 pm
It may not be related to anything added to SQL Server but all Aggregate functions ignore nulls except COUNT(*) which counts all the rows so all aggregate operations with Nullable...
March 5, 2009 at 1:20 pm
Here is how to use the CLR debugger with Asp.net and the second link is a thread where the user did not do many basic things so we talked for...
March 5, 2009 at 11:52 am
, I got a 403 error, and following MS's help for that, I was able to determine that I needed to configure IIS to allow scripting through the "Handler Mapping"...
March 5, 2009 at 10:51 am
.NET 3.5 is not relevant because Asp.net 3.5 still builds to 2.0 because the CLR is still 2.0 and VS2008 adds the relevant .NET 3.5 references for you. And...
March 5, 2009 at 9:49 am
aspnet_regiis is the utility that takes care of Asp.net runtime permission and other things you may be using in your Asp.net application, check below for the docs from Microsoft including...
March 5, 2009 at 9:39 am
Again no you did not I cannot understand why you cannot print out the features to enable and do exactly what is in that link. That link is the...
March 5, 2009 at 8:31 am
It is not automatic but it saved our project when our development SQL Server failed twice. All our .bak and stored procedures are in VSS so both times we...
March 5, 2009 at 7:47 am
You cannot develop SQL Server 2005 Reports with VS2008 because SQL Server 2005 can only use VS2005.
So you need to install SQL Server 2008 to use VS2008 for Reports development.
March 5, 2009 at 7:31 am
The short answer is no because you don't even have internet access enabled so make sure you enable only what is enabled in that link.
March 5, 2009 at 7:29 am
I am not aware of such restriction and here is a thread with known issues resolved and both versions of SSRS running. If it is not allowed Microsoft would...
March 5, 2009 at 7:17 am
Viewing 15 posts - 2,086 through 2,100 (of 3,366 total)