Viewing 15 posts - 4,036 through 4,050 (of 7,191 total)
kevaburg (5/21/2013)
Your definition of "easier" is somewhat abstract in my opinion but then that is a personal opinion.
Example of mapped drive restore (assuming you even have access to use xp_cmdshell):
EXEC...
May 21, 2013 at 8:52 am
I've never used NET USE when restoring backups. The only way it would work is if run in the context of the service account, which would mean a two-stage...
May 21, 2013 at 7:07 am
Well, if you do that, you're going to use that bandwidth up when you do the copy instead of when you do the restore, so I wouldn't worry too much...
May 21, 2013 at 6:33 am
Divide by 100000000.0 and cast as decimal.
John
May 21, 2013 at 4:03 am
That's right. You have to specify a URL, not a mapped drive. The drive is only mapped in the context of your login session, and not that of...
May 21, 2013 at 1:59 am
May 21, 2013 at 1:57 am
Yes, I agree that it was worded too strongly. Can you think of any cases where it isn't possible to rewrite a series of UNIONs so that it contains...
May 17, 2013 at 1:20 am
But that's because you changed the order. The proviso was that the UNION operator is the last one to be evaluated. If you use parentheses to make it...
May 16, 2013 at 9:08 am
Sean Lange (5/16/2013)
John Mitchell-245523 (5/16/2013)
Phil Parkin (5/16/2013)
lnardozi 61862 (5/16/2013)
May 16, 2013 at 8:40 am
Does your text file connection in SSIS think that the top row is the header row?
John
May 16, 2013 at 8:01 am
Phil Parkin (5/16/2013)
lnardozi 61862 (5/16/2013)
Just for completeness sake, you never use more than one UNION, which is the last one. All the rest should be UNION ALL.Why not?
I suppose because...
May 16, 2013 at 7:58 am
There's no reason a log backup can't run at the same time as a full or differential. Indeed, if your full takes a long time to run, and you...
May 16, 2013 at 6:47 am
I must admit that I wasn't sure whether, having aliased the table/view (let's call it object), you could then use the original object name in the SELECT list. However,...
May 16, 2013 at 2:08 am
Please don't waste everybody's time by cross-posting. No more replies on this thread, please - continue here.
John
May 14, 2013 at 4:03 am
Viewing 15 posts - 4,036 through 4,050 (of 7,191 total)