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 stetocina

  1. stetocina

    Problems with importing data, please help.

    No it doesn't help. I don't have a db. I just want to make a new db from the backup I made on another computer.
  2. stetocina

    Problems with importing data, please help.

    Hi all I am trying to import a database but the problem is the following. I backed up the db on the other sql server and brought it to the other sql server and tried to do a restore of the db into the unexistent database(I called this new db new_netsy). I got the following error: Microsoft...
  3. stetocina

    Subqery in SQL doesn't work...need help with that!

    This is the query I wrote: USE TClient GO SELECT ID_stat, dist, ID_line FROM dbo.K_lines WHERE (dist, ID_line) IN ( SELECT MAX(dist), ID_line FROM dbo.K_lines GROUP BY ID_line ) GO Ok now the bacgrount, I have this situation ID_line, ID_stat, dist 1 A 0 1 B 12...

Part and Inventory Search

Back
Top