Viewing 15 posts - 226 through 240 (of 468 total)
dont think it was slow. getting a load of errors saying principal db canot contact mirror db on mirror server. more like an outage than sluggish network. il go through...
January 25, 2010 at 12:35 pm
Im really liking this thread. I used to suffer from anxiety, and once you are prone to this, its always in the back of your mind.
The thought of doing...
January 21, 2010 at 6:49 am
CirquedeSQLeil (1/15/2010)
Try doing it as Jeff has just explained. Create multiple procs, from one of which you will call the other. I think that will probably satisfy the...
January 17, 2010 at 4:41 am
i thought though, that as im calling the sproc from my session, the table created in the sproc is created in my local session, and so i should be able...
January 15, 2010 at 5:01 pm
A time lag is a good idea, but it increases the potential amount of data loss, am i correct in this assumption?
Thanks for the reply. Clarifying that mirroring is at...
January 9, 2010 at 7:55 am
No, there is no index similar to the one you created. I couldnt create this index straight away, regardless of how much it boosts performance as there are strict rules...
January 5, 2010 at 3:38 am
lmu92 (1/4/2010)
Would you mind sharing the results for both versions when applied to your "real data" for both solutions? (including total number of rows in table and indexes...
January 5, 2010 at 3:05 am
awesome! Thank you for the help on this. I like to see alternative ways of writing queries as I have a problem that once i come up with a solution,...
January 4, 2010 at 1:40 pm
lmu92 (1/4/2010)
Something like this?
SELECT ol.orderid,ol.billingType,ol.BillingFlag,count(ol.billingType) as 'Num order Lines'
FROM orderlines ol
WHERE OrderLineStatus<>'HIS'
AND (
(ol.billingtype = 'INI'
and ol.BillingFlag = 'F'
)
OR
(
ol.billingType = 'SCH'
and ol.BillingFlag = 'T'
)
)
GROUP BY ol.orderid,ol.billingType,ol.BillingFlag
hi.
Thanks...
January 4, 2010 at 9:15 am
thats an interesting theory, and il give a look on the source db tomorrow, however, one thing it doesnt explain is that, when the resotre was run in via a...
December 30, 2009 at 2:14 pm
Thanks for the responses guys. Yes, you are correct Gail. Its for position within Microsoft.
As you say, Il give it a go, and let them decide if I am fit...
December 22, 2009 at 10:37 am
Thanks for the reply.
im trying to compare initialization by snapshot vs initialization via backup of publisher restored to Subscriber.
In the case of initialization by backup, should i monitor the distribution...
November 23, 2009 at 4:49 am
ive really enjoyed this thread. I have not had this issue, but i do want to investigate what processes are using the most space in my tempdb.
Anyone give me...
November 19, 2009 at 11:07 am
In case it helps anyone in a similar situation, to resolve the issue of lack of sp_makewebtask in sql 2008, we used SSIS. We output the data to an...
November 19, 2009 at 10:52 am
Oh Crap! This will be a long week!! Thanks for the quick response.
November 14, 2009 at 2:18 am
Viewing 15 posts - 226 through 240 (of 468 total)