Forum Replies Created

Viewing 15 posts - 30,331 through 30,345 (of 39,919 total)

  • RE: Curiosity won’t hurt this cat…

    Very strange. could be fragmentation.

    How much data is in the table?

  • RE: Delete and Insert Blocking

    Troy,

    I sympathize and I'd really recommend looking at 2005, even in 8.0 mode. The architectural enhancements will help with the load, especially if you can move to 64-bit.

    That aside, a...

  • RE: RESTORE DATABASE

    Be sure you're not one of the connections. Don't open a query window to that database, have one to master instead.

  • RE: Setting Max Server Memory in 64 bit machine

    SSMS should do fine.

    If this is only a SQL server, then I would probably set Min and Max to the same value. My impression for 64bit is that you would...

  • RE: backup over network

    SQL_oracle has my caveats for network backups. Don't do it.

    If you have bandwidth issues, then you're somewhat stuck as the bandwidth is required to do the backups.

    What I'd recommend is...

  • RE: Installing Named Instance in SQL Server 2005

    Did you attach the master database?

    might have a naming conflict.

  • 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.

Viewing 15 posts - 30,331 through 30,345 (of 39,919 total)