Viewing 15 posts - 2,656 through 2,670 (of 3,366 total)
The script is failing because what you are doing is not right, because reports deployment problems comes from setting of permissions and moving the ReportServerDB and ReportServerTempDB. The developed reports are...
August 11, 2007 at 12:37 pm
Hi Richard,
The First is what is causing it you need to start a new report and either add your fields manually through expression in the tables details section or try...
August 2, 2007 at 6:50 pm
If you want to extract and store use Greek collation, attach Word not really but IMAGE column store Word and PDF almost like attaching because your file will be inserted...
August 2, 2007 at 10:29 am
If your files are Word documents that changes your needs because Word is best stored in IMAGE because all other data types you could loose formatting. The IMAGE data type comes with...
August 2, 2007 at 9:10 am
If the cast to varbinary will solve the problem it could also imply varbinary column could solve character conversion problems, a few weeks back a user picked my collation solution...
August 2, 2007 at 9:00 am
You have more than the minimum the SQL Server installer may be confused, try installing the Advanced it comes with all the features of regular SQL Server except the Agent. ...
July 31, 2007 at 4:43 pm
Create blank databases and use DTS to copy your data back, all other solutions will not return your original databases because the product changed in many ways. Hope this helps.
July 31, 2007 at 4:19 pm
(Basically SQL Server just takes the UTF-16 representation, and stores that in the row record)
(select a, cast(a as varbinary(20)) from alma2)
SQL Server does not use UTF16 it uses UCS-2 which...
July 31, 2007 at 8:23 am
Actually that is not correct because being Nvarchar just tells SQL Server the data is not ASCII it is the collation that tells SQL Server what language to store with...
July 31, 2007 at 6:22 am
To calculate PI you need float data type to get correct results and to store the symbol in Nvarchar you need to make the column collation Greek, you are getting...
July 29, 2007 at 6:51 pm
No it works just not fully documented, using proxy account with the Agent to move data from one location to another worked from SQL Server 7.0. There are issues not...
July 29, 2007 at 4:33 pm
The SQL Server team created a toolkit to help you deploy your database to a hosting company all you need is an account. There is a two part tutorial of...
July 28, 2007 at 6:52 pm
You cannot drop a foriegn key with DRI(declarative referential integrity) constrant because the CASCADE UPDATE, CASCADE DELETE, CASCADE SET NULL and CASCADE SET DEFAULT if all are enabled must be dropped before...
July 26, 2007 at 3:32 pm
Viewing 15 posts - 2,656 through 2,670 (of 3,366 total)