Forum Replies Created

Viewing 15 posts - 29,836 through 29,850 (of 39,818 total)

  • RE: Migrate DTS to SSIS

    If you want to learn SSIS, I own part of a training company in Orlando, FL that has gotten great feedback about our SSIS training. Brian Knight, MVP, author, has...

  • RE: Migrate DTS to SSIS

    It can migrate some pckages, but depending on if you have scripting and complicated packages, it might not work and you have to re-write.

    Pragmatic Works (www.pragmaticworks.com) has a tool that...

  • RE: nested cursors , where oh where am I going wrong with this

    I'm not 100% sure, but it's possible that you can't open two cursors on a table variable.There might be some scope issue here.

    Any reason not to move this to a...

  • RE: Resources for learning SQL Server 2005: Suggestions?

    Sites such as this one are good for general knowledge. Depending on time, you could go back through old articles and see what you learn. We have feeds for...

  • RE: SQL 2005 Express Backup from WinForms App

    Oh and I'd set the databases in simple mode. Not sure you want to deal with up to the minute recovery for users.

    If you do, then you need to manage...

  • RE: SQL 2005 Express Backup from WinForms App

    Backups, maybe have them set a preference (folder) and run a backup to there? depending on how knowledgeable your users are, either let them pick a name, run it as...

  • RE: How to simulate OBJECT_NAME(object_id, db_id) prior to SP2?

    create a function, query sys.objects using your criteria.

  • RE: Problems connecting to Database

    First I'd suggest you get Management Studio so you can more easily view things.

    second, did you create another login or a user? A login has access to connect to the...

  • RE: SUN DB

    My guess is that they'll leave the open source product as it is, letting it evolve over time. I think that this will put more pressure on Oracle, IBM, and...

  • RE: SQL SERVER 2000 DATABASE

    Again, that doesn't help. It depends on what your data is.

    If you are storing phone numbers, you don't need a varchar(50). You can reduce that to 10 char in the...

  • RE: INSERT INTO FROM RETRIVED DATA

    This sounds like a homework assignment. Please make your own attempt at this and show some effort.

  • RE: sysfiles v. sysaltfiles

    This is a holdover from pre v7. Not sure that you need this information anymore.

  • RE: SQL SERVER 2000 DATABASE

    This isn't something easily answered. It depends on your data.

    Pick something that you think fits your data, with some pad for character values. Dates are dates, numbers are integers or...

  • RE: add at the same time delete

    As Jeff mentioned, we're more than happy to help. However take the time to describe what you want, include relevant code, but we're not going to dig through your code....

  • RE: 2005

    There's a place to change the default file locations in the server properties, Database Settings.

    I'd do the detach, attach listed above.

Viewing 15 posts - 29,836 through 29,850 (of 39,818 total)