Viewing 15 posts - 166 through 180 (of 449 total)
Yes, but why shrink it? 10GB isn't very large and be keeping the database this size you won't have to grow the database or it won't "auto grow" for...
May 13, 2010 at 6:32 am
Yes, you can still create an alias but each time you take the sql server instance "offline", you'll need to change the port in your alias unless a different port...
May 12, 2010 at 5:42 am
1. Start Sql Server Configuration Manager (Start-Programs - Microsoft SQL Server - Configuration Tools
2. Expand SQL Native Client Configuration (32 bit)
2a. Expand SQL Native Client Configuration
Note: You'll want to create...
May 10, 2010 at 1:25 pm
I'm not sure how to get around this using VPN. Perhaps someone else knows.
You could always create a local alias (with working connection) on the laptop, then you won't...
May 10, 2010 at 12:35 pm
change for your country.
http://www.wolframalpha.com/input/?i=average+salary+of+database+administrator+united+states
This query is for DBA, not Junior DBA so you probably would look at the lower end range.
May 10, 2010 at 6:38 am
Have you tried connecting via IP?
IP\<named instance>
also try using the port#
IP,port
which will work the same as
IP\<named instance>,port#
If it works using the IP, you can try the full instance name with...
May 10, 2010 at 6:26 am
We backup using the RedGate which we have found to be very efficient for large databases. The native sql backup took too long to complete with certain window restrictions...
May 6, 2010 at 6:41 am
You should confirm a memory issue by examining the following counters:
SQLServer:Buffer Manager - Page Life Expectancy
300 seconds or less may be indicative of low memory
SQLServer:Buffer Manager - Buffer cache hit...
April 28, 2010 at 6:37 am
Second Question:
You should have this message in the SQL Server Log:
Message
Using locked pages for buffer pool.
It's after the CPU check.
Did you restart the server after setting "lock pages in memory"...
April 28, 2010 at 6:07 am
so there isn't an error. You can connect to the local server via SSMS.
April 20, 2010 at 6:03 am
This book has a pretty decent section on disk configuration.
SQL Server 2005 Performance Tuning
WROX
ISBN: 978-0-470-17639-9
Maybe you can borrow one?
April 15, 2010 at 6:23 am
Also look at the disk queue (disk counters). High CPU can be correlated to long queue lengths.
April 15, 2010 at 6:17 am
You can pause the node and work on the cluster.
http://technet.microsoft.com/en-us/library/cc731291(WS.10).aspx
Steve
April 15, 2010 at 6:11 am
One more thing. When you modify the registry entries, you may actually need to search for the key depending on the server OS. 64bit OS has a different...
April 15, 2010 at 6:01 am
We're running an ACTIVE/ACTIVE cluster with SSIS as a clustered resource.
We set it up like this:
http://msdn.microsoft.com/en-us/library/ms345193.aspx
We store all of the packages in the MSDB database. This seems...
April 14, 2010 at 6:14 am
Viewing 15 posts - 166 through 180 (of 449 total)