Viewing 15 posts - 1,141 through 1,155 (of 2,897 total)
IIRC (It's been a while), you need to schedule the snapshot AND schedule the subscription pull... 2 separate jobs.
December 14, 2010 at 11:44 am
Sounds like you already have a trace running that's outputting to your desired filename.
What are the results of: select * from sys.traces
December 14, 2010 at 9:55 am
IMO = In My Opinion
Others:
IIRC = If I recall Correctly
OP = Original Poster
FWIW = For What It's Worth
AFAIK = As far As I Know
etc...
December 10, 2010 at 11:37 am
1) Restore most recent FULL Backup
2) Restore most recent DIFF newer than the FULL
3) Restore T-Logs newer than the DIFF
use STOPAT if you need to restore to a specific time
Restores...
December 10, 2010 at 8:37 am
I'm not clear what your question is. Please be more specific.
What is your backup stragety (frequency & types of backups)
Is that your restore plan ? If so, you don't...
December 10, 2010 at 8:13 am
Where is the changeable data coming from ? How is it determined ?
December 9, 2010 at 10:04 am
Charles.Otten (12/8/2010)
I was unaware it was a private discussion.<-- Unsubscribed
Not private. Sorry for the confusion. But some people need encouragement to put in some effort finding answers rather than just...
December 8, 2010 at 9:02 am
Charles.Otten (12/8/2010)
When performance is more important than the overhead incurred by the extra work of maintaining information in multiple areas.
He wasn't asking you 😉
December 8, 2010 at 8:47 am
There are a lot of areas that affect performance: SQL database, db server, application server, network ....
December 8, 2010 at 7:49 am
That's going to vary a lot depending upon each person's environment. If this is homework or job interview, do some research.
If you have a specific question, then it is...
December 8, 2010 at 7:47 am
This thread deals with scripting database objects, and I run an automated process to dump them to files on a network share ... not quite sure what the OP...
December 6, 2010 at 12:02 pm
GilaMonster (12/3/2010)
December 3, 2010 at 1:48 pm
If you do a search of existing threads on this topic, you'll find that 99% of the time you should not be shrinking files because it hurts performance by fragmenting,...
December 2, 2010 at 8:08 am
30 hours seems a very long time for a backup !! Using BackupExec to tape, our 1 Tb database takes 6 hours. My 180 Gig backup takes...
December 1, 2010 at 10:46 am
Viewing 15 posts - 1,141 through 1,155 (of 2,897 total)