Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Unable to load client print control

    Hi Ren,

    Batch file code: Very simplistic. It just calls a VBScript.

    START w:\RSClientPrint\regsvr32.vbs

    File Copy Script Code: Just copies the extracted RSClientPrint files to the client PC.

    Option Explicit

    Dim fso

    Dim folder

    Dim fldrName

    Dim os

    Dim...

  • RE: Unable to load client print control

    Hi there,

    We have had the same issue with Reporting Services 2008 R2 and users that don't have administrative rights to the local PC. In our particular case the users couldn't...

  • RE: AppDomain Unloaded

    I have found this is typical if you have a CLR registered assembly in your SQL environment and CLR isn't enabled.

    The function or data type etc within the assembly...

  • RE: SQL Server 2008 and Windows Server 2008 SP1 Regional Settings

    Sorry, I forgot to post the resolution.

    I disabled the Group Policy, deleted the local profile and logged in again. Once this was done the applications etc all worked perfectly fine.

    This...

  • RE: DBAs and the Fear of Maintenance Plans

    Personally I don't like to use them. I prefer to have a much more controlled and granular approach i.e. using a combination of T-SQL, VBScript, Powershell and CLR (.NET). You...

  • RE: There's No Such Species as a DBA

    I concur :).

    Although I am technically a DBA, my role includes script writing using T-SQL, VBScript and Powershell, development using .NET, BIDS and managemnet of databases and servers. Then to...

Viewing 6 posts - 1 through 6 (of 6 total)