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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Help me in finding information, Please

Author  Topic 

bbk_agp
Starting Member

4 Posts

Posted - 2007-09-06 : 01:54:34
How can i use a decieving phrase for using in a SQL server that work with number?

i mean for finding the information you have to enter a number... is there any way to enter something else and recieving information?

plz email me if it is possible... it's bbk_agp AT Yahoo DOT com

beforhand thanks very much

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2007-09-06 : 01:57:46
What is a decieving phrase ? Whare do you want to achieve ?


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page

bbk_agp
Starting Member

4 Posts

Posted - 2007-09-06 : 02:07:01
sorry for bad English

i meant cheating... entering something else in the place where they want us a number
Go to Top of Page

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2007-09-06 : 02:08:03
Do you have an example?



E 12°55'05.25"
N 56°04'39.16"
Go to Top of Page

bbk_agp
Starting Member

4 Posts

Posted - 2007-09-06 : 02:11:16
the form for finding information is like this:

* firstname: (i know)
* lastname: (i know)
* birthdate (Year): (i know)
* identity card number: (i don't know)

all the information are required, and i don't know the number. i want to cheat and enter something else. is it possible?
i just wanna find my friend score at exam...! she always say lies
Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2007-09-07 : 04:45:54
moved from script library

_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
Go to Top of Page

bbk_agp
Starting Member

4 Posts

Posted - 2007-09-19 : 07:29:14
?
Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2007-09-19 : 08:42:56
you posted this in the forum called script library which is intended for posting working scripts.

_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2007-09-20 : 04:15:45
Not sure if you want this

Select columns.cast(cast(newid() as varbinary(100)) as int) as number from table


Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -