Forum Replies Created

Viewing 15 posts - 76 through 90 (of 272 total)

  • RE: Constraints

    Thanks for being kind to my brain today.

    Converting oxygen into carbon dioxide, since 1955.
  • RE: INSERT INTO

    Seems like the biggest responses are generated from QOTD answers that are wrong.

    A plot to increase activity on the site perhaps?? :hehe:

    Converting oxygen into carbon dioxide, since 1955.
  • RE: Rating Bugs

    The US auto industry is still based in Michigan, last I checked. I would think this would have a high priority for a fix.

    In my experience, perception is weighted...

    Converting oxygen into carbon dioxide, since 1955.
  • RE: SSIS Precedence

    Thanks for that question. I have to go stick my brain in a bucket of ice now.

    Converting oxygen into carbon dioxide, since 1955.
  • RE: Insert slowing down

    This sounds to me like what PaulB is describing. If there is a unique constraint on the table without an index, each insert has to read the table sequentially...

    Converting oxygen into carbon dioxide, since 1955.
  • RE: how to copy tables in a particular order

    The wizard loads up to 5 tables simultaneously, so as Steve describes, you will need to set it up manually, or modify the saved package created by the wizard to...

    Converting oxygen into carbon dioxide, since 1955.
  • RE: Null Fun

    Note that you can do this:

    SELECT 1 WHERE NULL is NULL

    Converting oxygen into carbon dioxide, since 1955.
  • RE: Deprecated Features

    nise qwestion. two baad their iz two miny tipoz.

    Converting oxygen into carbon dioxide, since 1955.
  • RE: Raw Materials - Wake-up Call

    My favorite one, but maybe that's because I'm the one that gets the 3:00am calls.

    Very nice.

    Converting oxygen into carbon dioxide, since 1955.
  • RE: Transaction rowcount

    Yep. @@rowcount is a cruel mistress. I avoid her like a rash. 😀

    Converting oxygen into carbon dioxide, since 1955.
  • RE: How to add space to DB without adding more data files.

    If auto grow is not turned on, then you need to add space to the existing data file.

    The easy way is turn auto grow on.

    Converting oxygen into carbon dioxide, since 1955.
  • RE: REPLACE() and NULL

    Nice question.

    Converting oxygen into carbon dioxide, since 1955.
  • RE: Securing Databases

    SQL Server uses a role based security model. Your databases get created already without granting access to users on the server. You should set up database roles with...

    Converting oxygen into carbon dioxide, since 1955.
  • RE: What is the Point in Updating the PK in an UPDATE Stamenet

    This happens when an application is designed to be portable across a variety of database platforms. The theory is that all logic is kept at the application layer so...

    Converting oxygen into carbon dioxide, since 1955.
  • RE: PRINT vagaries

    Great question. This is what QOD is all about.

    Converting oxygen into carbon dioxide, since 1955.

Viewing 15 posts - 76 through 90 (of 272 total)