Viewing 15 posts - 91 through 105 (of 129 total)
I agree with Wilfred van Dijk. Wilfred van Dijk has explined very clearly.
May 28, 2008 at 7:37 am
I would say, take a FULL db Backup and try for TLOG backup and then Shrink you log file.
May 27, 2008 at 1:18 pm
Good Script, But you can schedule from MP as well.
May 27, 2008 at 12:57 pm
There is only one way to start the SQL services. That is also manually. Go to Controll pannel and servies. Go to Property of SQL services and change to automatically...
May 27, 2008 at 12:25 pm
It's depend on the Configuration for the DR Solution. Why we need DR? what is the baseline for that? How you can configure for that?
DR means if primary fail then...
May 27, 2008 at 11:03 am
It is the part of Best practice that you should have to remove the Builtin admin from the SQL server.
Before deleting Builtin admin from the server, you need to make...
May 27, 2008 at 10:56 am
SQL and os will take the Memory as they needed. If you want to strict for SQL and OS, you may need to enable the AWE on SQL server side.
May 27, 2008 at 10:51 am
You can say it's a Microsoft bug. Sometimes we have seen Some MP's or Job will created and it wont run properly. In that case make sure you have to...
May 23, 2008 at 9:28 pm
I would recommend to with new Installation of new instance and move the things from old to new sever then make changes what you wnat to do?
May 23, 2008 at 2:52 pm
For SQL 2005 you need to follow this steps.
• You can transfer logins and passwords from SQL Server 7.0 and 2000 to SQL Server 2005.
• You assign logins to...
May 23, 2008 at 10:09 am
Fragmentation exists when indexes have pages in which the logical ordering, based on the key value, does not match the physical ordering inside the data file. All leaf pages of...
May 23, 2008 at 9:38 am
Simon this would be for DB level. Which I mentione that is for Server level.
Here you for for script....
---------------------------------First Scriopt-------------------------
--SP_Revlogin
USE [master]
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER OFF
GO
CREATE PROCEDURE [dbo].[sp_help_revlogin] @login_name sysname =...
May 23, 2008 at 8:53 am
Good tosscrosby,
Appreciate for explanation, I forgot to add those point in my previous reply.
Tip of the Day...
"Pages will not migrate between files during an index reorganization".
May 23, 2008 at 8:30 am
I agree with you, but as per the application criticality and Organization concepts. Some of the things you only can suggest, that is not in your hand, but something you...
May 23, 2008 at 8:19 am
Viewing 15 posts - 91 through 105 (of 129 total)