Forum Replies Created

Viewing 15 posts - 151 through 165 (of 199 total)

  • RE: Data flow source

    A good QotD.

    In the interest of developing the discussion I'd put my 2 cents down as: if you have a convenient disk location a raw file destination+source is likely easier...

  • RE: Counting spaces with datalength

    benkoskysa (3/3/2010)


    ... I used a database where the sys.master_files table was empty...

    Well, it can't be empty. At the very least you can expect 8 rows from a brand-spankin' new...

  • RE: SARGable

    Hmmm. Either assume the pseudo code has a typo and choose the "right" answer, or take the question literally and choose the "wrong" answer. A 50/50 chance. I'm...

  • RE: Numeric or Not Numeric

    ISNUMERIC is more general than CONVERT. The following is also valid (in 2008):

    SET @PrincipalAmount = '100e2'

    It will convert to float, but not money. With the QotD I was...

  • RE: Covering Index using Included Columns

    carl.anderson-1037280 (2/11/2010) In our data warehouse, all of our indexed tables use at least one clustered index (as per DBA mandate).

    Carl Anderson

    Data Architect

    Northwestern University EDW

    Not sure about a...

  • RE: What is this?

    Very nifty datatype to know if you ever need to store an object name.

    S.

  • RE: SELECT setter

    A good question to remind us of something we all might forget: WHERE isn't just used after FROM.

    S.

  • RE: Developers as sysadmins / no DBA / a trend?

    There's so much that has an impact in answering a query about "dev's as DBA's" that there really is no straight answer. I've found that companies need to grow...

  • RE: Curiouse View to create for SQLServer 2005

    An interesting question, but a very roundabout way of asking "Does SQL Server 2005 support OPTION (...) hints within Views?" 😉

    S.

  • RE: TRUNCATE

    Triggers are for INSERT, UPDATE, or DELETE only.

    That is true, but not (I think) the purpose of today's QotD.

    DELETE operates on the individual rows of a table, whereas TRUNCATE operates...

  • RE: SSRS snapshot

    Ah, a straight out knowledge question! You either know it or you don't. But I'm glad to have had my understanding of report snapshots pointed a little more...

  • RE: Multi-statement execution

    I thoroughly enjoyed this question. After the raft of recent questions with debatable answers, this had no 'trick' and tested several concepts, ie:

    1) Temp tables can be referenced by...

  • RE: Database Size

    As soon as I saw the question I thought it would be contentious. But my default out-of-the-box SQL 2005/2008 model db defaults to 3+1, ie: 4. I set...

  • RE: Predict output

    There's been a bit of a biff about QoD answers lately, but there is really only one answer today as "this is an exception" will be output and only one...

  • RE: Ex-Database Mirror Continues to Synchronize

    Hi All,

    Some further information: changing the witness on the new pair also updates the witness on the old, non-existant pair. Is there any way that SQL Server 2005 can...

Viewing 15 posts - 151 through 165 (of 199 total)