Forum Replies Created

Viewing 15 posts - 271 through 285 (of 526 total)

  • RE: Hurricane Disaster

    Just want to throw in that if anyone out there needs to contact friends or loved ones that are off the net, I have a cell phone with about 4000...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: Bad Blog

    I actually sort of ran into this.

    I was working as a temp for over a year at a major company (to remain nameless). We worked in their server/mainframe room loading...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: The New Bad Guy In Town

    I was a big fan of Netscape at the time. Still sort of like it. But the competitor to Netscape was actually NCSA Mosaic. I used it but...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: VB.NET and Crystal Reports - online communities

    Have you tried Experts Exchange VB Area and Experts Exchange Crystal Reports area.

    You can pay to sign up or sign up for free, but then you have to...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: Powerchute 6.x User''s Alert

    The story was good too. Just that we have PowerChute 6.5 running on about half our servers (25) and we're now trying to...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: Powerchute 6.x User''s Alert

    He stated in the article:

    To be fair, they sent out notices
       to their customers, or at least those
       that probably registered. 

    http://www.mcse.ms/message1771841.html

    Here one user...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: attach database

    Why would it ba accessible to anyone.

    Unless you share or give rights to the "server's" drive no one should be able to get to the file. Add-on as long as...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: Best Practice Suggestion: Phone # Extensions

    My thinking is 10 and 4/5. Depending on your FE you're programming in...(and what your needs are) I would program for country code defaulted, if you can pop the cursor...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: Running Out of Space

    I've run into this so many times, especially the Maint Plan failing because it couldn't do integrity checks because a "user" was in the database. It then won't delete the...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: Copying Database Hides Source

    In Must be an easier way (move logs) I put out a script that generates a script to detach, copy and re-attach multiple databases on the same server.

    You might...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: The DBA Whoops

    I don't use the word whoops -- I use many more colorful words under breath.



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: Evil new network manager

    We use a local drive.

    Besides, if the network is down -- how is Veritas going to see any servers anyway?

    Also to throw another...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: Evil new network manager

    You shouldn't need to even change the userid from LocalSystem. Just register the MS Server in the domain.

    Ref

    http://support.microsoft.com/default.aspx?scid=kb;en-us;811889 and

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ad/ad/dswriteaccountspn.asp.

    If you aren't using the LocalSystem account, you need to...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: Sql Update

    You would have to create a table that held the data such as TableName and LastUpdtated and then put a trigger on every table to update your Table.



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

  • RE: Finding all occurenses of a field in a databaes

    What I've actually have done on some of my servers is edit the model to add the put the view

    Create View IS.COLS

    as

    SELECT *

    FROM INFORMATION_SCHEMA.COLUMNS

    So I can get to it even...



    ----------------
    Jim P.

    A little bit of this and a little byte of that can cause bloatware.

Viewing 15 posts - 271 through 285 (of 526 total)