Viewing 15 posts - 3,706 through 3,720 (of 7,496 total)
psangeetha (5/14/2009)
May 14, 2009 at 12:27 pm
doug turner (5/14/2009)
May 14, 2009 at 12:09 pm
so .... after migration/implement of a new version of your dbs, things started going the wrong way.
Did you rebuild your databases indexes after the big maintenance ?
How are your current...
May 14, 2009 at 8:09 am
colin Leversuch-Roberts (5/14/2009)
...
I thought he was beyond that point.
Off course that is the way to start any investigation !
HDMan,
Keep in mind your largest consumer may actually have a small avg...
May 14, 2009 at 7:23 am
and if you actually need speed....
- 64-bit
- CPU
- RAM
- SSD disk sistem (e.g. ramsan )
Start with asking a huge budget ( blanc cheque if you can :hehe: )
May 14, 2009 at 6:51 am
Check out topic "Readme_SlidingWindow" in BOL !
With partitioning, preparation is crucial !!
May 14, 2009 at 6:43 am
The one you already have is SQL Server Profiler ! ("C:\Program Files\Microsoft SQL Server\90\Tools\Binn\PROFILER90.EXE")
Start a trace and analyse it.
3th party tools:
- Quest software : Spotlight for SQL Server
- Idera :...
May 14, 2009 at 6:35 am
As Steve said : the password doen't need to be the same;
The backup password is used to encrypt the backup itself. Nothing else.
May 14, 2009 at 12:07 am
If your business applications connect providing all possible connection info (application name, workstation id,...) ....
those non-business application connections can easily be rejected using a login trigger and only allow...
May 13, 2009 at 3:07 pm
What's your backup frequency ?
You may experience the result of IO shortage.....
If you have online index rebuilds, tempdb will be used !
This may cause read/write contention with tempdb file(s)...
May 13, 2009 at 7:13 am
In fact a snapshot db is created without any entries !
Data is only inserted if rows are modified in the originating database (or objects altered/dropped).
That's why a snapshot db only...
May 12, 2009 at 11:47 pm
No.
A shapshot only preserves the state at the moment it has been taken !
So it only contains a single truth about a row at a certain point in time.
Keep in...
May 12, 2009 at 11:31 am
so that would be a rbar promotion ?
I know I'm way off, but in would a pivot help to determine the set ?
IF object_id('v_SSC_Assignment_InstructorCorse') IS NOT NULL
...
May 12, 2009 at 8:09 am
With a system as yours that is apparently vulnerable to fast degradation of statistics, and that doesn't perform well after the daily updatestats I would try to disable the daily...
May 11, 2009 at 2:23 pm
just remove @ from your connectionstring and you should be ok
If sqlbrowser service is running, you don't need to supply the port number (,13...)
Then you can remove that...
May 11, 2009 at 7:51 am
Viewing 15 posts - 3,706 through 3,720 (of 7,496 total)