Forum Replies Created

Viewing 15 posts - 6,196 through 6,210 (of 7,429 total)

  • RE: New install of 6.5 problem

    Should not cause any harm even if it does not work.

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

  • RE: De-Normalization

    Even with a large number of joins it may not be needed to de-normalize. Test somewhere to see if you get any bennefits de-normalizing by having fewer joins. Generally does...

  • RE: Easy question: char or varchar?

    And to add in there. If you do not use the size of the column with a char it will add in blanks after and may require trimming in some...

  • RE: NOLOCK hint is being ignored

    Again refer to BOL as there are still locks set when the NOLOCK hint is used. See my previous post.

    "Don't roll your eyes at me. I will tape them in...

  • RE: is SQL SERVER a memory HOG

    Memory usage is not unusual as this is where it augments access speeds. However

    quote:


    after some time the SERVER restarts it self
  • RE: DTS - SQL to Access 2000

    If I come across anything else I will pass along. Might want to try SP4 but it could be something with Access 2000, have you tried Access 97 just out...

  • RE: Triggers vs Stored Procedures

    Also 2000 SP and Triggers are actually compiled code. It was that way in 6.x but not in 7. When I say compiled it is like create a VB executable...

  • RE: Please Explain DBCC SQLPERF(WAITSTATS)

    The only thing is you need to make sure you can do this when nothing else is going on, on the server as you get a squewed look. The values...

  • RE: SQL Agent Performance

    This is possible due to the counts returning in the buffer to SQLAgent. May be reading each one and if you have a return each loop thru the cursor, then...

  • RE: NOLOCK hint is being ignored

    It is incorrect that the NOLOCK hint will not issue a lock from BOL

    quote:


    NOLOCK = Do not issue shared locks and do...

  • RE: DTS Designer password protection

    Sounds like someone set the internal password for the package and without this do not know of a way. Is this package run in a task or anywhere as they...

  • RE: Beta Test New Features

    Only thing I think of with the event calendar is that on months with no inputs the calendar is extremely narrow. Might want to set a width on it to...

  • RE: selecting a set of records by rank

    Can you post the ddl of the main tables so I cn make sure I getting this right and an example of the output you expect. I believe it can...

  • RE: Deadlock in tempdb under SQL Server 6.5

    Also be aware that subqueries and orber by generate space in tempdb for storage. Are you using either in you code. If so it may be these type processes.

    "Don't roll...

  • RE: SQL Agent Performance

    Can you script your job using EM so we can look at how it is defined. May be something there? Also try starting the job and watching under Profiler.

    "Don't roll...

Viewing 15 posts - 6,196 through 6,210 (of 7,429 total)