Viewing 15 posts - 76 through 90 (of 569 total)
Hello,
The BOL Topic “Version and Edition Upgrades” suggests it is a viable upgrade path, but obviously practical experience proves otherwise. (Got to admit, I have never tried it).
May be MS’s...
www.sql.lu
SQL Server Luxembourg User Group
June 15, 2009 at 1:29 pm
Hello,
I am just wondering why you do not want to use an Identity column?
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
June 15, 2009 at 1:12 pm
Hello again,
I have a product table and a competitors table. I made a compatibility table with two column. ( productID, competitorsID ) for this. I think is that what John...
www.sql.lu
SQL Server Luxembourg User Group
June 15, 2009 at 10:25 am
Hello Ran,
When you say the SP “completed successfully”, are you trapping all errors e.g. with Try and Catch blocks? It is possible for SPs to run through to the end...
www.sql.lu
SQL Server Luxembourg User Group
June 14, 2009 at 11:22 am
Hello,
SQL Server takes advantage of Connection Pooling. This means Connections aren’t always immediately closed when they go out of scope, rather they are returned to a pool and then available...
www.sql.lu
SQL Server Luxembourg User Group
June 14, 2009 at 9:52 am
Hello again,
Sorry to hear that. I just had vague memories of seeing an error very similar to the one you are experiencing when I was working with file paths, and...
www.sql.lu
SQL Server Luxembourg User Group
June 13, 2009 at 7:49 pm
Hello,
I suspect your SSIS package is opening up multiple connections, causing you to exceed the limit of 10.
Is there any particular reason why it is set at 10, or...
www.sql.lu
SQL Server Luxembourg User Group
June 13, 2009 at 7:15 pm
Hello,
Hopefully this article will help answer your questions:-
http://articles.techrepublic.com.com/5100-10878_11-5173108.html
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
June 13, 2009 at 5:41 pm
Hello,
I wonder if this is being caused by escape character translation i.e. needing two slashes to represent one. Just a thought …
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
June 13, 2009 at 5:35 pm
Hello,
You can get to the SQL Server Logs via SSMS again under the Management Node. (In SQL 2005 anyhow).
By Event Log I mean the Windows Logs such as Application, Security,...
www.sql.lu
SQL Server Luxembourg User Group
June 13, 2009 at 5:33 pm
Hello,
Did you look through the SQL Server and Event Logs when the issue happens? I am hoping that as the error message says, “the Connection has been established”, then a...
www.sql.lu
SQL Server Luxembourg User Group
June 13, 2009 at 5:24 pm
Hello,
You can build an initial SSIS Package with the Data Import Export Wizard. Just go through the screens and use the “Write a query to specify data to transfer” option,...
www.sql.lu
SQL Server Luxembourg User Group
June 13, 2009 at 4:39 pm
Hello,
I believe you are trying to model the relationship between your company’s products and the competitor’s products – correct?
Presumably each of your company’s products can have multiple competitors. I would...
www.sql.lu
SQL Server Luxembourg User Group
June 13, 2009 at 3:59 pm
Hello,
If this is not related to your connection issue then it is worth looking in the Event Log and SQL Server Error Log for any relevant (and hopefully more detailed)...
www.sql.lu
SQL Server Luxembourg User Group
June 13, 2009 at 3:32 pm
Hello again,
It is worth checking the setting for Maximum Number of Concurrent Connections. You can find this via SQL Server Management Studio (SSMS). Right-click on the Server in the Object...
www.sql.lu
SQL Server Luxembourg User Group
June 13, 2009 at 3:21 pm
Viewing 15 posts - 76 through 90 (of 569 total)