Viewing 15 posts - 16 through 30 (of 146 total)
CirquedeSQLeil (12/14/2009)
What is your disk configuration and tempdb configuration?
Configuration for the database files is pretty poor, its all based in a single RAID 5 config. 3 spindles.
I know the disk...
December 14, 2009 at 12:51 pm
Good point Jeff. How about when there is only one DBA ? and maybe a system admin. would you give SA passwords to non DBA's ?
December 12, 2009 at 4:04 pm
TheSQLGuru (12/10/2009)
December 12, 2009 at 3:32 pm
Thanks for the information. I have checked tempdb on system A and ran thesame code on Server B, Server B has a dedicated IO subsystem for tempdb.
SELECT substring(name,1,20) as 'Database',...
December 9, 2009 at 4:20 pm
Jonathan Kehayias (12/9/2009)
December 9, 2009 at 12:28 pm
Have you tried the perfmon counter.
SQL Server:General Statistics >> User Connections
December 9, 2009 at 4:23 am
Thanks for the reply, so you saying that 0.5 x number of cores would be beneficial or is it more like 0.25 x no of cores ?
I guess one would...
December 9, 2009 at 4:18 am
Yes it did, SQL level = 100 and it can find the cpu and memory information.
November 19, 2009 at 10:03 am
I am using GUI, I have already done that and its still showing the old log entries from 2 weeks ago, if I check error log file manually I can...
October 27, 2009 at 3:53 am
Steve Jones - Editor (10/22/2009)
You can use "RunAs" and launch SSMS this way to connect with a higher privilege account. We used to do that in the W2K days.
Thats one...
October 22, 2009 at 7:50 am
Lowell (10/21/2009)
October 22, 2009 at 6:09 am
Maybe I'm not explaining myself properly, all I really want is for a way to audit the administrative login that may be used by support staff, they know what the...
October 21, 2009 at 4:35 pm
From what I recall, the secondary db is a read only copy and it cannot be altered whilst in log shipping, you will have to stop log shipping and reconfigure...
October 21, 2009 at 9:56 am
It all makes sense now, didnt realise thats what you meant. How about applications that run in the form of exe's, application.exe <dbserver> <username> <password>
Thanks very much.
October 16, 2009 at 9:28 am
Roy Ernest (10/16/2009)
.NET can use Windows Authentication.
Thanks for informing me about that, how about non .NET applications.
Also, If for example I grant permissions to a single SQL login that an...
October 16, 2009 at 8:35 am
Viewing 15 posts - 16 through 30 (of 146 total)