Viewing 15 posts - 38,161 through 38,175 (of 39,754 total)
Tend to agree with Andy. I usually make a role as soon as I create the database for the general access for that database. Might be webusers, might be MyAppUsers,...
March 1, 2002 at 11:09 am
Haven't seen anything specific to deadlocking. Part of the problem is that you need to capture the events up to the deadlock to track it down, not once the deadlock...
March 1, 2002 at 11:07 am
February 28, 2002 at 5:04 pm
Have you rebooted and restarted? I thought this was the service account not having permissions.
Steve Jones
February 28, 2002 at 3:21 pm
February 28, 2002 at 3:05 pm
February 28, 2002 at 1:40 pm
The stored procs and views, etc. will mostly run in memory, so more is better. You can separate the data, however, using filesgroups and place heavily used data on separate...
February 28, 2002 at 1:38 pm
Haven't tried it, but I have seen others report errors. SQLMaint seems to be, imho, not a really solid piece of code.
I implemented my own with DTS where I http://ftp...
February 28, 2002 at 12:28 pm
Which version of SQL? I believe with v7 and 2k, this is always present. So when you add a login, you choose an NT login rather than a SQL login...
February 28, 2002 at 12:26 pm
February 28, 2002 at 12:26 pm
I believe you need to be a sys admin, but it might work for a db owner. You need to use integrated security (Windows Auth) if you want someone other...
February 28, 2002 at 10:26 am
Jon's approach is a great one for reducing the load on the server.
One question, when you do this, does the stored procedure recompile? I am curious if the CASE...
February 28, 2002 at 9:46 am
I agree there will be duplicate records. However as suggested above, this is a tradeoff. The join is a simple item and you can easily test for duplicate Staff records...
February 28, 2002 at 9:44 am
Viewing 15 posts - 38,161 through 38,175 (of 39,754 total)