Viewing 15 posts - 2,041 through 2,055 (of 3,366 total)
You need to print out that file and read it and you will see what you need to do to remove the SSRS related features. You may not be...
March 10, 2009 at 6:47 pm
You have to manually remove just SSRS or the whole install, use the steps in the link below.
Then make sure IIS is installed and configured with all the features needed...
March 10, 2009 at 6:04 pm
When the user will build cubes and SSRS reports the best solution is to give the user the under $50 online Developer edition it is the Enterprise edition with no...
March 10, 2009 at 5:49 pm
My advice is to use legal Nondisclosure Agreements
Nondisclosure is not enough there are laws in place for Banks and Pharma I think these laws needs to be implemented in...
March 10, 2009 at 3:32 pm
You could use the new box for transactional processing but the SSRS box must come with good design and flexibility to use Views as datasource as needed so your developers...
March 10, 2009 at 2:41 pm
If you run the code below in each instance you will get all the information for number two and four, the others you may need to talk to Microsoft. ...
March 10, 2009 at 12:05 pm
The quick place to look is activity monitor if you are in SQL Server 2008 the location have changed, it is the option to the right of the print option...
March 10, 2009 at 11:46 am
The content manager role is actually higher than you need but the person cannot be DataReader because you can use shared datasource with one DBO permission in the database used...
March 10, 2009 at 11:20 am
I would think a rebuild should remove all the references but it did not so you need to use the instructions in the link below to manually uninstall your previous...
March 10, 2009 at 11:00 am
If you are running 64bits SQL Server and your third party application is 32bits then it may not be able to use most of the resources that 64bits RDBMS provides....
March 10, 2009 at 8:41 am
The short answer is no because that collation is US English so if you need unicode you have to define the columns as Nvarchar Nchar, Ntext and Nvarchar(max). Check below...
March 10, 2009 at 8:19 am
No but Nchar and Nvarchar are in the data type drop down list you can choose it, however you could choose a collation that uses only Unicode in your database...
March 9, 2009 at 2:39 pm
Then you need to make sure remote connection is enabled in SAC with both local and remote enabled, Named Pipes and TCP/IP and the browser service is running. If...
March 9, 2009 at 8:44 am
SQL Server got that in 2000 because in SQL Server 7.0 Unicode require reinstall, and you are right 2005 comes with more easy to use Unicode.
March 9, 2009 at 8:00 am
I am not sure you could check in the Reports Deployment folder but I know if you click on datasource in BIDs you will see the connection information is empty....
March 9, 2009 at 7:58 am
Viewing 15 posts - 2,041 through 2,055 (of 3,366 total)