Forum Replies Created

Viewing 15 posts - 55,291 through 55,305 (of 59,078 total)

  • RE: subquery

    What is "a" and what is "b"... they are not in the table you described.  I realize there is a bit of a language barrier problem here, but do the...

  • RE: DTS High CPU Utilization

    Export to text file.  Use SQL*Loader to load the text file.  Stop using DTS.

  • RE: ......Learning

    Learn what?

    Basic SQL?

    ANSI SQL?

    T-SQL?

    Advanced T-SQL?

    Performance tuning?

    ???

     

  • RE: When is a Stored Procedure Complete?

    Are you doing this using embedded SQL in your VB code?  If you are, that is likely the problem...

  • RE: Looping thru columns in a table?

    Instead of telling us how you want to do something, it would be much more beneficial to yoru cause if you told us what you wanted to do and why....

  • RE: st.proc convert to sql script

    ...and why are you using a cursor?

  • RE: SP_SPACEUSED

    It tells you...

    USE Northwind

    EXEC sp_SpaceUsed Customers

    name      rows        reserved           data               index_size         unused             
    --------- ----------- ------------------ ------------------ ------------------ ------------------ 
    Customers 91          104 KB             24 KB              80 KB              0 KB
  • RE: Delimiter of string data

    Heh... DTS?  I don't ever use it .

    There might be a more effective way but I'd need to see what you have in...

  • RE: TempDB CPU

    Not sure what you mean, Steve

  • RE: Import Slow

    >>Performance differens is insignificant...

    Is that good or bad?

  • RE: Tuning Time

    Unfortunately, that would include me... can't afford the time... I'm too busy fixing performance problems for other folks

  • RE: Tuning Time

    Same way it always does, Remi... someone will make a justification something like "Well Jeff, it depends..."   Six months later, they'll be scrambling to...

  • RE: Tuning Time

    Like I said, fishing is good in the performance world... didn't even have to search for it... was the next item for me on "Active Threads"...

    For all of those that think...

  • RE: Tuning Time

    Oh my... Steve, you sure do know how to press the buttons   You basically brought the guns to bear on two of my...

  • RE: A Cool Job

    Uh-huh... they need two special controls... one is a "Run SQL Faster" button and the other is a slide control to adjust the knowledge level of the developers writing code...

Viewing 15 posts - 55,291 through 55,305 (of 59,078 total)