Viewing 15 posts - 91 through 105 (of 548 total)
Steven Willis (5/26/2013)
May 28, 2013 at 3:00 am
Where/what is this iFunction?
What's the difference between CreateCsv8K2DimArrayRandomAlphaNumeric and CreateCsv8K2DimArrayRandomAlphaNumericWithSpaces?
May 26, 2013 at 5:59 am
When restoring a database from one SS instance to another there is two things I generally do from a script:
sp_changedbowner 'USERNAME'
sp_revokedbaccess 'USERNAME'
sp_grantdbaccess 'USERNAME'
These are needed in order to match the...
March 27, 2013 at 2:54 am
And what's the point of what you're saying in your binary signature?
March 6, 2013 at 5:04 am
paul.knibbs (3/6/2013)
SQLCharger (3/6/2013)
Guys,Would this also work with Windows hashes as well?
That would be even more scary (if someone manages to get your Windows hash from a server). :unsure:
There's no reason...
March 6, 2013 at 1:30 am
OK, getting it to work on 64bit.
Already found 2 of the 4.
It's estimating 4 hours for the remaining.
Very neat tool!
March 5, 2013 at 9:13 am
Geoff,
Did the following:
C:\tmp5\hashcat-0.42>hashcat-cli32.exe -a 3 --pw-min=4 --pw-max=12 -m 131 -p : -o "C:\tmp5\hashcat-0.42/SQL_passwords.txt" --output-format=0 -n 2 "C:\tmp5\hashcat-0.42/Hashes.txt" -1 ?l?u?d?s ?1?1?1?1?1?1?1?1?1?1?1?1
Initializing hashcat v0.42 by atom with 2 threads and 32mb segment-size...
Added...
March 4, 2013 at 2:10 pm
larry.shanahan (2/28/2013)
March 1, 2013 at 12:41 am
hakim.ali (2/28/2013)
Michael Meierruth (2/28/2013)
February 28, 2013 at 9:20 am
In the algorithm for calculating the check digit, you have k = X mod 10. If k = 0 all is fine. Otherwise do 10-k. What do you think is...
February 28, 2013 at 1:25 am
This approach was published in a solution quite early in this discussion.
January 28, 2013 at 1:37 am
Have a look at this:
http://www.sqlservercentral.com/Forums/Topic409505-690-1.aspx
December 31, 2012 at 9:33 am
Is the sql server instance located on the same computer where you are running SSMS to do the backup?
If yes, then it should be straight forward using the backup dialog...
December 24, 2012 at 3:13 am
Lynn,
I see you too have run into this 'x.x.x...' problem.
I have run into serveral end user applications where this was used to manage hierarchies. Of course, all 'order by' clauses...
November 30, 2012 at 1:28 am
Quite some time ago I implemented three processes in SQL. The first one was CPU intenstive, the second was I/O intensive and the third one was Network intensive. I actually...
November 22, 2012 at 2:04 am
Viewing 15 posts - 91 through 105 (of 548 total)