Viewing 15 posts - 1 through 15 (of 33 total)
import everything in stagetable and then delete first five rows
October 10, 2008 at 1:27 pm
i think check u have msdb read access permission?
October 10, 2008 at 1:20 pm
i don't want grant total row. can you help me in that?
October 10, 2008 at 9:34 am
the below things are not good?
1. Drop and recreate Indexes
2. DBCC DBREINDEX
3.DBCC INDEXDEFRAG
4. Rebuild indexes
5. Reorgnize indexes
i can do check table but it will lock table right?
October 8, 2008 at 2:42 pm
hi,
can you share all ur experiences for all points u mentioned?
October 8, 2008 at 2:36 pm
hi
my db is around 1000 gig ? checkdb will take lot of time
need some alternate fastest solutions
October 8, 2008 at 2:31 pm
i have error like
the index entry for row id 94 was not found in index id 121348304584
now which method need to do and why?
October 8, 2008 at 2:16 pm
try this ----
select cast(cast(last_run_date as char(8)) as smalldatetime) from msdb.dbo.sysjobservers
in sql 2000?
i m getting following error
Syntax error converting character string to smalldatetime data type.
October 3, 2008 at 9:44 am
luke,
select cast(cast(20081003 as char(8)) as smalldatetime)
this is not working sql 2000?
October 3, 2008 at 9:36 am
1.check the backup location & create folders manually.
2.check weather file exists in backup location / delete or rename it.
3.give different file name.
September 27, 2008 at 9:44 pm
Viewing 15 posts - 1 through 15 (of 33 total)