Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
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.
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 combeforhand 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]
bbk_agp
Starting Member
4 Posts
Posted - 2007-09-06 : 02:07:01
sorry for bad Englishi meant cheating... entering something else in the place where they want us a number
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"
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
spirit1
Cybernetic Yak Master
11752 Posts
Posted - 2007-09-07 : 04:45:54
moved from script library_______________________________________________Causing trouble since 1980blog: http://weblogs.sqlteam.com/mladenp
bbk_agp
Starting Member
4 Posts
Posted - 2007-09-19 : 07:29:14
?
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 1980blog: http://weblogs.sqlteam.com/mladenp
madhivanan
Premature Yak Congratulator
22864 Posts
Posted - 2007-09-20 : 04:15:45
Not sure if you want thisSelect columns.cast(cast(newid() as varbinary(100)) as int) as number from tableMadhivananFailing to plan is Planning to fail