Viewing 15 posts - 8,056 through 8,070 (of 8,416 total)
GilaMonster (5/3/2009)
Is that really a serious suggestion?
Of course...! :rolleyes:
GilaMonster (5/3/2009)
I've had to do that before, haul a couple tables out of a backup (litespeed) and transfer them over to a...
May 3, 2009 at 5:34 am
GilaMonster (5/3/2009)
May 3, 2009 at 4:35 am
I'm going to take this bit by bit to be as clear as I can for Gail and Michael:
troy.hodge (5/1/2009)
May 3, 2009 at 4:30 am
GilaMonster (5/3/2009)
May 3, 2009 at 4:17 am
RBarryYoung (5/3/2009)
May 3, 2009 at 2:48 am
RBarryYoung (5/3/2009)
Assuming I undertand what you mean, then no, Oracle Transportable Tablespaces are not fixed snapshots. Once they are snapped into another database they are live and writable.
I was...
May 3, 2009 at 2:16 am
Michael Valentine Jones (5/2/2009)
May 3, 2009 at 2:08 am
Jeff,
For common numbers like 8000 it's even sillier - the version I posted was a hack-around to get past the fact that the original fails to compile at all over...
May 2, 2009 at 7:55 pm
Jeff Moden (5/2/2009)
May 2, 2009 at 5:47 pm
I suppose I should also add that database snapshots can be used to provide another level of protection against data accidents.
I've only been asked to restore data twice in the...
May 2, 2009 at 5:44 pm
Jeff Moden (5/1/2009)
[font="Courier New"]DECLARE @CrLf NVARCHAR(MAX)
SET @CrLf = 'X '+CHAR(13)+CHAR(10)
SELECT LEN(@CrLf),
LEN(REPLACE(@CrLf,CHAR(13)+CHAR(10),''))[/font]
Any sproc that has spaces just before the last CrLf will have the problem because when the trailing CrLf goes away, those...
May 2, 2009 at 5:28 pm
Jeff Moden (5/1/2009)
May 2, 2009 at 5:26 pm
GilaMonster (5/2/2009)
Paul White (5/1/2009)
And: Darn it - now I have to go and find out what a transportable thingy is in Oracle!
It allows for tablespaces (SQL filegroups) to be moved...
May 2, 2009 at 4:31 pm
Michael Valentine Jones (5/2/2009)
May 2, 2009 at 4:28 pm
Cheers Barry,
Apologies to anyone offended if I came off a bit sharp there - I was posting quickly and disengaged some of the required politeness filters. Oops!
The backup/restore model...
May 1, 2009 at 6:07 pm
Viewing 15 posts - 8,056 through 8,070 (of 8,416 total)