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

  • Users: kelon
  • Content: Threads
  • Order by date
  1. kelon

    Cannot alter column when index exist

    Hi all, I'm trying to change the "Allow Nulls" property of a field to NOT NULL using ALTER TABLE tablename ALTER COLUMN fieldname varchar(7) NOT NULL But since there's an index that's dependent on the field, it returns with an ERROR. However, when I try to do this manually through...
  2. kelon

    Finding Timestamp of a File in C?

    Hi, I was just wondering how you would determine the date/timestamp of a file using C. Thanks.

Part and Inventory Search

Back
Top