Viewing 15 posts - 46 through 60 (of 66 total)
As it's an identity column, the values inserted are always increasing in value so they are inserted at the end of the index. Lowering the fill factor won't improve...
DBA Dash - Free, open source monitoring for SQL Server
November 17, 2011 at 2:23 pm
Size will depend very much on the individual environment, but you should try to avoid the need for auto-grow.
Tempdb can be critical to your database server performance and you...
DBA Dash - Free, open source monitoring for SQL Server
November 16, 2011 at 12:30 pm
Does the stored procedure have any parameters? Check the compile value for the parameters in the execution plan on dev/production. It's possible that it's a parameter sniffing issue....
DBA Dash - Free, open source monitoring for SQL Server
November 11, 2011 at 3:58 pm
Jayanth_Kurup (6/15/2011)
DBA Dash - Free, open source monitoring for SQL Server
June 15, 2011 at 4:56 am
The host file is used to provide host name resolution - to convert a name into an IP address. This is a simple text file that you can edit...
DBA Dash - Free, open source monitoring for SQL Server
November 16, 2010 at 1:25 am
I've found that adding an entry in the host file (c:\windows\system32\drivers\etc) of your client machine for the remote server can help with this issue. You would also need to...
DBA Dash - Free, open source monitoring for SQL Server
September 7, 2010 at 4:08 am
The CLR code we are using is very simple:
Imports System
Imports System.Data
Imports System.Data.SqlClient
Imports System.Data.SqlTypes
Imports Microsoft.SqlServer.Server
<Serializable()> _
<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Format.Native, _
IsInvariantToDuplicates:=True, IsInvariantToNulls:=True, IsInvariantToOrder:=True)> _
Public Structure BitMaskOR
Dim val As SqlInt32
...
DBA Dash - Free, open source monitoring for SQL Server
December 10, 2009 at 3:13 am
The server is configured to use 56GB (57344MB MAX server memory) of it's 64GB. Min Server Memory is 0. The service account has the lock pages in memory...
DBA Dash - Free, open source monitoring for SQL Server
December 9, 2009 at 10:03 am
I've just configured database mirroring - same procedure as last time, but this time it worked without any problems and synchronized within a few seconds. 🙂
It's great that it's working,...
DBA Dash - Free, open source monitoring for SQL Server
September 26, 2009 at 2:57 am
Steve Jones - Editor (9/25/2009)
DBA Dash - Free, open source monitoring for SQL Server
September 25, 2009 at 11:24 am
Jason Shadonix (9/25/2009)
Could there be a firewall or something involved that's messing with you?
There is a firewall, but it's been configured to allow traffic on the port used by mirroring....
DBA Dash - Free, open source monitoring for SQL Server
September 25, 2009 at 10:16 am
Steve Jones - Editor (9/25/2009)
DBA Dash - Free, open source monitoring for SQL Server
September 25, 2009 at 10:14 am
Jason Shadonix (9/22/2009)
DBA Dash - Free, open source monitoring for SQL Server
September 25, 2009 at 3:22 am
Hi,
I didn't like the idea of leaving mirroring in that state during the working week so I switched back over to log shipping. I still want to get mirroring...
DBA Dash - Free, open source monitoring for SQL Server
September 22, 2009 at 12:00 pm
Hi,
This is a new mirroring setup - converting from log shipping to database mirroring. The backup that was running was our normal weekly full backup - At first I...
DBA Dash - Free, open source monitoring for SQL Server
September 21, 2009 at 9:58 am
Viewing 15 posts - 46 through 60 (of 66 total)