Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Eagle_f90
Constraint Violating Yak Guru
424 Posts |
Posted - 2002-05-28 : 01:28:54
|
I know this might not be the right place for this but I was wondering if someone could help me with an ASP script that deals with my SQL 2000 server in an odd way. I want to write a script that goes out to the table Moves and compares the coulmns in it with the coulmns in the table Stats, and if true return true if not return false. Can anyone help me on this? Thanks.BTY the table have the same coulmn names. Strength, Defense, Speed, Life, Intel, and Ki.--For thouse with wings, fly to your dreams.Edited by - merkin on 05/28/2002 01:31:56 |
|
rrb
SQLTeam Poet Laureate
1479 Posts |
Posted - 2002-05-29 : 00:51:50
|
Eagle_f90Yes many of us can help you with this. What is your comparison? Do the values for Strength, Defense, Speed, Life, Intel, and Ki need to be identical in both tables?Are you comparing the whole column? or just a matching row of each?Pls advise--I hope that when I die someone will say of me "That guy sure owed me a lot of money" |
|
|
|
|
|