Forum Replies Created

Viewing 15 posts - 31 through 45 (of 89 total)

  • RE: Warning: unable to allocate ''''min server memory''''

    thanks for the quick response.  the server did start successfully and is running ok.  without the setting, it just gave a warning message.




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: DBCC DBREINDEX

    Basically, you are leaving space for the data to grow.  Check BOL, but in short, when a page runs out of room it splits the page.  more splitting means more...




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: difference in create temp table; using # vs. tempdb.dbo.table_name

    I spoke with the GURU.  There was no specific reason for doing this.  He just wanted to "code his DDL easier".  It was an interesting discussion non the less.  Thanks...




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: difference in create temp table; using # vs. tempdb.dbo.table_name

    Normally I would agree with you, I've met some of those "GURU's".  This one really knew his stuff.  I'll find out if there was a reason and put the post...




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: difference in create temp table; using # vs. tempdb.dbo.table_name

    Andrew -- you can index # tables.  I'm asking the question because we had a GURU, who seemed to know everything about MS SQL Server.  He created temp table using...




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: difference in create temp table; using # vs. tempdb.dbo.table_name

    thanks PW, I'm aware of those, I was looking for performance/memory advantages/disadvantages any ideas?




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: What Would Keep You?

    At this stage in my career, with wife and three kids, more vacation time, but more importantly time to take it.  Have 3 weeks now and usually take about a...




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: Reindex versus Index Defrag

    can someone provide some examples of how you do the reindex.  What we currently do is loop through the table and exec DBCC DBREINDEX for each table.  I get an...




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: how to know what processese are in deadlock in activity monitor

    the basic diff is this:

    blocking - one process is waiting on another process.  that other process could be doing whatever, not related o what the first process is doing

    Deadlock -...




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: problem using sum / round with group

    that what i thought.  but that  is not what is happening.  when i use the group by clause with the second line i get incorrect results.  if i take the...




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: DTS Transformations

    found a copy of SP4.  It fixed this problem.




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: DTS Transformations

    found this is Google groups: someone was having same type of problem and said that SP4 corrected the problem.

    814113 - FIX DTS Designer May Generate an Access Violation After You...




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: DTS Transformations

    Any solution to this problem yet???  Im having the same problem today, and have had it in the past.  This seems to be a "bug".  A couple of thing to...




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: Lost SQL Server Registration during pass change

    having same problem, has anyone found a solution yet.  Not a problem just very very annoying.




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: SQL change properties error

    I'm experiencing the same problem, did anyone find an answer to this?




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

Viewing 15 posts - 31 through 45 (of 89 total)