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: CaptainN64
  • Content: Threads
  • Order by date
  1. CaptainN64

    Duplicating SQL Profiler

    Does anyone know of a way I can more-or-less duplicate the SQL Profiler in VB.NET? (C# if necessary, but VB if possible) I need to monitor a database for incoming SQL/Transactions so I can duplicate them on another system. I can't use replication, as most of the tables get...
  2. CaptainN64

    Dynamic field name in UPDATE trigger

    Hi. I'm using a copy of SQL7 and have this trigger written: alter trigger u_per_master on per_master for update as begin declare @counter int declare @fieldcounter int declare @fieldname varchar(50) declare @fieldnumber int declare @oldvalue varchar(50) declare @newvalue varchar(50)...
  3. CaptainN64

    ODBC Connection String (ADO)?

    I've got a SQLBase8.0 database which I can connect to successfully with the SQLBase DBA Utility and through Crystal Reports. However, I have had absolutely NO luck trying my own ODBC connections. Could someone post a successfully working connection string that I could play with? Thanks! =)...
  4. CaptainN64

    Creating Users in SQL Server 7?

    I originally learned SQL Server on the 2000 version. Due to the economy, I've had to move across the country (to indiana of all places) where they can't(won't?) upgrade. I need to be able to add some users to the system, however in the New User dialogue box, the "Login name" combo...

Part and Inventory Search

Back
Top