Viewing 15 posts - 2,581 through 2,595 (of 7,502 total)
Craig Farrell (12/14/2010)
WayneS (12/14/2010)
Gail, are you trying for sainthood?Yeah, she is.
First step to become asaint is to get beatified.
If guess that certainly will not be a problem :hehe:
Say 5 "hail...
December 15, 2010 at 1:11 am
your table is a heap, so rebuilding your indexes may not give you the result you aim for.
It isn't using the index [ixcustsalesman] your created for column [id_salesman].
Can you define...
December 15, 2010 at 12:16 am
Typical questions on migration:
- did you perform post migration actions like:
-- DBCC CHECKDB (0) WITH ALL_ERRORMSGS, DATA_PURITY;
---- kb http://support.microsoft.com/kb/923247
-- rebuild all indexes
-- update all statistics
-- dbcc updateusage
- were you...
December 14, 2010 at 10:58 am
No problem. 😉
In many cases production continuity is more important than going for the bug.
However, if this re-occurs, you may have to invest time to figure out why it stops...
December 14, 2010 at 4:54 am
How about some feedback, so others can your this thread as a ref.;-)
December 14, 2010 at 4:51 am
If that one is free on your server, that should be ok.
However, I must admit, I haven't found a list of "reserved ports" yet.
There must be some kind of convention,...
December 13, 2010 at 5:12 am
Also keep in mind there may be some firewall configuration stuff to perform on both sides !
(allow the port numbers)
December 13, 2010 at 1:27 am
Paul White NZ (12/13/2010)
I have not yet summoned the courage to hit 'download'...
edit: ok so I...
December 13, 2010 at 1:15 am
SSB is something you need to prepare !
Make a checklist and tick the items you actually perform, as you do it !
Off course, Adam Machanics articles are wonderful, and I...
December 13, 2010 at 1:03 am
- So, do your apps still receive deadlock errormessages ?
- can you enable the traceflags to write the deadlock info into sqlservers errorlog ( 1222,.. ) ?
dbcc traceon(1222, -1)
btw todays...
December 13, 2010 at 12:29 am
Steve Jones - SSC Editor (12/12/2010)
Tom.Thomson (12/12/2010)
Steve Jones - SSC Editor (12/11/2010)
Tom.Thomson (12/11/2010)
Celko's been at it again, and Gus's response http://www.sqlservercentral.com/Forums/FindPost1032150.aspx is unfair to monkeys.
Excellent response from Lowell and Gus.
Tom,...
December 12, 2010 at 1:25 pm
I would suspect some malfunctions in your SSB environment and start SSB debugging actions.
- did ERRORLOG indicate a queue shutdown or something you can link to event notifications ?
- have...
December 12, 2010 at 1:23 pm
with 32-bit, it was restricted to 1,7GB by default. One could even use a /3GB parameter at OS level, to have it consume up to 3GB.
Now, with 64-bit, the OS...
December 12, 2010 at 4:42 am
there are a couple of nice articles regarding SSB at SSC too.
A simple walk trough I've written can be found at:http://www.sqlservercentral.com/articles/Service+Broker/2897/
December 12, 2010 at 4:33 am
There is no need for a clustered index to be unique !
However, if it isn't unique, sqlserver will "uniquify" it for you by adding a 4-byte part to it.
The clustered...
December 12, 2010 at 4:29 am
Viewing 15 posts - 2,581 through 2,595 (of 7,502 total)