Viewing 15 posts - 691 through 705 (of 1,069 total)
It is same as the initial snapshot.
Schema changes are replicated by transactional replication.
June 11, 2010 at 2:37 am
dba_neo (6/10/2010)
the tables have identity colums
set identity insert on
June 10, 2010 at 10:58 pm
dba_neo (6/10/2010)
when iam transfering data from one db to another db in two different servers using DTS wizard,the error message DTS throws is destination table contains readonly column and...
June 10, 2010 at 5:34 am
I would recommend moving tempdb data file from the last drive; as heavy tempdb activity could slow down the log write of other user databases.
June 9, 2010 at 3:09 am
Right click on the maintenance plan. Select Modify
Above the maintenance plan name there is bar with few icons.
Click on the icon with tip Reporting and Logging. It is next to...
June 4, 2010 at 6:04 am
On a single server, mirroring works between two instances.
April 30, 2010 at 1:22 am
If you drop and recreate an object, you have to grant all the permissions again to the users.
If you alter an object, all the existing permissions will be remain.
April 27, 2010 at 12:45 am
Timothy.Cloud (4/23/2010)
Can this...
April 26, 2010 at 3:14 am
Your stored procedure has only one task or many?
Use WAITFOR between tasks inside the stored proc.
April 22, 2010 at 3:11 am
a.raju (4/20/2010)
Hi,I need to use, to control the CPU performance with in the stored procedure.
Regards,
Raju
How many CPU's are there in the server?
You can limit the number of CPU's...
April 21, 2010 at 5:49 am
There is a script in BOL to rebuild/reorganize indexes.
April 19, 2010 at 2:48 am
Icon does get updated automatically. You need to refresh.
April 19, 2010 at 1:07 am
venkatreddy.bashi (4/15/2010)
I am sure the the log file has no active transactions, because when i...
April 16, 2010 at 4:23 am
Any plans to upgrade to SQL Server 2008 Enterprise Edition?
It has native backup compression option.
Another third party tool for SQL Server 2005 is Idera's SQLSafe.
April 14, 2010 at 4:52 am
Viewing 15 posts - 691 through 705 (of 1,069 total)