Forum Replies Created

Viewing 10 posts - 46 through 55 (of 55 total)

  • RE: Ways to replicate

    I m using log shipping for the database now but i have to kill the connections to restore the recent backup. 🙁

    Is there any other way of not disturbing the...

  • RE: Isolation Level

    Thank you very much will disconnect the users before i restore. Thanks once again

  • RE: xp_cmdshell

    tried to map the network drive with username and password but no luck

  • RE: xp_cmdshell

    Do you know what is the syntax of NET use in my scenario ?

  • RE: xp_cmdshell

    I mapped the network drive in sql sevrer box and i have ran this

    EXEC xp_cmdshell 'FORFILES /p I:\ /m *.* /d -30 /c "CMD /C del /Q /F @FILE"'

    ERROR:...

  • RE: Data file grows fast

    Thank you for the recommendations

    R

  • RE: Data file grows fast

    How can i find out if something goes in a loop?

    I do believe that another drive will be the solution myself.

  • RE: Weird thing in SSIS

    Hello there

    You helped me out thank you so much have seen the permissions and logged on as that account the language of that acount was different changed it to...

  • RE: Weird thing in SSIS

    the query is this

    SELECT Number,

    CreatedDateTime,

    subject,

    convert(varchar(20), Incident.CreatedDateTime,103) as CreatedDate,

    FirstCallResolution

    FROM Table1

    WHERE CreatedDateTime >=

    CASE DATEPART(WEEKDAY,getDate())

    when 2 then dateadd(day,datediff(day,0,GetDate())-3,0) --mon

    ...

  • RE: Weird thing in SSIS

    Sorry i didnt explain myself properly, :crying:

    My SSIS package is doing the following export (export wizard was used to create the SSIS package) some of these data to another table...

Viewing 10 posts - 46 through 55 (of 55 total)