Viewing 15 posts - 181 through 195 (of 297 total)
If you are on SQL 2005 then you can look at the default trace to see who created the login.
March 25, 2009 at 11:09 am
J-F,
If this is an OLTP system, I would go with your proposal with the FK in the InvoiceDetail table. The only thing that you would need to ensure that the...
March 25, 2009 at 10:02 am
Look for the largest table / clustered index. I figured that my largest table is 22GB and has a clustered index so in order to rebuild it each week, the...
March 23, 2009 at 1:51 pm
Looked for it under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\MSSQLServer\SuperSocketNetLib
for the default instance
March 23, 2009 at 12:37 pm
Even though Windows 2008 lends itself to stretch clustering, it isn't as straightforward for SQL Server 2005 and even SQL 2008. Like Jerry mentioned, you will need to setup a...
March 19, 2009 at 1:09 pm
I second the search engine reco...
I did a search for "New DBA" on this site and got back quite a few articles etc...
March 18, 2009 at 6:49 am
Here's my 2c on cluster install. Another good Microsoft resource is
Pre-requisite
1.Hardware and Software Components are certified under the Windows Server Logo Program for Windows 2008 – necessary for...
March 4, 2009 at 12:39 pm
You could also use dynamic sql to do this.
March 4, 2009 at 12:20 pm
Glen,
Are you using instant file initialization?
If not, how long does it take for SQL Server to restart or in case of a cluster to failover? Actually, the failover is instantaneous,...
March 3, 2009 at 9:59 pm
Since this is the first cluster, I'm still testing this setup. 8 minutes is definitely excessive.
This is Microsoft's recommendation, but what are other DBA's doing out there?
I haven't enabled instant...
March 3, 2009 at 3:13 pm
tempdb is re-created each time SQL Server is started. I wouldn't create such large files since SQL Server will take a long time to restart since tempdb needs to be...
March 3, 2009 at 2:54 pm
You could also ping the Client IP address and find out who owns the machine on the network. Its probably an old job that was setup and forgotten about.
February 26, 2009 at 2:25 pm
You could run Perf Mon to identify whether disk IO is an issue.
February 26, 2009 at 11:34 am
Viewing 15 posts - 181 through 195 (of 297 total)