Forum Replies Created

Viewing 15 posts - 3,586 through 3,600 (of 9,253 total)

  • RE: DNS entry for SSRS

    sql_dba123 (2/7/2014)


    But since SSRS 2008 and above don't require IIS, you may have to install IIS in the SSRS server

    SSRS still uses the same drivers that IIS uses, HTTP.sys...

  • RE: Encryption

    DuncEduardo (2/7/2014)


    Thanks Perry - I'm personally trying to push for this approach.

    Net Admin initially said that these methods can be resource-heavy and the preference is Tokenisation. However, having examined the...

  • RE: OS Disk Capacity Information

    Lowell (2/5/2014)


    would you consider adding a CLR procedure that gets the data instead? that seems like a much better way to go.

    http://www.mssqltips.com/sqlservertip/1986/sqlclr-function-to-return-free-space-for-all-drives-on-a-server/

    That only gets the drive level info and...

  • RE: OS Disk Capacity Information

    a simple WMI query via WMIC can get this info and can be run via the agent

    wmic volume get blocksize, capacity, "free space", name

  • RE: How do I find out server name and instance name? Thanks

    halifaxdal (2/5/2014)


    I just upgraded from SQL 2008 R2 to SQL 2012 and also installed Data Tools.

    I tried to use it but the first thing is, off course, prompt me to...

  • Viewing 15 posts - 3,586 through 3,600 (of 9,253 total)