Results 1 to 6 of 6

Thread: extended proc?

  1. #1
    Join Date
    Mar 2003
    Posts
    383

    extended proc?

    Using 'xpstar.dll' version '2000.80.760' to execute extended stored procedure 'sp_MSgetversion'.

    found above in error.log almost all the SQL 2k servers. What is it doing exactly for?
    I could run sp_MSgetversion without that xpstar.dll?

    thanks
    David

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    sp_MSgetversion uses xpstar.dll


    execute this.

    sp_helptext sp_MSgetversion
    Last edited by MAK; 08-19-2003 at 08:20 PM.

  3. #3
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254

  4. #4
    Join Date
    Mar 2003
    Posts
    383
    in error.log, the first line has displayed the sql -8.00.760(intel x86) info already, why need to execute the sp_MSgetversion again later, and also need a xpstar.dll's help?
    thanks
    -D
    thanks for the info.

  5. #5
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    I believe MS wants to get the info from the File xpstar.dll (go to properties and see the version of the file)

    Everytime when you do a hot fix or service pack this file is getting updated.

    I have no idea why they do not want to store that in a variable. I believe when this sp runs for the first time stores that info on the @@version global system variable.

  6. #6
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    may be that is why it is undocumented, so that we would use only @@version

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •