Viewing 15 posts - 37,861 through 37,875 (of 39,456 total)
Tend to agree with Antares. If these are different development efforts, might be easier to have one server with mutliple databases. Less admin and licensing as well.
Steve Jones
March 1, 2002 at 11:11 am
March 1, 2002 at 11:10 am
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
Viewing 15 posts - 37,861 through 37,875 (of 39,456 total)