Viewing 15 posts - 46 through 60 (of 226 total)
A couple of new finds to add to it.
The Box is x64 and the SQL is 2000 SP4. It's also SP2 and that explains the problem with the DTS editing...
May 5, 2009 at 7:09 am
I've toyed around with a few programs but I'm always concerned about which ones are safe to use so seeing a discussion like this develop is nice.
We currently have two...
May 1, 2009 at 10:40 am
I got it from here : http://www.sqlservercentral.com/articles/Administration/orphan_user/853/.
After running the first part the check no longer found a reason to run the second part so that answered my question....
April 30, 2009 at 1:57 pm
"Only use SETUSER with SQL Server users. It is not supported with Windows users."
This is a Windows user.
April 20, 2009 at 1:20 pm
Ok, so I run the following:
GRANT DELETE ON dbo.table TO user
Then I give them Execute on the stored proc.
They get the error:
Server: Msg 3704, Level 16, State 1, Procedure usp_storedproc,...
April 20, 2009 at 1:12 pm
Michelle Ufford (4/7/2009)
Jason Crider (4/7/2009)
April 7, 2009 at 9:04 am
Grant Fritchey (4/7/2009)
How well does it scale? Locking, blocking, deadlocks? Network I/O? It doesn't sound good any way you put it.
Not very well at all. The previous implementation of their...
April 7, 2009 at 8:56 am
yea, I just ran a test to see and it is the same.
I need to ask the static question.
As others have stated, this is a third-party application and I have...
April 7, 2009 at 8:45 am
My understanding is that there was a different cost(with the engine) to the following options:
TableA has 5 columns and 200 rows.
I need all columns and all rows every time.
Option 1:
SELECT...
April 7, 2009 at 8:36 am
It usually helps me to have a profiler trace to look at as well.
April 6, 2009 at 1:21 pm
Jack Corbett (3/31/2009)
I'm really surprised that there hasn't been more action on this thread as everyone has an opinion on this stuff.
Really. I think it's because it's in the SQL...
March 31, 2009 at 10:07 am
Jack Corbett (3/31/2009)
Jason Crider (3/31/2009)
All applications run under a SQL Login user. This user generally runs only SP's but there may be some legacy items that use ad hoc.
I'd recommend...
March 31, 2009 at 9:36 am
Don't forget about the microsoft link that discusses their fix:
http://support.microsoft.com/default.aspx?scid=kb;en-us;906954
I believe that the best method is that one, and if it doesn't work then you try the wrapper.
March 30, 2009 at 9:46 am
Viewing 15 posts - 46 through 60 (of 226 total)