Viewing 15 posts - 76 through 90 (of 224 total)
How much latency are you entitled? Log shipping comes to mind as well. What bums me out is that I am starting to see more and more of this transactionally...
February 18, 2004 at 8:49 am
I have found that on large systems that setting the max degree of parallelism to 1 can improve the overall performance of the system. This was done on our SAP system...
February 18, 2004 at 8:42 am
I do not know... I wasn't even sure that the affinity mask would work for you. I have not worked with it and do not know a lot about it's...
February 16, 2004 at 12:49 pm
Eric, take a look at the affinity mask Option settings.
February 16, 2004 at 10:59 am
:blinkkay..what was this??
Without impacting the production database? It's on the same server...
February 16, 2004 at 10:52 am
Thanks for the input. I will give it a try 🙂
February 16, 2004 at 7:46 am
Allen...........It's the EXACT same story here. In fact I will share your post with my Basis Admin.
I asked Tom (see Basis Admin) to contact SAP regarding the cost threshold. ...
February 12, 2004 at 1:03 pm
Okay, I admit it...I'm bored today...
sp_addrole @rolename = 'DevRole',
@ownername = 'dbo'
GO
--
GRANT CREATE TABLE TO DevRole
--
GRANT CREATE PROCEDURE TO DevRole
--
GRANT CREATE VIEW TO DevRole
--
--GRANT ETC.....
February 12, 2004 at 12:14 pm
You'll need a role in each database. You may want to create it in model so all of the new db's get it.
Script out the CREATE ROLE and GRANT <PRIV>...
February 12, 2004 at 12:05 pm
That's interesting Dan. I am kind of wondering what the state of the sysindexes table is. Is the FirstIAM value out of whack?? That probably isn't the problem. I am kind...
February 12, 2004 at 11:56 am
First thing Jason, take away the dbo privileges unless if you want them to have free roam of the database.
Yes you can imitate the behavior of Oracle. This is a...
February 12, 2004 at 11:37 am
* Clean up old/unused statistics
* Verify last statistics update; recommend updates
* Suggest tables that should be pinned
* Check for startup procedures
* Check for 'fake' user tables
* Possibly clean up...
February 12, 2004 at 11:23 am
This would be a good thing to make a list for. Here are some quick thoughts.
1. Orphaned records (Yes, it can happen)
2. Uncommited transactions
3. Like your #2, but also in...
February 12, 2004 at 9:11 am
Trace yourself in profiler while you look at the jobs.. That should give you an idea of the permissions you need. Without testing anything I am guess readonly permissions in...
January 30, 2004 at 11:38 am
Viewing 15 posts - 76 through 90 (of 224 total)