Viewing 15 posts - 2,716 through 2,730 (of 49,571 total)
N.B. (7/30/2016)
July 30, 2016 at 12:28 pm
Hugo Kornelis (7/29/2016)
July 29, 2016 at 3:21 am
naren.ece2012 (7/28/2016)
Is there any other way other than shrinking???(It is a production database).
No. Reclaiming space = shrinking data files.
You could just leave it though. Free space in the data file...
July 29, 2016 at 3:12 am
I'm going to be an outlyer, but most of these were paired with a second event in the same region (eg MVP Summit, SQLBits, etc), and I was speaking at...
July 29, 2016 at 2:03 am
ZZartin (7/27/2016)
GilaMonster (7/27/2016)
Eric M Russell (7/27/2016)
July 28, 2016 at 6:25 am
The copyright page on my blog is more so that when someone starts posting my stuff as theirs, I have something to point them to as to what I consider...
July 28, 2016 at 6:15 am
What's the output of:
SELECT * FROM tab1
SELECT * FROM tab2
?
July 28, 2016 at 3:24 am
Eric M Russell (7/27/2016)
July 27, 2016 at 9:29 am
Easiest is to use a maintenance plan for that, the cleanup task does the file removal, the backup task lets you select specific databases
July 27, 2016 at 8:45 am
Eric M Russell (7/26/2016)
Rod at work (7/26/2016)
July 27, 2016 at 8:32 am
curious_sqldba (7/26/2016)
July 27, 2016 at 8:28 am
Let's step back a bit. By 'disk', do you mean old-style spinning disks directly attached to the machine, or do you mean a SAN LUN presented as a drive?
July 27, 2016 at 8:24 am
because SQL performs disk IO in extents and an extent is 8 pages, each of which are 8KB, for a total of 64KB
Unfortunately that's not true.
http://blog.purestorage.com/what-is-sql-servers-io-block-size/
July 27, 2016 at 7:22 am
twin.devil (7/27/2016)
select dob, adj.YEAR_OF_BIRTH, email, IsValidEmail
from
(
Select cast('20160101' as datetime)...
July 27, 2016 at 5:51 am
jasona.work (7/27/2016)
For the LastPass users around here:Zero day hole can pwn millions of LastPass users, all that's needed is a malicious site[/url]
Already fixed. https://labs.detectify.com/2016/07/27/how-i-made-lastpass-give-me-all-your-passwords/
Edit: correction, looks like different exploits.
July 27, 2016 at 5:43 am
Viewing 15 posts - 2,716 through 2,730 (of 49,571 total)