Viewing 15 posts - 286 through 300 (of 349 total)
Hi faisal,
For checking the real error excute
dbcc checktable(tablename)
dbcc checkalloc
hope this help u
from
killer
August 24, 2005 at 10:06 pm
Hi Faisal,
Why u are using reindexing on nightly basis.Dont u know it use too much of process.
This type of error occurs When creating a high level index structure, Adaptive Server...
August 24, 2005 at 9:55 pm
Hi,
As i described in my question the replication takes too much of process so i do try it.
But yes our problem sloved.
The process we applied need too much of maintinance
(1)...
August 24, 2005 at 9:08 am
Hi Julian,
Firstly u cannot use cast function like this as u have written.
Error expected As with cast
I need the execiution time of a query.Means when we execute a query in...
August 23, 2005 at 9:42 pm
Hi Remi,
Why to refresh or restart.As i know i had delated the record from the sysobject and when we execute anl dml command regarding table then it checks in the...
August 22, 2005 at 8:44 pm
Hi Chris,
Thanx for ur reply.
I modified and used in the process
Declare @StartQueryTime varchar(10)
Declare @EndQueryTime varchar(10)
SELECT @StartQueryTime= LTRIM(STR(DATEPART(hour, GETDATE()))) + ':' +
LTRIM(STR(DATEPART(minute, GETDATE()))) + ':' +
LTRIM(STR(DATEPART(second, GETDATE())))
Print @StartQueryTime
exec...
August 22, 2005 at 8:10 pm
Hi,
Becareful to kill that spid that is in use
kill spid number
-------------
when u use shrink database then no user should be connected on that database.This error comes when the tables are in...
August 21, 2005 at 10:00 pm
Hi Tim,
Select * into work with table
i needed with stored procedure . This help me in keeping old data copied from dbcc and extended stored procedure.
Again thanx to neol and...
August 20, 2005 at 4:16 am
Hi,
Do the user by which u are running ur replication has access on that table.
hope this help
from
killer
August 20, 2005 at 3:54 am
Hi,
Ok, I will try from that but dont we another option i mean from sql server only.
Or some other way that can make my dts easy.
from
killer
August 19, 2005 at 9:06 am
Hi,
Thanks .
My tables are updated daily and we dont know what row has been updated.
so i tranfer all the records and the tables script also.
My problem is transfering the files...
August 19, 2005 at 5:19 am
HI,
Check the username permission on Ingres.
and start ur job under log on services account permisson
hope this helps u.
Killer
August 19, 2005 at 12:13 am
Hi,
use data driven query that will help u.
Hope it helps u.
from
killer
August 19, 2005 at 12:07 am
Viewing 15 posts - 286 through 300 (of 349 total)