Viewing 15 posts - 616 through 630 (of 4,272 total)
Firewall is the next place to look..
CEWII
January 26, 2012 at 3:29 pm
Yes, I ran into this kind of problem before. On the remote end check to make sure that Network DTC Access is allowed, I'd probably look at another server...
January 26, 2012 at 2:57 pm
Database Mail uses service broker so it needs to be enabled, this has been true since SQL 2005. I believe but am not sure that Notification Services in SQL...
January 26, 2012 at 2:35 pm
I don't know if I agree Paul, my policy is that ALL databases are owned by sa and that no one should have the sa password. I don't ever...
January 26, 2012 at 2:32 pm
I've been burned by this little problem before.. It makes it easy to remember..
CEWII
January 26, 2012 at 2:23 pm
I have a question first. Has the connection EVER worked between them? Not just timing out but connections in general or ones that change some data?
My first though would...
January 26, 2012 at 2:10 pm
I'm guessing embedded spaces. The lookup is VERY sensitive to this and it drives me crazy.. Filter out the spaces before the lookup because they are probably not...
January 26, 2012 at 1:27 pm
spenn6367 (1/26/2012)
arr.nagaraj (1/26/2012)
On Node A you have Default instance ( VirtualServername1) and Node B you have named instnace (VirtualServername2\instancename). You want to connect to...
January 26, 2012 at 1:25 pm
Steve Kumbsky (1/26/2012)
I tried out my idea and it executed fine, though I don't know how to check to see if I've avoided any DTs or not.
In Administrative Tools you'll...
January 26, 2012 at 1:23 pm
That is quite odd. Considering that the users are stored at the database level and not the server. If it is indeed the same server it was restored...
January 26, 2012 at 12:04 pm
Steve Kumbsky (1/26/2012)
January 26, 2012 at 12:02 pm
Link here: http://www.sqlservercentral.com/Forums/Topic1242328-23-1.aspx
CEWII
January 26, 2012 at 11:55 am
For staging tables? Typically I include a primary key just to be sure I have unique data or at least a unique reference to a single row but I...
January 26, 2012 at 11:51 am
Koen posted a link.
I would do it through a stored procedure. I am guessing you don't have much experience with Service Broker, I would go through that link and...
January 26, 2012 at 8:29 am
Viewing 15 posts - 616 through 630 (of 4,272 total)