Viewing 9 posts - 76 through 84 (of 84 total)
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. ...
June 28, 2002 at 1:47 pm
Please follow the thread of the same name in the administration section.
Thanks,
Eric S.
June 18, 2002 at 3:27 pm
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...
June 18, 2002 at 3:26 pm
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...
June 18, 2002 at 2:09 pm
quote:
This sounds a bit scary to me... I plan on upgrading to SP2 on my cluster soon.Did you install SP2 on the...
June 18, 2002 at 11:14 am
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...
May 20, 2002 at 6:00 pm
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....
November 21, 2001 at 5:05 pm
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,...
November 20, 2001 at 7:21 pm
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...
November 10, 2001 at 5:48 pm
Viewing 9 posts - 76 through 84 (of 84 total)