Viewing 15 posts - 16 through 30 (of 31 total)
GilaMonster (4/10/2012)That's a very good way to really slow a database down...
Does the app absolutely call for autocomplete and can the possible values not be cached in the application?
That's...
April 10, 2012 at 10:53 am
The data is being cached in client end, but for first time login and if the cache is cleared, it will be problem.
I think for auto-complete to work effectively, the...
April 10, 2012 at 10:50 am
This proc will be called for auto-complete feature and while typing each character it will be called. The context will be set based on a dropdown value. Initially I thought...
April 10, 2012 at 8:00 am
Seems the database would have two columns. One for Salt and one for HashedPassword. Then, you have your application do the hashing with the RANDOM salt. You...
February 10, 2012 at 10:59 am
Raghavendra Mudugal (2/10/2012)
cengland0 (2/10/2012)
Raghavendra Mudugal (2/10/2012)
cengland0 (2/10/2012)
Steve Jones - SSC Editor (2/9/2012)
SELECT HASHBYTES( 'SHA1', 'R@nd0m' + Pwd + firstname) FROM Employees
In this case, without access to the code, it becomes...
February 10, 2012 at 8:43 am
sknox (2/10/2012)
BTW, now that I am posting anyway - there is one word in the explanation is wrong: "The query optimizer in lower editions will only consider the indexed view...
February 10, 2012 at 8:28 am
sknox (2/10/2012)
Hugo Kornelis (2/10/2012)
February 10, 2012 at 8:22 am
Thanks for the question and like the answer options very much 🙂
February 10, 2012 at 8:16 am
Add the sale string
Good Question, but "Add the sale string" seems to be tricky... 🙂
February 9, 2012 at 9:50 am
It took around 2 hours for me to solve it and finally got it right 🙂
Ofcourse, learnt something new
February 8, 2012 at 10:04 am
Great question... Is that mean when any object with SP_ prefix used in combination with if (as in this case) would be searched in the current DB first and then...
February 8, 2012 at 8:59 am
Viewing 15 posts - 16 through 30 (of 31 total)