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 Tunta

  1. Tunta

    SQL Server 2000

    Hi Josh01, declare @d int select @d=0 select case @d when 0 then null else 8/@d end as res select @d=2 select case @d when 0 then null else 8/@d end as res u can try something like this !!! cheers

Part and Inventory Search

Back
Top