Viewing 8 posts - 46 through 53 (of 53 total)
I mean BACKUP TRAN ?
SHould I be using BACKUP LOG ?
Do you have an automated Job defined to do yours ?
When you say backup I presume you do not mean...
April 15, 2003 at 8:50 am
Hi Frank,
I use the following statements when I import a large number of contacts:
DBCC SHRINKDATABASE('Omega_UK')
GO
BACKUP TRAN Omega_UK WITH TRUNCATE_ONLY
GO
Is this what you mean ?
Thanks
Mike
April 15, 2003 at 7:35 am
The tran log can also grow by the same portion 10%.
This is probably a stupid question but I will ask it anyway ! Is their a starting size of database...
April 15, 2003 at 6:07 am
Hi Allen & Frank,
Many thanks for your prompt reply greatly appreciated.
My database is 25MB and tran log 1 MB.
My tempdb is 14MB.
I allocated 30MB to the database, now it says...
April 14, 2003 at 9:43 am
Hi Andy,
I'm doing a similar thing to what you have listed except I'm doing my validation before the UPDATE, hence my variables will always hold the last values from the...
December 13, 2002 at 7:08 am
The TRUNCATE command looks an ideal one to use, however it does not deleting if their are any FOREIGN KEYS defined !
If I delete the data, and restablish the ID...
December 6, 2002 at 4:03 am
I was wondering why my transaction log is twice the size of the data file !
Are there any issues in adding 20,000 records into a database, taking them out and...
December 4, 2002 at 2:22 am
Works great.
Thanks for you help. Greatly appreciated.
Mike
November 28, 2002 at 5:13 am
Viewing 8 posts - 46 through 53 (of 53 total)