Viewing 15 posts - 31 through 45 (of 67 total)
do both databases have same auto-growth settings ?
is the fill factor of indexes on both tables same ?
September 24, 2014 at 6:15 pm
shannon, you need to define 'nearest' zone - is it seconds or hours or days ? does near mean both later and earlier in time ?
then, change the 0.001 in...
September 24, 2014 at 5:56 pm
Kenneth.Fisher (9/12/2012)
1) I'm not seeing GroupID but you can see the list of columns available for traces
It shows up if you select 'Show All Columns' in Events Selection Tab...
September 12, 2012 at 12:16 pm
Great!
1. Ran a trace and got a Login Failed. These were the interesting columns :
GroupId - BLANK (was 1 when it succeeded when i manually put default db)
LoginSid - BLANK...
September 12, 2012 at 9:52 am
How do I suspend (Pause) replication onto Server B, and Resume it afterwards, safely ?
Specs:
Server A (2005, OLTP, Publisher + Distributer) . Company DB (250 GB)
--transactional,push-->
Server B (2005, Reporting, 200...
June 14, 2012 at 6:50 am
I'm not changing the schema.
Only changing index type between clustered and non-clustered
June 14, 2012 at 5:55 am
Tried to convert it to varchar (chinese output) and XML (parsing error) - both don't work.
June 6, 2012 at 11:49 am
great! thanks
thought of something similar, but didn't know how/why the min(), max() aggregates would be relevant for strings.
yes, the column names must be dynamic.
Actually, they must come from somewhere else...
April 23, 2012 at 6:54 am
Each project (represented by column 'number') has one or more people (column 'name') working, who have their opinion of the project ('comment')
At a glance, management would like to see all...
April 22, 2012 at 9:32 pm
any ideas?
February 27, 2012 at 12:15 pm
getting below error when deploying reports from Visual Studio:
Could not load file or assembly 'Microsoft.ReportingServices.RdlObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. Access is denied.
I tried both:
- restarting sql...
February 21, 2012 at 3:05 pm
that was just a simple query example.
but for a complex one with functions:
select x,y,z, min(..), max(..), substring(..)
from ...
?
February 9, 2012 at 11:48 am
killed the tran.
that should have caused a checkpoint - log file space used dropped.
then shrank it.
all good.
February 8, 2012 at 1:34 pm
A coworker who sits next to me calls my name "Calvo" and I respond with "What?".
No big deal, right? Well, apparently this coworker thinks it is rude to answer with...
May 12, 2011 at 5:33 pm
<bump>
thanks jeff.. (& others) who voted on https://connect.microsoft.com/SQLServer/feedback/details/555557/ssms-open-file-with-active-connection-or-prompt-connect-to-database-engine
but no response from M$ yet..
to remind people of issue: when you work on multiple servers and double-click an .sql script, SSMS...
February 15, 2011 at 12:30 pm
Viewing 15 posts - 31 through 45 (of 67 total)