Viewing 15 posts - 31 through 45 (of 230 total)
excellent. Thanks.
Back to my question, what is a good way to capture TempDB contention information?
January 30, 2003 at 11:29 am
What is a good way to capture TempDB contention?
I am thinking that on the create temp table(s) there is locking of syscolumns, causing contention.
How does one measure/capture this?
January 30, 2003 at 9:58 am
Timeouts in tempdb.
Deadlocks in user db.
User db uses alot of temp tables.
January 29, 2003 at 6:01 pm
check that. The alias works.
Just had to configure it like below, where ServerA_Linked is the alias name.
EXEC sp_addlinkedserver
@server='ServerA_Linked',
@srvproduct='', ...
January 20, 2003 at 2:22 pm
How about this:
GRANT
- WITH GRANT OPTION
Specifies that the security_account is given the ability to grant the 'specified' object permission to the other security accounts.
November 20, 2002 at 8:47 pm
Ya I am well aware of encryption.
My point is, having the file opened with notepad is one thing, but being able to view actual data is a completely different thing....
November 16, 2002 at 3:54 pm
does anyone else consider this a risk?
shouldn't .MDF's only be allowed to be opened by SQL Server?
November 16, 2002 at 10:56 am
thats not what I meant.
I am concerned about it being able to opened in notepad and data being visable.
Seems like a risk.
November 15, 2002 at 6:33 pm
ok now I understand what you were saying.
you were talking about moving the "good" master.
makes sense, but not a needed step for this recovery scenario.
November 14, 2002 at 5:24 pm
ok.
Based on my disaster scenario, I have the "good" system databases and all the user databases available. These are copied to another drive.
So,
1. Re-install to any location.
2. Stop Server
3. Move...
November 14, 2002 at 4:22 pm
Viewing 15 posts - 31 through 45 (of 230 total)