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 MikeeOK 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 jamz

  1. jamz

    Unused Tables

    Hello, Sorry but this may be a rookie question. I'm working with SQL Server 2000 and was wondering if there is a way to find out when a table was last used, i.e. inserted, updated or deleted. I would like to know this because I have some old tables that I don't think are used anymore and I...
  2. jamz

    Using VarChar

    Thanks! Codestorm, that was it.
  3. jamz

    Using VarChar

    Hello, I am using SQL Server 2000 and I am trying to combine 2 columns that are defined as varchar(255) to 1 column defined as varchar(7000). I know SQL Server 2000 allows you to have a varchar defined at 7000 but when I run my query it cuts off the new column at 256 characters. Is there a...

Part and Inventory Search

Back
Top