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 TouchToneTommy 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: *

  1. AlbertKim247

    NEWID values to determine newest record

    My question has to do with identifying the newest record in a dataset that uses the NEWID function to assign a value for the primary key field. I need to determine the newer of two records that were both created on a particular date. For example, in a recordset of 2 records created on the same...
  2. AlbertKim247

    String to Float type conversion in xxx.xx format

    I'm trying to populate a field of datatype float, with cost data from a varchar(30) field. The cost data is a string that looks like "999.99". When I select this cost data and insert into a float field, the resulting value in the float field looks like "999.99000000000001". I think this...
  3. AlbertKim247

    SQL Profiler

    I'm currently in the process of using SQL Profiler to see how an application interacts with it's SQL Server 2000 database. Does anyone have any knowledge they can share in creating a trace file with specific Events, Data Columns, and Filters to trace only the SELECT, INSERT, and UPDATE...

Part and Inventory Search

Back
Top