Forum Replies Created

Viewing 15 posts - 406 through 420 (of 609 total)

  • RE: Shrink DB

    i load data through ssis pkgs, source and dest both are sql server databases, this is done every month.

  • RE: Shrink DB

    i load fresh data every month about 50GB.

    any thgouts on this process or is there a scopre fro improvement ?

  • RE: xp_cmdshell

    i get this..

    Volume in drive \\OBBEVAER\IT_Reports is OBBEVAER_Data

    Volume Serial Number is B2BD-B330

    NULL

    Directory of \\OBBEVAER\IT_Reports\DBANULL

    File Not Found

    NULL

  • RE: xp_cmdshell

    ohh yeah, there is no file in there? any other way to do ?

  • RE: MCITP: Database Administrator

    Andrew

    Could you please how you pre prepared for the exams ?

    do we get any books dedicated for this preparation?

    can we beleive some online question banks which gurantee passing exams...

  • RE: Query Log

    Actually i am not trying to capture the result but the message's in the result pane

  • RE: Moving pkgs

    OK, my running the below query it solved my problem.

    SELECT p.name, p.folderid, f.foldername

    FROM dbo.sysdtspackages90 p JOIN dbo.sysdtspackagefolders90 f

    ON p.folderid = f.folderid

    An example for moving packages from the MSDB...

  • RE: composite key

    how do i do left join on multiple columns ?

  • RE: Backup Jobs stops

    I dont see any kind of error mesgs any where. Can you some one please look into my option above help implementing that.

  • RE: Backup Jobs stops

    I dont think that will work in my case because its not just model database sometime it stops at user databases too but very rare which atleast proves that problem...

  • RE: Update with rowcount

    I just need to know how many recrods updted on which table and value from the coumn "state"

    I want to insert them into a audit table (Tablename,RowsUpdated,State)

  • RE: INSERT Error

    Moderator.... please delete this post.

    Thanks you

  • RE: Disable/Enable Indexes

    Every time i import data (more than 100 million records) through wizard i get comminication link failure error from one server to another, is there an easy ans fast way...

  • RE: update qry

    Thank you so much guys.. appreciate all your replies for my post.

    As Lynn said actually it was my fault not giving the datatype in the post but anyways this helped...

  • RE: update qry

    great, Lynn's query

    update dbo.TheTable set

    TheColumn = 2009 + (TheColumn / 100.00)

    worked for me.

    For the same real data type how would i update 2008.1,2008.2......

    with...

Viewing 15 posts - 406 through 420 (of 609 total)