Viewing 15 posts - 691 through 705 (of 1,065 total)
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
Nikki-395727 (4/11/2010)
Also, which component do I need to rinstall service pack?
See this log file on the server:
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt
April 12, 2010 at 3:20 am
venkatreddy.bashi (4/11/2010)
We are making all changes to publisher database by loading files, Some time 2,00,000 to 3,00,000 rows going to updated/deleted/inserted on publisher database.
How many rows are there in the...
April 12, 2010 at 2:34 am
lijusmail (4/7/2010)
i wanted to know is there some SQL Setting which is limiting the number of rows being generated when a stored procedure runs.
SET ROWCOUNT can limit the number of...
April 8, 2010 at 11:28 pm
http://support.microsoft.com/kb/918992
Use EXEC sp_help_revlogin provided by Microsoft in the above link
April 8, 2010 at 4:27 am
Viewing 15 posts - 691 through 705 (of 1,065 total)