Forum Replies Created

Viewing 15 posts - 30,406 through 30,420 (of 39,919 total)

  • RE: Security

    Whether you use #1 listed by Markus or not, you should always use roles.

    do not assign rights to users. Sooner or later they will quit, someone else will do their...

  • RE: New install WinXP SP2: SQL2005DevEdtn setup fails ...

    Sounds like a problem with the install media. Possibly some files weren't read correctly.

    If I remember correctly, a reparse point is a part of the file that determines where the...

  • RE: Cursor capacity

    There is no "cursor capacity". It will use available resources to read everything up to the full size of the table. You could cause memory issues, but that is a...

  • RE: Can we Install 2 different editions of SQL Server 2005 in a single cluster

    You can have multiple instances and I know clusters can support this, so I wouldn't expect an issue, but I have not specifically tried this. I think if you have...

  • RE: A read operation on a large object failed

    Is there a client running with this isolation level? Sounds like the data changed while it was being streamed out. READ UNCOMMITTED would allow that.

  • RE: Unable to open BCP host data file

    Sounds like a problem with one of the files. I'd reset the snapshot and see if that works.

  • RE: How do I convert Recovery mode to NORecovery mode

    If you need to change the data in your local database, you have no choice but to use the full backup.

    However, daily restores seems like a lot. Think about whether...

  • RE: .mdf file keeps growing over time

    You don't want the file to grow by itself, ever. That's an emergency thing if you can't respond.

    You should be monitoring this and if you see it getting low, add...

  • RE: Get Parameter Name

    Not sure what you mean about the stored procedure in the table.

    You don't need the name of the stored procedure to call it, you can send in parameters in order....

  • RE: How to kill this process? help m

    This has happened at times in 2000, and as mentioned above, the only thing to do is stop and restart SQL Server.

  • RE: Is linking servers a good idea?

    I would not link the servers. Often people with rights to query staging do not have rights to production (nor should they). It's a potential security hole.

    Instead I'd give rights...

  • RE: What Would You Do?

    I hadn't mentioned writing, but it is something I'd ask for if it's an unusual request. Thanks for mentioning and glad that people are thinking of it. I'd also note...

  • RE: UK JOB & US JOB

    I think there are always jobs. I've seen reports this week that IT hiring was strong in the US and also that it was not doing well. Overall you can...

  • RE: Backing up multiple stored procedures into individual text files

    I'd use Karthik's solution and then be sure you get them into a version control system. Ideally you are checking them out of some SCC and then editing them before...

  • RE: Data Import

    Constraints internal to the table require scripting. If there are FKs to other tables, are you importing them?

    Andras mentions scripting it out, probably the easiest way, recreate the table in...

Viewing 15 posts - 30,406 through 30,420 (of 39,919 total)