Forum Replies Created

Viewing 15 posts - 1 through 15 (of 18 total)

  • RE: error while executing dts appExcel.Workbooks.open

    File was on the same machine as sql server and if I put scrip into vbs file on the server it works fine but from job on the same server...

  • RE: error while executing dts appExcel.Workbooks.open

    i checked that first but account that runs task is local admin on server

  • RE: Scenario

    With restoring master database you restored logins from different domain and lost all logins from domain server is in so you can not log in this way. Only solution is...

  • RE: Scenario

    If you have functions or stored procedures in master you can script them and then create on new server. Master is system database and i doubt that you can successfully...

  • RE: Server side trace

    Your commands look like you have sql server 2005 and i have sql2000. My commands are

    select * from ::fn_trace_getinfo(3)

    312

    32W:\trace\STBTrace

    331

    34NULL

    351

    I run server side trace with script and it is making files...

  • RE: Scenario

    i read your topic once again and i am not sure what do you want. You can restore or detach attach user database, restore msdb and if you want to...

  • RE: Scenario

    I meant that we restored msdb to transfer our jobs from one server to another and we restored each user database to new server or detached user databases from old...

  • RE: Scenario

    Do you have backup of original master database? If you have restore that database and try to log in with some account from that domain. This is the first time...

  • RE: Transfer Backup

    Animal Magic (10/28/2009)


    irena.bulatovic (10/28/2009)


    when you copy file you are accessing remote location with credentials you are logged in with and when you use cmdshell you are accessing remote location with...

  • RE: Transfer Backup

    when you copy file you are accessing remote location with credentials you are logged in with and when you use cmdshell you are accessing remote location with account that is...

  • RE: Transfer Backup

    declare @logid as int

    declare @backup_file as varchar(200)

    declare @komanda as varchar(200)

    --Select media_set_id of last backup

    set @logid=(select max(media_set_id) from

    backupmediafamily

    where physical_device_name like

    'Your backup device name%')

    --Select exact backup device name if...

  • RE: Sql server performansec

    Of course it is. Server is working for some time now and at the beginning it was ok but as the time passes and our db is getting bigger performances...

  • RE: Sql server performansec

    I don't understand what i will get with adding more disks because i have enough free space but disks are busy all the time as i understand utilization of 98%

  • RE: Sql server performansec

    Of course i have log backup every 5 min and datafile disks are

    install 60GB capacity 39GB free

    datafile1 200GB 92GB free

    datafile2 150 GB ...

  • RE: Sql server performansec

    No it is only sql server. I have

    one lun for installation files where msdb, master and one tempdb file is,

    two luns for two data files

    one for one transaction log...

Viewing 15 posts - 1 through 15 (of 18 total)