Forum Replies Created

Viewing 15 posts - 2,041 through 2,055 (of 3,366 total)

  • RE: cannot reinstall sql reporting service

    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...

    Kind regards,
    Gift Peddie

  • RE: cannot reinstall sql reporting service

    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...

    Kind regards,
    Gift Peddie

  • RE: Visual Studio Client install

    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...

    Kind regards,
    Gift Peddie

  • RE: The Challenges of Being Safe

    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...

    Kind regards,
    Gift Peddie

  • RE: New server - use for reporting or transactional?

    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...

    Kind regards,
    Gift Peddie

  • RE: Getting a list of SQL Server Versions, Editions and users

    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. ...

    Kind regards,
    Gift Peddie

  • RE: is there command to run and see who is locking or if there is any problems with specific database

    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...

    Kind regards,
    Gift Peddie

  • RE: Only Report Deployment access to reporting services

    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...

    Kind regards,
    Gift Peddie

  • RE: SQL SERVER 2005 INSTALLATION ERROR

    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...

    Kind regards,
    Gift Peddie

  • RE: 32Bit or 64Bit?

    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....

    Kind regards,
    Gift Peddie

  • RE: Unicode

    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...

    Kind regards,
    Gift Peddie

  • RE: Unicode

    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...

    Kind regards,
    Gift Peddie

  • RE: Difficulty connecting to a remote SQL Server db.

    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...

    Kind regards,
    Gift Peddie

  • RE: Unicode

    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.

    Kind regards,
    Gift Peddie

  • RE: Difficulty connecting to a remote SQL Server db.

    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....

    Kind regards,
    Gift Peddie

Viewing 15 posts - 2,041 through 2,055 (of 3,366 total)