Forum Replies Created

Viewing 15 posts - 30,256 through 30,270 (of 39,819 total)

  • RE: DTS

    To add to David...

    With DTS you could deploy this to run from a workstation or other location (watch file paths) and distribute the load. It does not need to run...

  • RE: Lines of code in DTS

    The only way I know is to save them out as VB files and then check them with some editor.

    I'm afraid this is probably a manual process for you to...

  • RE: varience in performance

    How did you move? Backup/restore? Statistics usually comes to mind here.

  • RE: Display Month wise data

    You can also use the DATENAME functions in SQL Server to get the name

  • RE: Machine Name Change

    The sp_dropserver/addserver doesn't work?

    I'd be surprised as this is the same codebase as the Workgroup/Standard/Enterprise versions.

  • RE: Help! I have an interview for a DBA job tomorrow !

    I agree with Jeff and highlight what you know, don't sweat what you don't. Show them you can learn and are willing to tackle any project. Show experiences from your...

  • RE: Where to start?

    select t1.name

    from table1 t1

    where t1.id not in (select id1

    ...

  • RE: Data Ownership

    You get signals up in Alaska?

    Surprisingly, no neighbor is within 1000 ft of my house, yet for some reason I see 2 other Routers appearing in my wireless network.

    Maybe...

  • RE: Find where all two columns exist in the database

    select *

    from information_schema.columns.

    Look at the result set, add your filter

  • RE: Unexpected disk I/O error

    This is typically a disk error meaning the file can't be read. Can you copy the file over? It would eliminate network issues.

  • RE: Migrate DTS from SQL 2000 to 2005

    There is a runtime for DTS packages on 2005, so you can run them in that. I believe this is only 32-bit, but I thought a 64-bit version was coming.

    You...

  • RE: Setting identy to on

    When you make a schema change, a new table is created, the data copied over, and then the old table dropped, new table renamed.

    This is probably what's happening. If you...

  • RE: Add users with only read permission

    Does the user need to read all tables?

    A login is a server level security object that maps to a user in a database. So you need to create a user...

  • RE: Obfuscation

    Thanks and glad you like the topic. I was hoping for more of a response 🙁

    We used to change emails to email001@xxx.com, email002@xxx.com, etc., to correspond with some id value...

  • RE: Data Ownership

    I find the painting thing hard to believe, but it probably depends where it was tried. San Francisco might allow that 😉

    Let me reframe this slightly, since I probably didn't...

Viewing 15 posts - 30,256 through 30,270 (of 39,819 total)