Viewing 10 posts - 16 through 25 (of 25 total)
Gail,
I see that you said that the default 0 for worker threads should be good. What is the impact of having a process spin up several thousand worker threads?...
October 3, 2013 at 3:21 pm
Did the experiment work? or did the problem continue?
September 17, 2013 at 9:45 am
I thought that BIDS was basically opening VS with the SSRS Templates as a default project/solution type? We have a user now that has Visual Studio but does not...
June 22, 2012 at 1:54 pm
You may have misread the question. A synonym defined locally and used locally can reference a table on a remote/linked server. It works fine. I found my...
May 20, 2008 at 11:48 am
Yes. One way is to use "cast"
for example:
select *
from table1
where cast(InvoiceID as VARCHAR) COLLATE Latin1_General_CI_AI = (select InvID from table2)
That statement makes it possible to set...
February 27, 2008 at 11:01 am
Irish,
I also received my answer to the problem from a forum user before MS found the answer. I was posting for help everywhere I could think of. I've wanted to...
February 27, 2008 at 8:21 am
A stored procedure is one place the change can be made. In the trace could you see which stored procedure or function ran the SQL statement that failed? ...
February 27, 2008 at 7:31 am
We struggled with receiving this error for 2-3 weeks after an upgrade to SQL Server 2005, and Windows 2003.
We opened cases with MS and end result was the TCP Chimney...
February 25, 2008 at 1:27 pm
The people reading this chain seem to have knowledge of using local synonyms that are defined on tables on a linked server ... So am hoping someone can help out...
February 25, 2008 at 11:37 am
The client ODBC connections do have connection pooling turned on by default but I think that would just apply to their own connection. So if the server drops the...
January 28, 2008 at 4:15 pm
Viewing 10 posts - 16 through 25 (of 25 total)