Viewing 15 posts - 1,051 through 1,065 (of 1,248 total)
Log file size depends on its initial set, number of transactions in given period, backup maintenance plan (if you would shrink your log file), and transaction log (database backup will...
January 6, 2007 at 11:19 am
It seems that you should use log-shipping.
January 6, 2007 at 11:10 am
Before running DBCC commands, could we see anything? In short, could a user feel something wrong?
Many thanks
January 6, 2007 at 11:07 am
If a device is not allocated to a database, sp_dropdevice works. After allocating a device to a database, I got the error message: the device is in use!
Actually, I just...
December 28, 2006 at 7:20 pm
DTS. It is powerful when you would like to change data type in data transformation.
December 28, 2006 at 8:12 am
Percentages differ from the cost. You need to check the total cost first, and then focus at the high percentage part to enhance performance.
December 28, 2006 at 8:04 am
Tom Goltl is correct. I did the test. The backup included all of activities during its process.
December 26, 2006 at 2:44 pm
Based on the help, osql -L lists all servers in a current domain, not only SQL Servers. Am I right?
Many thanks in advance.
December 26, 2006 at 2:36 pm
Did you try to execute the following commands?
dbcc traceon(1204)
dbcc traceon(1205)
December 20, 2006 at 2:35 pm
I agree with Colin, do not set autoshrink. When a database is shrinking, you will get an error, log file is full, if someone sends a large transaction at this...
December 20, 2006 at 2:19 pm
When I tried to use the Index Tuning Wizard, on the page to select Query Analyzer Selection, I found it was disabled. What I would like to know how to...
December 18, 2006 at 3:01 pm
How to transfer DTS packages between servers?
There are 5 approaches doing it.
•
Open Design Package in DTS,...
December 18, 2006 at 9:52 am
Thank you for your inputs. But it seems that we still do not any have solution yet.
December 18, 2006 at 9:44 am
As far as I know, there is no significant difference using either function or view when using SELECT clause.
Using variable table is faster in general because it uses RAM,...
December 18, 2006 at 9:28 am
Did you try the table, sysdtspackages, in msdb for DTS packages, then, transfer the packages?
December 18, 2006 at 9:24 am
Viewing 15 posts - 1,051 through 1,065 (of 1,248 total)