Forum Replies Created

Viewing 15 posts - 211 through 225 (of 295 total)

  • RE: Need answers for interview questions...

    Slightly off topic, but I could not understand much of what was asked. It wouldn't hurt much to enusre you at least make sense when asking for help......

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • RE: Backup and copy

    Thanks for that 🙂

    Now to build the scripts .... :hehe:

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • RE: Backup and copy

    But how would I maintain only 2 days backups locally while I maintain a months worth of backups on a the remote backup server ??

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • RE: Today's Random Word!

    flugelbinder

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • RE: High avalibility - what is best ?

    Hi Prakash I have thought about that and have actually built that at my last place of employment with great sucsess. In the long run I will be going...

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • RE: Server for SQL Server 2008 R2

    and dont run your anti-virus on you'r prod server.

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • RE: High avalibility - what is best ?

    Thanks for all the replies.

    When I say zero data loss I understand you can never garuntee this but can do what ever nessasary to minimize data loss, with the standard...

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • RE: High avalibility - what is best ?

    Good article, thanks.

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • RE: SQL or Oracle

    GSquared (2/17/2009)


    Max (2/17/2009)


    Man, you guys are so lucky, we were so poor I had to push the horse up the hill. 😉

    Sisyphus move over! New guy with version 2.0...

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • RE: I have a REALLY easy question!

    Usually that is a Windows Domain account and not a sql account.

     

     

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • RE: SQL Text

    That is the solution that has been thrown around, have the 3rd part Co run Profilier and send me the output. I was hoping to be able to look at...

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • RE: SQL Text

    That is  very much along the lines of what I need, however to trow a spanner in the works, I am in a tight bind..

    I am the DBA for company...

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • RE: Want To Delete Duplicate Records

    Tyr something like this....

     

    Declare @id int,

            @name varchar (50),

            @cnt int

    Declare getallrecords cursor local static For

     Select count (1), id, name

       from contact (nolock)

       group by id, name  having count(1)>1

     

    Open getallrecords

    Fetch next from...

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • RE: Users From Hell

    This is a clasic, however i feel it very important to include for want of a better title ' The Jargon Speaker' you knwo the ones, who at any  meeting they...

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • RE: error while creating index

    Harnessh

     

    It sounds like you have no more room to gorw in the data file. Now this is either because you have set the max size of the file and have...

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

Viewing 15 posts - 211 through 225 (of 295 total)