Viewing 15 posts - 1,381 through 1,395 (of 1,417 total)
If you don't have issues with SSMS then you know all data is available. Because your app does get all data from DB2, the connection is most likely also correct....
July 7, 2008 at 6:59 am
What if you query from SSMS. Can you get all data from D1 or also only part of it?
July 7, 2008 at 3:19 am
GSquared (7/1/2008)
Unless there's a really compelling reason to put tempdb on its own array, ...
I agree with GSquared. One addition to the quote: if you use a lot...
July 4, 2008 at 6:09 am
If you use a manipulation (like LEN, UPPER, etc) on the left side of a comparison, then SQL is unable to use existing indexes of that column. If there is...
July 4, 2008 at 5:57 am
Hi Phil,
If you need better response I guess you should also post this in a (VB) programming forum.
I think you should create an ODBC within Excel-VBA to the SQL server....
July 4, 2008 at 5:42 am
I totally agree with Michael allthough he should use the URL format 😉
http://www.sqlservercentral.com/articles/Best+Practices/61537/
June 23, 2008 at 8:02 am
You can use UNION to combine the matching columns of both the TAB1 and VIEW1. When you select a GROUP BY from this result and include a counting of rows,...
June 17, 2008 at 6:10 am
Hi,
Your view contains a list of columns belonging to one or more tables. Can you give us the underlaying table definitions? Does the view contain the same table you want...
June 9, 2008 at 2:23 am
You have to give many more specifications about the job: what it does, how long it runs, after what time the CPU starts to increase, etc. before we can give...
June 5, 2008 at 7:25 am
First:
Do you really need every DISTINCT and GROUP BY? These are performance killers, so if you don't need it, don't use it. If it is needed, try to first select...
June 2, 2008 at 3:18 am
Maybe obvious, but
- did you enable the job (checkbox on: job properties - general)
- did you enable the schedule (checkbox on: job properties - schedule - edit)
June 2, 2008 at 3:09 am
Please clearify:
1 You create a new job
2 You schedule the job to run once
3 The job runs without error
4 You re-schedule the job to run once (again)
5 The job runs...
June 2, 2008 at 2:37 am
At the end we found the problem is due to a bug in the connection.
See http://forums.microsoft.com/MSDN/ShowPost.aspx?PageIndex=1&SiteID=1&PageID=1&PostID=3055387
One of the transactionID's is timed-out and rolled back, but this is not reported back...
May 30, 2008 at 6:09 am
Found the problem:
The statements in the batch-process are executed under different TransactionID's while everyone thought it was under the same one. Sometimes the application ends a transaction without issuing a...
May 28, 2008 at 2:50 am
Viewing 15 posts - 1,381 through 1,395 (of 1,417 total)