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 Chriss Miller 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 ngandhi

  1. ngandhi

    Dynamic table name selection

    thanks rick. It works great!
  2. ngandhi

    Dynamic table name selection

    Hi, my objective is to find the count of rows in each table. I tried using the following code, but does not work. Any ideas to get to the end result? DECLARE @name sysname declare @objname nvarchar(776) -- The object we want size on. declare @updateusage varchar(5) declare @id int --...

Part and Inventory Search

Back
Top