Forum Replies Created

Viewing 15 posts - 286 through 300 (of 588 total)

  • RE: SQL2000/2005 DTS/SSIS Nightmare Trainwreck

    You could set up a job on the 2005 server to run the SSIS package and run the job from the commandline on the 2000 server though (cmdexec in SQLAgent)....

  • RE: Bring back the GOOF Button

    I want a reverse GOOF button that gives out stronger and stronger electric current when people write queries that give cartesian products, or bad code in general.  Preferably tied in...

  • RE: sa password not set during unattended install

    I've never done an unattended install, but Windows Authentication is the default, so I imagine somewhere in that string you need to tell it to install it with Mixed Authentication. ...

  • RE: Migrating to 2005. Security views using user_id() are no longer usable

    ok this is not meant as a flame, just trying to see if I understand.

     

    You are worried about security but you have been making direct updates to the table that...

  • RE: Restore across a network problems

    Are you running Windows 2003?  If so the mapped drive will not work from within SQL.  You will have to use a UNC name.

  • RE: Upgrade RAID Array

    You should be ok backing up the disk then restoring them.  Howerver, make sure all services are shut down and disabled before you start doing this. 

    Wouldn't hurt to make...

  • RE: Storing data in multiple languages

    I would store one record per language, just like sys.messages does.  Makes it easy to add another language later if determined there is a need for it.

  • RE: DBA''''s more scarce in 2007

    I agree with you on the rusty part Steve, but it does something against your self confidence during an interview.  Last couple of interviews I have done I think I...

  • RE: DBA''''s more scarce in 2007

    I got laid off in 2002 due to the reduction in the number of contracts available (I worked for a consulting firm at the time).  During the 3 months I...

  • RE: Double quotes verses single

    If you have quoted_identifier set to be on, the "y" is thought be SQL to be a column.  If you want to use double quoted, quoted_identifer need to be set...

  • RE: Rev Your Database

    Good write up Jeff and David.  And I agree, lots of time politics get in the way of doing the right thing.

    Using the brain is #1 when it comes to...

  • RE: Trying to resolve a deadlock issue (TRY-CATCH OR with (nolock) ?)

    I've succesfully used TRY..CATCH to handle deadlocks.  Works great.  Even set it upto record it when they happened, with how many retries etc.  I was thinking about putting a time...

  • RE: Launches and RTM

    I usualy went to the launches (and other MS/vendor sponsored events) to catch up with fellow DBA's and developers from past companies

  • RE: Question of the Day for 20 Jul 2007

    Agreed.  It is even part of the "standard" trace that will run if you do not modify anything when starting a new trace.... (granted you might need some filters..)

  • RE: Rounding numeric data

    Wouldn't that round just fine (to 4 digits precision) just be being copied into a money data type?  The negative number becomes -1.2394

Viewing 15 posts - 286 through 300 (of 588 total)