Viewing 15 posts - 2,581 through 2,595 (of 7,498 total)
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
Is this a named instance or a default instance ?
IMO it should be doable for a default instance, provided you follow the "rename server" procedure sequence after you restored the...
December 10, 2010 at 9:24 am
IMO you should split your @consultants string using another split character !!
Your data contains a comma, and your current split function is called using a comma as split character, so...
December 10, 2010 at 9:19 am
sql2008 uses compression to ship log records to its mirrored dbs.
December 10, 2010 at 9:04 am
Viewing 15 posts - 2,581 through 2,595 (of 7,498 total)