Viewing 15 posts - 46 through 60 (of 154 total)
i checked and the mail server is ok. Any other area where to look into.
June 21, 2010 at 11:53 am
Can someone help me out please??
June 21, 2010 at 10:20 am
I do not have any idea. its the stored procedure that causes this.
May 6, 2010 at 8:40 am
one question how can i see which table has clustered index?
January 26, 2010 at 1:08 pm
ok now i see they are there thanks a lot for the script. appreciate it
January 26, 2010 at 12:32 pm
ok so i used the SSMS way and changed the filegroup. but now i run the below query to see the index description, size etc and still in the index...
January 26, 2010 at 12:02 pm
as i mention earlier create one bcp job and because of that Tempdb grows. but now that job won't run so the Tempdb won't grow much. so any idea how...
December 4, 2009 at 9:51 am
so now i have moved the Tempdb to a new drive but its 200 GB now, so any idea to shrink it.
December 4, 2009 at 9:38 am
so after moving the tempdb files i still see my files in the old drive where it was before. and also see the files in the new drive so what...
December 3, 2009 at 8:05 pm
i was looking forward to move the Tempdb to a new drive that has more space . so now after using the Alter statements and then moving the files, SQL...
December 3, 2009 at 2:49 pm
so is it right that the very first step is to run upgrade advisor and then move on to the second step?
November 24, 2009 at 8:19 am
Please check i have made the corrections. if wrong let me know please-------------------------
USE ur_db_name
GO
SET NOCOUNT ON;
DECLARE @objectid int;
DECLARE @indexid int;
DECLARE @partitioncount bigint;
DECLARE @schemaname nvarchar(130);
DECLARE @objectname nvarchar(130);
DECLARE @indexname nvarchar(130);
DECLARE @partitionnum bigint;
DECLARE...
November 13, 2009 at 3:05 pm
Viewing 15 posts - 46 through 60 (of 154 total)