Forum Replies Created

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

  • RE: Weirdest interview question?

    We were having a time out recently and this subject came up one colleague was asked if he was prepared to 'do time' for the company.   

     

    Not a question but a...

  • RE: Database Mirroring Problem

    On the Partner Server I submitted the command:

    alter database respond_productiion set partner off

    I got the message

    Msg 1416, Level 16, State 1, Line 1

    Database "respond_productiion" is not configured...

  • RE: Database Mirroring Problem

    Thanks for that David , but no go!

    If I attempt to restore I get a message stating

    Msg 3104, Level 16, State 1, Line 1

    RESTORE cannot operate on database xxxxxxxxxx...

  • RE: Citrix on SQLServer

    how do I: "configure DSN not to use "Dynamically determine port" "  ?

    That option does not appear as an option when i create or configure the File DSN 

  • RE: Citrix on SQLServer

    Yelena,

    I migrated the Citrix datastore using backup and restore. I can connect on the local server using the Citrix login used by the citrix server in the server farm.

    I can...

  • RE: Database Mirroring: fails when enable button is activated

    That was a typo!! - 18 hour day! anyway came in this morning and rebooted the mirror server and then did new backups and restores , It is now all working...

  • RE: database migration to a new server

    Steve,

    Thanks for that, I'd planned to back-up the non critical databases as they close for business, backup the system and 24X7 db's and restore them  in the downtime I have, then sytematically...

  • RE: Disk Configuration/Raid?

    Raid5 = slower writes - yes, but if you have a raid5 array the more drives you have will reduce latency and I\O contention. If you have a raid array...

  • RE: Bad Eyes

    I spent a few years working 16+ hours a day 7 days a week, just to keep a couple of systems going, I used to get engrossed in something and...

  • RE: it is possible to take sql server2000 database backup on another machine''''s disc.

    Beware of networks when backing up\restoring from remote devices  network connections can drop for any number of reasons and this can make these processes unstable

  • RE: Can anyone help with this ?

    I tried and got the first one:

    select b.CounterDateTime as ' Time' ,

           b.CounterValue as 'Total % Used'

    from

    dbo.CounterDetails a Inner join

    dbo.Counterdata b on a.counterID=B.CounterId

    where  a.objectname='processor'

    and a.countername='%...

  • RE: Can anyone help with this ?

      |--Stream Aggregate(GROUP BY[a].[CounterDateTime], [a].[CounterValue], .[CounterValue], [c].[CounterValue], [d].[CounterValue], [e].[CounterValue]))

           |--Nested Loops(Inner Join)

                |--Sort(ORDER BY[a].[CounterDateTime] ASC, [a].[CounterValue] ASC, .[CounterValue]...

  • RE: Can anyone help with this ?

    I've done that!! do you just want me to cut and paste it into this dialogue or is there some way of attaching the saved excel file ?

  • RE: Can anyone help with this ?

    How do I do this ? If I drag the doc into the window It opens it and I lose this window. You'll have to bear with me but I'm new...

  • RE: Backward Migration For A Database

    Yes, I was told to do this, why - because we have several sites and the won't pay to upgrade at the target site!

    I have already done  all the scripting,...

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