Viewing 15 posts - 1,216 through 1,230 (of 1,247 total)
In replication, we can choose data to replicate.
In log shipping, we have no choice but all data.
November 2, 2006 at 7:59 am
I prefer BPool because we can flush out the buffer by using DBCC command.
November 1, 2006 at 3:40 pm
The default size of ldf file is either that of model or a quarter of mdf file size, whichever is larger.
November 1, 2006 at 2:50 pm
Using mapping drives?
November 1, 2006 at 2:46 pm
It is for barsuk. What does sp_who2 active mean?
Many thanks in advance.
November 1, 2006 at 2:41 pm
I would say NO. For example, DBCC CHECKDB may detect errors due to hard disk failure. We cannot expect these errors occur at the same time and at the same...
November 1, 2006 at 2:38 pm
I would make sure if there is any null in the movedate in the server 23. In particular, after testing your script, you might not have any null in this...
November 1, 2006 at 2:34 pm
Use the command:
BACKUP LOG dbName WITH NO_TRUNCATE
November 1, 2006 at 2:22 pm
Disabling a job in SQL Server only means that the SQLServer Agent will not run it automatically. But we can fire the job from many other ways, such as manually...
November 1, 2006 at 2:20 pm
Disabling a job in SQL Server only means that the SQLServer Agent will not run it automatically. But we can fire the job from many other ways, such as manually...
November 1, 2006 at 2:19 pm
Your code did work. I mean your code is the only choice we have at this moment.
Many thanks once again.
October 31, 2006 at 4:06 pm
Thank you so much for you guy's inputs. I forgot INFORMATION_SCHEMA is the owner of the view of ROUTINES. However, only Ninja's code could retrieve a list of all user-defined...
October 31, 2006 at 3:19 pm
Using an infinite loop, combined with WAITFOR, you can do it.
October 31, 2006 at 3:08 pm
Another alternate is to use SELECT fieldList INTO newTable FROM existingTable to avoid the headache in creating a new table.
October 31, 2006 at 3:05 pm
DTS packages wraps account with themselves. After an account is changed, the packages may not change accordingly. As a result, it is not recommended to use DTS in my company...
October 31, 2006 at 2:57 pm
Viewing 15 posts - 1,216 through 1,230 (of 1,247 total)