Forum Replies Created

Viewing 9 posts - 76 through 84 (of 84 total)

  • RE: Querying Responses

    We actually use this bitwise operation concept to store and retrieve data. The concept isn't that difficult to understand for anyone coming from a well rounded CSCI degree. ...

  • RE: An interesting problem: SQL 2000 ENT

    Please follow the thread of the same name in the administration section.

    Thanks,

    Eric S.

  • RE: An interesting problem: SQL 2000 ENT

    I found some relatively interesting information. I used the MS Component checker on both of the nodes, and it shows version 2.62.7926.1 on both nodes. It turns out...

  • RE: An interesting problem: SQL 2000 ENT

    To danw: I believe the version number for SQL Server is saved in the SQL system files, not in the local registry of the active node. For this...

  • RE: An interesting problem: SQL 2000 ENT

    quote:


    This sounds a bit scary to me... I plan on upgrading to SP2 on my cluster soon.

    Did you install SP2 on the...

  • RE: Quickly Moving Databases

    I did like the article in general, although if I wanted a really fast method to transfer databases > 2 GB, I would not use this method. sp_attach is...

  • RE: Bulk insert into a temporary table

    Thanks for the suggestion. I tested the passing of a temporary table for a very long time, and had some problems using the bulk insert command with a variable....

  • RE: granting permissions on database level

    Right now I'm trying to implement a security policy on a system that was designed without one, which is the reason I need such a script. At any rate,...

  • RE: granting permissions on database level

    Well, I figured it out, so I'll post the solution here if anyone wants to comment on it or use it.

    declare @proc_name varchar(255)

    declare procs cursor for

    select name from...

Viewing 9 posts - 76 through 84 (of 84 total)