Viewing 15 posts - 331 through 345 (of 1,193 total)
Nadrek (9/2/2014)
but the sad faces, well, they're not stopped by that.
They're not stopped by that. They cannot be stopped by anything. They're the imprisoned souls needed to power this most...
September 2, 2014 at 10:32 am
Hmm, not great to have a perfectly valid answer marked as wrong!
Nice to know you can add the persisted property without dropping though.
I wonder if there's any real difference between...
September 2, 2014 at 2:46 am
robertjtjones (9/1/2014)
Lol - had to look up what Labor Day was (from across the pond 😉 )
Me too. Although google returned '1st May 2014' in massive letters so I got...
September 1, 2014 at 4:10 am
Easy one, thanks Steve.
I think one of the options should have been 'A supervisor of supervisors' though 🙂
August 29, 2014 at 2:59 am
Are you seeing lots of errors like this in the log, or was it just a one-off?
August 28, 2014 at 8:41 am
TomThomson (8/28/2014)
Gazareth (8/28/2014)
Alumni of OUCL are you Tom? Good stuff 🙂
Tony's PRG used to have what were called "research officers" which essentially were representatives of industrial concerns that they were...
August 28, 2014 at 8:19 am
TomThomson (8/27/2014)
GilaMonster (8/27/2014)
sqldriver (8/27/2014)
GilaMonster (8/27/2014)
sqldriver (8/27/2014)
I used to use this. Not perfect by any stretch but got most of the junk out.Does it flag this as invalid?
http://gmailblog.blogspot.com/2008/03/2-hidden-ways-to-get-more-from-your.html
It does.
Which is...
August 28, 2014 at 4:08 am
LEFT or SUBSTRING with a starting position of 1 are fine.
Investigate using the CHARINDEX or PATINDEX functions to find the point at which you want to cut off the string,...
August 27, 2014 at 4:28 am
Forgot to add this for the free space in your files:
use yourdb
go
select file_id, type, name, cast(size/128.00 as decimal(19,2)) AS [Size(MB)], cast((size-FILEPROPERTY(name, 'spaceused'))/128.00 as decimal(19,2)) AS [Free Space(MB)]
from sys.database_files
August 27, 2014 at 4:07 am
No problem, shrinks are fine if you've just deleted/moved a load of data like you have here.
It's a good idea to run an index defrag/rebuild afterwards though.
Don't know how you...
August 27, 2014 at 2:41 am
Hi,
I can't see any explicit shrink commands in the queries you've posted, what are you running?
SQL doesn't automatically release space to the OS unless you've got AutoShrink enabled on the...
August 26, 2014 at 3:11 am
Might be a daft question, but is it still running (i.e. last run never finished)?
August 21, 2014 at 10:49 am
Are you using SQL Server 2008 or 2008 R2?
Powershell steps on 2008/R2 only run at Powershell 1.0 or 2.0 (and only a subset at that!), Enter-PSSession may not be available...
August 19, 2014 at 4:23 am
Ok, good to hear.
Cheers
August 14, 2014 at 9:47 am
Viewing 15 posts - 331 through 345 (of 1,193 total)