Viewing 15 posts - 1,066 through 1,080 (of 1,081 total)
HI Dave,
If you wish to challenge yourself, try and look at the system tables and see if you can do it from there!
I'm not sure if it is possible but...
July 19, 2007 at 10:14 am
HI Adam,
Could you please post the query you are running.
I'll then have a look at this and try and point you in the correct direction.
thanks
Chris
July 19, 2007 at 6:22 am
HI There,
I'm not sure if this is what you are looking for.
I have not displayed all the columns you are looking for but I am sure you will get the...
July 19, 2007 at 6:20 am
Hi There,
I'm not a pro at this either but have come across this problem before myself.
Can you find out if it is the same code that is blocking with this...
July 17, 2007 at 12:38 pm
have you tried using the osql command in .BAT file?
I'm suer hwo you going to be running your proc.
If you can run it from a .BAT file or a dos...
July 17, 2007 at 9:11 am
I'm using 2005 but I'm pretty sure the same applies to 2000 if my memory serves me well.
Click on "Query" on you menu bar and there should be a Query...
July 17, 2007 at 8:49 am
Confused...
If you gonna do a nested select in the main select section of your query. You may find that a left join in the main query will give you better...
July 17, 2007 at 5:35 am
HI there,
What values do you have the SystemUsers table?
It seems that the inner join is filtering the results to nothing, which makes me thing the systemUsers table has no records...
July 17, 2007 at 5:28 am
Sorry all I forgot to change the column names on my last post.
This solution should work:
CREATE TABLE #tblDates
(
ID...
July 13, 2007 at 8:25 am
Hi guys,
I'm having a slow afternoon so tried to do some performance tuning based on the above with table A(40015 rows) and table B(455990 rows)
the first solution comes back with...
July 13, 2007 at 8:18 am
Hi Dave,
I have played around with this today and I have found a solution.
Please not that the bigger your table gets you may need to do some optimization. But for...
July 12, 2007 at 1:57 am
I would have to agree with Lynn on this one.
How may loops is your cursor doing?
It's not recomended to user cursors all the time as they have been know to...
July 11, 2007 at 9:39 am
Hi Danny,
Another thing that you could try is to created indexes on your temp tables this may help the query joins the tables start to get bigger and bigger.
July 11, 2007 at 9:25 am
Hi Dan,
I've found some interesting results with your code.
What have found is that the REAL datatype is loosing one decimal space and in turn is change the result when you...
July 11, 2007 at 5:20 am
Viewing 15 posts - 1,066 through 1,080 (of 1,081 total)