Forum Replies Created

Viewing 15 posts - 136 through 150 (of 605 total)

  • RE: What big thing is happening here?

    Huh? :unsure:

  • RE: Simulate Complete Server Crash

    Greg's spot on. Its not just restoring the database. A full test of the applications, reports & processes is required for DR.

    As the database is not in production...

  • RE: SQL Injection

    Not really material to my being a DBA, but I built our SQL Server systems from the ground up at my last employer. Everything I learned initially was from...

  • RE: Simulate Complete Server Crash

    What do you want to simulate? Hardware failure? Database corruption?

    You also mentioned you have only 1 box. Did you mean you have just 1 database server which...

  • RE: Emailing Error details

    If you want it running all of the time, the obvious choice is a trigger against the sysjobhistory table - however, I'd not recommend you start putting triggers in the...

  • RE: Emailing Error details

    You can add the query into the @query parameter.

    However, if you are holding all failed jobs in this table, you will need to put in some data check filter. ...

  • RE: My company decided not to upgrade any software this year!!

    As it stands, I'm not 100% sure if we'll be looking at SQL2008. We currently run SQL2005 and SQL2000.

    However, the long term strategy is MySQL for licensing cost reasons....

  • RE: connection time out failover in Sql Server 2005

    No - well not as far as I am aware. There could be some 3rd party tool to manage this?

    I suppose you could have an alternate connection string in...

  • RE: Emailing Error details

    Also, why don't you also consider setting up the notifiications on the scheduled jobs to send an e-mail when the job fails rather that querying the tables to look for...

  • RE: Emailing Error details

    Yes, it can.

    Set up a scheduled job and take a look at sp_send_dbmail.

  • RE: Database Views

    Hi,

    You are correct. This is an ownership chain issue. You will need to grant select permissions on the objects in the production data.

    Also, with regards to indexed views,...

  • RE: Tips for New DBAs

    Nice article. It was an interesting read. I have been the "Hero DBA" and as a result, I was still getting calls or e-mails six months after I...

  • RE: I am getting the below error.

    Well, as I suggested, you need to get your network team involved - junior or not - they are still in a job for their network knowledge.

    They need to see...

  • RE: Data convertion failed

    Are you using bcp or BULK INSERT?

    201st column - yikes!

    Do you have any documentation for the data you are inserting? ie..Does the 201st column data type in the documentation...

  • RE: I am getting the below error.

    Are you getting this error in any other place?

    Check the windows logs over and speak with your network team.

Viewing 15 posts - 136 through 150 (of 605 total)