Forum Replies Created

Viewing 15 posts - 30,181 through 30,195 (of 39,763 total)

  • RE: SELECT Statement using Flat File Contents as Criteria

    I'm not sure I understand.

    First 3000 isn't much. I'd just run them, suck them in on your side and discard what you don't need.

    Second, where is the criteria for the...

  • RE: 2005 sp2

    Also, don't forget there is a Cumulative Update #5 available now. Announcement going in tomorrow's newsletter.

  • RE: 2005 sp2

    I've dropped it on 3 laptops/desktops and one server in a VM situation and had no errors.

  • RE: index space is a negative number

    Rebuild the index, and it should have a clustered index on it. Likely it's just bad data.

  • RE: The T-SQL Test

    Nice 2005 solution. It's one I wouldn't have come up with, though I think any solution would work as long as it found the duplicates. After all, it's mainly a...

  • RE: DTS activeX time out.

    First, moved this to the DTS area.

    Second, do the resources on the server get beatan up? Memory low, disk/CPU high? I might try moving this to a workstation or another...

  • RE: password age

    You can "guess" by looking at syslogins and check the updatedate. This can change for any number of things, but this would apply for a password change. This gives your...

  • RE: 2000 CALs - transferring

    I'm not a licensing expert, but what I have always learned and applied is what Eddie wrote. These are just licensing / administrative documents, not applied to the software.

    FYI, if...

  • RE: Setting identy to on

    You set the identity when you create the table. There's no need to turn it on. The inserts will activate it.

  • RE: CPU - Quad Core or Not

    I'd think $7-8 might be relative to where you are. In a smaller environment, this could be a lot. I've had plenty of servers cost 5 figures or even 6,...

  • RE: Migrate to 32 or 64 bit sql server 2000

    First I'd think about 64-bit, and especially think about upgrading to 2005 or 2008. I'd recommend looking at 2008 for next year. Which means learning SSIS a bit now.

    There have...

  • RE: Database objects - File group mapping

    If you need to move them, I think you have to rebuild on the new filegroup, dropping the old.

    If you are working with multiple filegroups, I'd be sure you always...

  • RE: Avg. Disk Queue Length from 0.025 to 310.8 to 0.025

    Good call on the CHECKPOINT. Didn't think of that.

    Please let us know if you find anything.

  • RE: Skip n rows while importing from Excel Sheet...

    Import into a staging table, use an Identity to capture the order, delete the items with ID < 5.

    Reseed the table each time you do this. (DBCC CHECKIDENT)

  • RE: 2000 to 2005, restore or attach - which is better?

    I'd do what Roy has mentioned to minimize downtime.

    also, be sure that you have looked for SQLAgent jobs or DTS packages that people might be expecting to exist on...

Viewing 15 posts - 30,181 through 30,195 (of 39,763 total)