Forum Replies Created

Viewing 15 posts - 31,531 through 31,545 (of 39,754 total)

  • RE: The other side of outsourcing

    That does. I rememeber people doing this, though most of the companies I knew wouldn't hire someone who'd worked at more than one job for less than a year. Too...

  • RE: QOD section

    Thanks for the note and we'll take a look at this.

    We currently republish the books (or were), so that was one of the early design decisions for this. Not sure...

  • RE: Question of the Day for 23 Aug 2007

    Wow, a complement!

    Thanks and glad you like it. We're always working on more.

  • RE: Does anyone know anything about the company SetFocus?

    I wouldn't do this. There are places that require coursework (stockbrokers, etc), but not the IT jobs. Most of those places pay for the training.

    This sounds like they're either...

  • RE: any of you follow the stock market?

    Depends on how much you have in

    Not been a fun ride, but things have improved a bit over the last week.

  • RE: A Cool Job

    I think Bob wants a Prius

    Actually my Prius has plenty of buttons, knobs, etc.

    The TPC thing is contrived, no doubt about it. But...

  • RE: How Hard is Search?

    I know that there are people out there reading and working with multiple languages. That's cool, wish I could, etc. And Live gives you the option to search in any...

  • RE: How 2 Use Same Database Maintenance Plan in Different SQL Server

    If you want to use the basic maintenance plans across servers, the best bet is to use master/target servers and have a central server where you create the plan and...

  • RE: backups in Native mode

    Ed is corrent. The "native" backups are made with native tools that ship with SQL Server. If you install Litespeed, SQL Backup, BMC's backup, etc., then you are working with...

  • RE: Am I Old-Fashioned?

    Martin,

    I'd be interested in knowing exactly how or why it's harder to write stored procedures. In most cases you take your T-SQL, move the variables to parameters and wrap the...

  • RE: Connecting to DB2 Database for DTS proesses

    Agree with Antares above. Get the drivers from IBM, install on your server. You can use DTS or a linked server to get the data.

    One issue we've had is that...

  • RE: Urgent! - How to extract number from a string

    Fishbarnriots has a good point. (what is with that nickname?)

    To get close to 100%, I'd actually go through a cleaning process. See if you can wipe out stuff before the...

  • RE: Decrease columns from VARCHAR(30) to VARCHAR(20)

    Why shorten the column? It's varchar, so no savings in space if everything is under 20.

  • RE: Changing User Authentication

    There's no way to do this. The SQL login is not related to the Windows login. You could add the Windows login and map it to the database user, but...

  • RE: Trigger Problem

    Can you give an example of what you mean by the identity ranges not matching? It's not clear from your first post.

Viewing 15 posts - 31,531 through 31,545 (of 39,754 total)