Viewing 15 posts - 8,896 through 8,910 (of 39,804 total)
roger.plowman (12/14/2015)
To my knowledge that isn't possible. It's not like message exchange, when you encrypt the whole disk you're talking about...
December 14, 2015 at 9:14 am
Welsh Corgi (12/14/2015)
How do you use configuration manager from a remote machine?
Start building scripts: http://powershell.com/cs/forums/t/19301.aspx
Some ideas:
http://stefanteixeira.com/2015/09/01/automating-sqlserver-config-with-powershell-wmi/
December 14, 2015 at 9:07 am
The best way to load a dictionary of 300k words is store it as an Access file and download it. You can index the local file and query it quickly.
Is...
December 14, 2015 at 8:59 am
TomThomson (12/12/2015)
Steve Jones - SSC Editor (12/11/2015)
Take this week's survey. don't look anything up, first thing that comes to mind. Be serious, not silly.
Not a survey placed on the SQLServerCentral.com...
December 14, 2015 at 8:56 am
ThomasRushton (12/11/2015)
Steve Jones - SSC Editor (12/11/2015)
Take this week's survey. don't look anything up, first thing that comes to mind. Be serious, not silly.
#10? Really? Why not just...
December 14, 2015 at 8:54 am
julienchappel 38298 (12/13/2015)
Which is your right piece of code:
A./
CREATE TABLE MyTable
( myid ID
, myFS varbinary(max) FILESTREAM
);
go FROM THE SQLServerCentral.com <subscriptions@sqlservercentral.com>
OR
CREATE TABLE MyTable
( myid INT
, myFS varbinary(max) FILESTREAM
);
go
from THE...
December 14, 2015 at 8:53 am
Take this week's survey. don't look anything up, first thing that comes to mind. Be serious, not silly.
December 11, 2015 at 1:07 pm
David.Poole (12/11/2015)
December 11, 2015 at 10:32 am
Search automatic restore, or restore all files here. Lots of scripts that you can use or might help you with a base to modify.
December 11, 2015 at 8:40 am
ID is probably a bad idea. I was thinking a UDDT, but I should have left is as an INT.
Changed.
December 11, 2015 at 8:34 am
Does the table exist and is used for a long time or just a bit of work?
Short answer, add indexes if they speed up queries more than the time things...
December 11, 2015 at 8:32 am
Gary Varga (12/7/2015)
December 11, 2015 at 8:17 am
Honestly, the reapply all logs up to today, without getting another full backup just won't work. You'll eventually have too much work to do overnight and it's too brittle.
First, you...
December 11, 2015 at 8:14 am
I agree with both above. An ODS just tends to be a central data warehouse where you've consolidated data, cleaned/standardized, and then often feed other systems. I've seen a few...
December 11, 2015 at 7:57 am
Viewing 15 posts - 8,896 through 8,910 (of 39,804 total)