Viewing 15 posts - 38,041 through 38,055 (of 39,456 total)
No, you just choose a group instead of a person when adding an NT Auth login.
Steve Jones
February 12, 2002 at 9:37 am
February 11, 2002 at 5:40 pm
That's a great technique. I did something similar years back with VFP for states and countries (which rarely change). I like flat files for lots of things because there isn't...
February 8, 2002 at 4:53 pm
create trigger MyTrigger for update
as
insert into historytable (fieldA, fieldB)
select FieldA, FieldB
from inserted
return
Steve Jones
February 8, 2002 at 4:42 pm
There are any number of ways to do this, but the bottom line is that there are numerous ways to decrypt stored procedures. A quick search on google will have...
February 8, 2002 at 3:17 pm
February 8, 2002 at 11:06 am
There are some good points of view on Slashdot this week. and one from Bill Joy as well as some discussion from the guy who is porting to Linux.
Steve Jones
February 8, 2002 at 11:02 am
clarification:
How to Buy
Multiple Instances
Licensing SQL Server 2000 Enterprise Edition enables customers to run multiple instances on a single server or processor and only...
February 8, 2002 at 11:01 am
Isn't app center supposed to replicate the info from one server to another? Not sure if this handles the stateless/stateful thing, but it adds overhead. I am for using either...
February 8, 2002 at 10:58 am
February 8, 2002 at 10:57 am
Sounds like security. Can you log in with QA using the SAME login as the app and open the database?
Steve Jones
February 8, 2002 at 10:53 am
Build multiple transforms. select * where col = A, etc.
You could build a generic package and then drive this with another package that checks for all values of your column...
February 8, 2002 at 10:51 am
ERWin is nice, but $$$$$, ERStudio is almost as good and less, but still $$$. Visio is $$ and it shows. It is cumbersome, IMHO, and seems to reach a...
February 8, 2002 at 10:50 am
Brian has a good explanation. I like stored procedures as they also promote resuse and encapsulate specific functions. I take the view that I'll build 10 sprocs to cover your...
February 8, 2002 at 10:46 am
Viewing 15 posts - 38,041 through 38,055 (of 39,456 total)