Forum Replies Created

Viewing 3 posts - 31 through 33 (of 33 total)

  • RE: Installed SQL License Question

    A little more info:

    FIX: SERVERPROPERTY Returns Incorrect Value for LICENSETYPE

    http://support.microsoft.com/default.aspx?scid=kb;en-us;291332

    The workaround is to re-confirm the licensing in the SQL Server 2000 licensing control panel applet, but I...

  • RE: check db if in restore

    Glitch,

    You should look into the DATABASEPROPERTY function in BOL.

    SELECT DATABASERPROPERTY('dbname', 'IsInLoad')

    will return 1 if it is being restored, 0 otherwise.

  • RE: Servers

    You might try something like this, using VB script and SQL-DMO.

    - J. Kozloski, MCDBA


    ' script using SQL-DMO to find available servers on network

    ' and register them in Enterprise...

Viewing 3 posts - 31 through 33 (of 33 total)