Forum Replies Created

Viewing 15 posts - 286 through 300 (of 349 total)

  • RE: Store executon time

    Thanx for the help and support.

    from

    killer

  • RE: SQL Log Error: 1501, Severity: 20, State: 1 Sort Failure

    Hi faisal,

    For checking the real error excute

    dbcc checktable(tablename)

    dbcc checkalloc

     

    hope this help u

     

    from

    killer

  • RE: SQL Log Error: 1501, Severity: 20, State: 1 Sort Failure

    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...

  • RE: Any helping hand

    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)...

  • RE: Store executon time

    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...

  • RE: How this process work

    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...

  • RE: Store executon time

    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...

  • RE: Dealock issue

    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...

  • RE: Dynamically create table when executing a stored procedure

    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...

  • RE: test

    Hi,

    Very difficult to answer. no clue about this.

    Hope this help u.

    from

    Killer

  • RE: Invalid object name ''''syspublications''''

    Hi,

    Do the user by which u are running ur replication has access on that table.

    hope this help

    from

    killer

  • RE: Any helping hand

    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

  • RE: Any helping hand

    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...

  • RE: DTS Executes but Scheduled Job Hangs!!

    HI,

    Check the username permission on Ingres.

    and start ur job under log on services account permisson

    hope this helps u.

    Killer

     

  • RE: Export Data to Text File with Fixed Positions - How?

    Hi,

    use data driven query that will help u.

    Hope it helps u.

    from

    killer

     

Viewing 15 posts - 286 through 300 (of 349 total)