Forum Replies Created

Viewing 15 posts - 1,066 through 1,080 (of 1,081 total)

  • RE: Build inner join statement use column values?

    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...

  • RE: Bookmark Operator

    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

  • RE: Build inner join statement use column values?

    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...

  • RE: Locking issue

    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...

  • RE: Rounding numeric data

    what data type is you Sal column?

  • RE: Export of data without Headers

    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...

  • RE: Export of data without Headers

    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...

  • RE: Query Problem

    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...

  • RE: Query Problem

    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...

  • RE: Some help with a join

    Sorry all I forgot to change the column names on my last post.

    This solution should work:

    CREATE TABLE #tblDates

    (

    ID...

  • RE: Some help with a join

    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...

  • RE: SQL Server 2005 ''''grouping'''' problem (newbie)

    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...

  • RE: Cursor gets slower and slower

    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...

  • RE: Cursor gets slower and slower

    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.

     

     

  • RE: SQL 2005 rounding

    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...

Viewing 15 posts - 1,066 through 1,080 (of 1,081 total)