Viewing 15 posts - 286 through 300 (of 335 total)
I have found that using the open query syntax has better performance than using 4 part name.
Hope that helps.
Tom Goltl
May 30, 2002 at 10:09 am
How big is the transaction log files for the actual database for each. I thought I read somewhere that 2000 uses tempdb more extensively than 7 did.
I'll try to...
May 22, 2002 at 12:45 pm
When you change the owner all permissions on the object are lost. You might have to script them out before you run that sp.
Tom Goltl
May 17, 2002 at 7:54 am
Steve,
I don't think they can, and I offer one solution to why it shouldn't if it could. The whole point of clustering is to have a highly available server....
May 13, 2002 at 3:40 pm
Which version of sql are you using?
Are you calling through QA or application when the violation occurs?
Generally when I have experienced exception violations is when a procedure is expecting parameters...
May 9, 2002 at 9:50 am
Is it tsql code. If so, you might be able to turn it into a stored procedure and then execute the stored proc through your dts.
Tom Goltl
May 9, 2002 at 9:25 am
We do use primarily all IP connections to the database.
I haven't reindexed for a while but the showcontig is not reporting extreme amounts of fragmentation.
I was using dbreindex to rebuild...
April 11, 2002 at 6:55 am
You hit it on the head. After much research and work we have concluded that this cannot be done. We're now trying to do it with an oracle...
April 1, 2002 at 3:06 pm
This is also assuming that these are commited transactions in your log. If you are running a very large transaction, a database and/or transaction log backup will not effect...
March 29, 2002 at 7:46 am
Thanks for the links, but I've already looked at all of those.
We don't have AWE enabled. We don't have the auto shrink, but do use autogrow. ...
March 13, 2002 at 7:11 am
It's not in tempdb it is in one of my user db's. I figured out what I needed to do though. I found an undocumented sp on the...
March 11, 2002 at 1:50 pm
I disagree with getting the biggest. The more access points you have to your ram the faster it will be.
ie: If you have 4 slots and want a...
February 11, 2002 at 9:07 am
If you have Sql Agent running, several of its processes have connections to Sqlserver running under the account that you specified at startup. You could look in sysprocesses table...
February 6, 2002 at 7:16 am
I too have used Sql Probe and did find that it really hurt performance on my machine. We run a compaq quad 700 with 2 gig ram. Not...
February 4, 2002 at 7:46 am
It sounds maybe like you have granted permissions to the public role. By default, everyone that has access to the database is defaulted to the public role. Hence...
February 4, 2002 at 7:40 am
Viewing 15 posts - 286 through 300 (of 335 total)