Viewing 15 posts - 16 through 30 (of 73 total)
You could reverse engineer the fix, unless it cleans RAM indiscriminately, not only where the password is lying. Or try DBCC CLEARTEXTPASSWORD or DBCC PASSWORD('user') WITH NO_HASH. 🙂
September 16, 2009 at 8:03 am
Is there still a licence condition on Microsoft SQL Server that you need Microsoft's approval to publish product benchmarks? I suppose that could affect open discussion of third party...
September 16, 2009 at 7:43 am
Maybe it's the contrast with dreadful reality but I believe I detect a Dr. Seuss flavour? As in
http://en.wikipedia.org/wiki/Oh,_the_Places_You'll_Go!
(if that comes out as an actual link.)
Will you succeed?...
September 15, 2009 at 3:44 am
James Horsley (9/15/2009)
September 15, 2009 at 3:36 am
Well, set operations on a relational database aren't the way to do everything in computing, particularly if you're developing an application for computer operators who are not trained in set-based...
September 14, 2009 at 4:28 am
rboggess (9/11/2009)
September 14, 2009 at 4:10 am
I believe I am jaded about progress on the desktop because whenever we get faster hardware, we get slower software and the user experience is approximately the same. If...
September 11, 2009 at 7:10 am
Jeff Moden (9/9/2009)
September 11, 2009 at 6:52 am
Jeff Moden (9/9/2009)
jonathan allen (9/8/2009)
September 11, 2009 at 6:44 am
Of course an admin is receiving considerable trust anyway. But giving them possession of all other users' passwords is something else again. As you say, they can impersonate...
September 9, 2009 at 7:03 am
If we're talking about specifying a database or server design, there are principles, although I don't know if I can tell you what they are. There's material in the...
September 8, 2009 at 9:17 am
Sanjay Rohra (9/4/2009)
September 7, 2009 at 2:53 am
TheSQLGuru (9/3/2009)
September 3, 2009 at 10:08 am
markjvernon (9/3/2009)
For example...
SELECT COUNT(*) FROM books WHERE title LIKE '%Harry Potter%'
Or...
SELECT COUNT(*) FROM invoices WHERE deleted = 0
I could be...
September 3, 2009 at 7:12 am
Paul White (9/2/2009)
wbrianwhite (9/2/2009)
http://www.techonthenet.com/sql/count.php
"TIP: Performance Tuning
Since the COUNT function will return the same results regardless of...
September 3, 2009 at 4:02 am
Viewing 15 posts - 16 through 30 (of 73 total)