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!

Recent content by AlbertKim247

  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

    Do you mean, that there is no way for it to show up as 999.99 or even 999.990000000000?
  3. AlbertKim247

    String to Float type conversion in xxx.xx format

    I understand that float is not the appropriate datatype, but unfortunately, I am inserting this data into a field of datatype float. The numeric datatype seems to work in the SELECT statement, but when I populate a float field with that value, it still appears like "999.99000000000001". Any...
  4. 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...
  5. 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