Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kim1

  1. kim1

    sp_OACreate

    Hi, I have the following error message when I run: exec @intres = sp_OACreate 'CDO.Message', @intMsg OUTPUT Error: Source: ODSOLE Extended Procedure Description: The specified module could not be found. Does anyone has an idea ? Thank you very much for your help Kim Kim
  2. kim1

    Possible to add db role to server role ?

    Carla, I think you can add an application role but not a database role to a Server Role because the application role is at the server level (if I am not wrong.) Kim Kim
  3. kim1

    Possible to add db role to server role ?

    Hi James, I have a database roll that has some users in it and sometimes I need those users to have sysadmin priviledge. Is there anyway to set so I don't have to set manually each sql login to have sysadmin? Thank you for your help. Kim Kim
  4. kim1

    Possible to add db role to server role ?

    Hi everyone, Is it possible to add a Database Role to a Server Role? Kim Kim
  5. kim1

    Cannot set proxy_account

    Hi, I have a problem setting my sqlagent proxy account. I logging in as Administrator of the domain on my SQL Server and I try to set my proxy account to be the same account, but it keeps telling an error. Error executing extended stored procedure: Specified user can not login. Any ideas ...
  6. kim1

    Overwrite Excel File when using DTS to Export

    Hy guys, Does DTS has an option to overwrite the file when I want to Export data from a Table to an Excel File. I try to run it every night, and DTS adds at the bottom of the file, it does not overwrite it. Is there anything I can do? thanks for your help. Kim Kim
  7. kim1

    System table show if columns is part of PK?

    Hi guys, Is there any system table I can request to tell me if a columns is part of a primary key and Unique Key? Table1 - ColA (PK) - ColB (PK) - ColC ColA and ColB are Primary Keys I have a loop that goes throught each column and I want to know if it is part of a primary key? or Unique...
  8. kim1

    DTS: Transfer SP - it deletes all blank line?

    Yes, There is no bug fix related to this. It is really amazing. My SP is like the following: CREATE PROC Test AS Select 'A' Select 'B' When I use the DTS to transfer this SP It comes out: CREATE PROC Test AS Select 'A' Select 'B' Thank you very much. Kim
  9. kim1

    DTS: Transfer SP - it deletes all blank line?

    Yes, I use SQL server 2000 Service Pack 2, both server have the identical installation. The Tabulation remains the same, only the whitespace line that are removed. Thanks Kim
  10. kim1

    DTS: Transfer SP - it deletes all blank line?

    Hi guys, When I transfer object between SQL Server, my stored procedure that have blank line were deleted during the transfer. Is there any way I can avoid this deletion. I want to keep my blank line in my SP. Thank you very much for your help Kim Kim
  11. kim1

    How to tell SQL Server Not Sending Message If Error

    Hi Terry, Is there any way we can prevent the CALLER (it could be a ADODB.Command or from ASP page) FROM SEEING THE ERROR if there is an error generated from SQL Server? thanks Kim
  12. kim1

    How to tell SQL Server Not Sending Message If Error

    Hi DC, I want to prevent the caller from seeing the error if there is an error. example. ADO calls a SP that have 4 inserts statement the 3e failed, I want the 4e inserts to execute and ADO not knowing that there is an error. Is is possible. Thank you so much. Kim
  13. kim1

    How to tell SQL Server Not Sending Message If Error

    Hi guys, Is there a way to tell SQL Server not sending an error message if there is an Error? Thanks Kim
  14. kim1

    Cannot integrate VSS with other Tools

    When I install VSS Server, I cannot see the option where I have to check for the Integration with Other Tools. I install the Server Installation and it seems that my InterDev doesn't integrate well with VSS. Any ideas? Thank you for your help. Kim Kim
  15. kim1

    Get Modification Date of A Stored Procedure

    Thank you very much for your confirmation Terry. Kim

Part and Inventory Search

Back
Top