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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kim1
  • Content: Threads
  • Order by date
  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 ?

    Hi everyone, Is it possible to add a Database Role to a Server Role? Kim Kim
  3. 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 ...
  4. 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
  5. 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...
  6. 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
  7. 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
  8. 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
  9. kim1

    Get Modification Date of A Stored Procedure

    Hi guys, Can we have the modification date of a stored procedure? I would like to list all the stored procedure that have been modified since a certain date. Thank you for your help. Kim
  10. kim1

    Retrieve NT user from SQL Server

    Hi, Is it possible to retrieve my NT Username of my Window NT when I connect with a SQL Login in SQL Server? Thanks for your help. Kim Kim
  11. kim1

    How to script ONLY ALL Trigger

    Hi, Anyone knows how to script only all triggers in SQL server? Thank you very much. Kim
  12. kim1

    Lock Icon not displayed beside Stored procedures

    Hi, I have integrated Stored procedures (SQL server 7) into InterDev, but I don't see the Lock Icon beside the Stored procedures. I cannot see the option Check Out when I right click on it. When I open the Stored procedure folder, it asks me my VSS login ID. Any ideas? Thanks your for your...
  13. kim1

    Convert Database 2000 to Database 7.0

    Hi, Is it possible to convert SQL Server 2000 database back to 7.0? Thanks for your help. Kim Kim
  14. kim1

    Unique Fields

    Hi Guys, I want to do this TableA (ColA, ColB, ColC, ColD) Primary key: ColA, ColB I want (ColC + ColD) a unique value Do I have to create an index on ColC+ColD as Unique value in order to have a unique value for those 2 fields which are not part of the primary key? Thank you very much for...
  15. kim1

    Unable to link with Source Safe

    Hello, I have a database in SQL Server, and trying to link the with InterDev for Stored procedures, it doesn't show me the Add to Source Control option if I right-click. Any ideas? Kim
  16. kim1

    Distinct and Group By clause

    Hi, I heard that between Distinct and Group By, the Distinct is faster, it is right? If yes, why? Anyone has an idea? Kim Kim
  17. kim1

    Unable to work Stored Proc in InterDev with SourceSafe

    I have create a Database Project in InterDev. When I right-click on the connection to Add to Source Control, I enter the database location. I have this error: Error: --------------------------- Microsoft Development Environment --------------------------- ADO error: [Microsoft][ODBC SQL Server...
  18. kim1

    Lock tempdb database

    Hi, Can 2 users create temporary tables at the same time? It is true that we are locking the tempdb database each time we create temporary table? Thank for your help. Kim
  19. kim1

    Stored procedure to Source Control

    I have create a Database Project in InterDev. When I right-click on the connection to Add to Source Control, I enter the database location. I have this error: Error: --------------------------- Microsoft Development Environment --------------------------- ADO error: [Microsoft][ODBC SQL Server...
  20. kim1

    Connect SQL to SourceSafe

    Hi, I have a Database project in InterDev. I try to Add to SourceSafe. I have this error ERROR: ODSOLE Extended procedure. Bad variable type ERROR: A cursor with the name 'CursorProcNames' doesn't exists. Do you have any idea? Kim

Part and Inventory Search

Back
Top