Forum Replies Created

Viewing 15 posts - 55,276 through 55,290 (of 59,067 total)

  • RE: Am I Old-Fashioned?

    You still mean writing in embedded SQL or what?

  • RE: SQL Server DBA needed for Landover, MD

    I'll go one further...

    "Monitor and tune database resources and activities for SQL Server databases"

    Does that include being allowed to beat the hell out of developers that write performance challenged code?...

  • RE: How to view data

    Sorry... If your interview was for the postition of DBA and you do not know these things, you are simply not qualified to be a DBA.

  • RE: presenting 25 sorted records from table with 150,000 records

    This smacks of a "paging" problem... is that what you're trying to do?

  • 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

Viewing 15 posts - 55,276 through 55,290 (of 59,067 total)