Forum Replies Created

Viewing 15 posts - 181 through 195 (of 589 total)

  • RE: Should DBA's need to know the physical details of a SAN??

    Personally I am convinced that most people that admin SAN's do not understand the technology they are working with and that is why they refuse to answer....

  • RE: Cannot drop temp table

    What makes you think the table is stuck?

    The table only exists for the connection that made the temp table, and should go away when that connection is closed...

  • RE: The November Car Update

    Problem with the BMW 1-Series in the US is that we start with the 3 liter I-6 from the 328, and the car is relatively heavy for such a small...

  • RE: TTYL

    I've been playing online roleplaying games (MMORPGs) sinve Everquest came out in March of 1999. Lots of people there use acronyms all the time, or shorthand. Sometimes you...

  • RE: LiteSpeed and xp_delete_file

    Not very fance at all, using xp_cmdshell 🙂 We considered making it into a CLR, but neither him or I am completely comfortable opening up that can of worms...

  • RE: LiteSpeed and xp_delete_file

    Solution found 😉

    Make my own (well, one of our programmers did) C# program that will do what I want. Guess I could have made a CLR program...

  • RE: Is there a way to get object name

    Dynamic SQL maybe? I would propably make a function that took the DBid and the ObjectID and return the name using it.

  • RE: LiteSpeed and xp_delete_file

    Just made a SQL backup on one server, copied the file to another SQL server. The XP_Delete_file removed it just fine.

  • RE: LiteSpeed and xp_delete_file

    It's on SP2, and I tried it with the same extension name as well.

    Before running my delete statement right now I have two files in a directory:

    AndersTest.bak backed up with...

  • RE: LiteSpeed and xp_delete_file

    I did some more testing this morning.... Looks like that XP only deletes files that where created by a SQL maintenance plan, or by SQL native backups. Guess that...

  • RE: October Energy Update

    There are 2 applications in for new reactors as of yesterday (10/29/2007) in the US, and 14 more applications expected to be filed in 2008. Good thing IMO. ...

  • RE: convert from MM/DD/YYYY to YYYYMMDD

    You must have Cobol developers on your staff! Man we get that stuff all over the place around here, but I refuse to let them store it in that...

  • RE: A Matter of Degree

    Bachelor of Science in Aeronautical Studies (read: commercial flying), with a minor in Computer Science.

    Also hold a license for flying fixed wing aircraft, all but ATP rating and floats....

    I always...

  • RE: Who wants to be a SQL Server DBA?

    Man I want to work where Rhat works! Imagine the utopia of perfectly designed databases, servers, hardware. Never had to figure out why you suddenly are starting to...

  • RE: SQL Server source code

    The only time I saw the code (small part of it) it seemed to me it was in C and Assembler, but that was for SQL 6.5. 😉

Viewing 15 posts - 181 through 195 (of 589 total)