Viewing 15 posts - 286 through 300 (of 814 total)
No problem, Jeff.
Note that it's not as much about guessing the next value as it is about some output patterns being more likely than others. Perhaps every third bit...
February 19, 2013 at 9:40 am
February 19, 2013 at 8:25 am
darrenstokes (2/18/2013)
Also checked disks and only seeing 9MB/s writing to the disks, and they're capable of much more obviously.
Are they? Right now? How do you know?
Run a quick...
February 19, 2013 at 8:22 am
william.sisson (2/19/2013)
For example for hotel room bookings you need to ensure that the same room cannot be booked for overlapping time periods. You need a constraint to do this that...
February 19, 2013 at 8:13 am
Jeff Moden (2/18/2013)
Seems to me like going to a CLR for a simple, relatively flat random number is overkill. Not sure what the performance of the CLR will be,...
February 18, 2013 at 1:17 pm
Interesting!
First, Jeff is right - trying to get a 4 byte value out of 1 byte of randomness is... flawed.
Second, I'd expand that - I would really suggest adding an...
February 7, 2013 at 2:19 pm
lptech (2/7/2013)
Nadrek (1/18/2013)
I honor the contractual agreement with the social media sites I use not to divulge those credentials,...
February 7, 2013 at 1:17 pm
First, you're doing a great job choosing a well known and respected set of scripts, and actually taking the time to plan things out.
So, you have a maintenance window of...
February 7, 2013 at 8:47 am
As an alternate, could you have the user use one or more batch files (more if you need to account for the 'couple bits of information') to load the data...
January 28, 2013 at 4:33 pm
kpwimberger (1/28/2013)
What confuses me is - how likely is it that someone can get all the way into the server to create or steal a backup and NOT have...
January 28, 2013 at 4:20 pm
Steve Jones - SSC Editor (1/24/2013)
rharderwijk (1/24/2013)
Yes, developers should be develop software that can scale up and down as needed, but they still have to worry about the...
January 24, 2013 at 2:09 pm
Very interesting - though I would have to note that this has the very common limitation that it won't function when trying to restore specific databases to Server B after...
January 24, 2013 at 8:38 am
Steve Jones - SSC Editor (1/22/2013)
Tara-1044200 (1/22/2013)
January 23, 2013 at 12:52 pm
If you're going to capture per-file data in the first place, I'd highly recommend also capturing sys.dm_io_virtual_file_stats() data - then you can see which files/databases/disks are most "used" by a...
January 23, 2013 at 10:03 am
Jim P. (1/21/2013)
You have a choice:
Good
Fast
...
January 22, 2013 at 10:28 am
Viewing 15 posts - 286 through 300 (of 814 total)