Forum Replies Created

Viewing 15 posts - 46 through 60 (of 672 total)

  • RE: SQL Server Compression Ratio

    Great question! Staright forward and to the point. Compression is new to SQL Server backup and something we could all use more knowledge about.

  • RE: VIEWS 3

    Great question Bit Bucket. Concise and to the point with a clear answer. 😎

  • RE: Tabs or Spaces

    What makes this even worse is when you use universal source control.

    The quickest way to mess up the spaces and tabs in our SQL source is when we extract it...

  • RE: Model Database

    I have tested this on three seperate servers this morning and the answer should be Yes and NO.

    Model is Read-Only = True but all new databases are Read-Only = False.

    I...

  • RE: locking in sql server

    This is a question I ask during the Interview.

    Setting the "serialzation" or "Transaction Level Isolation" are the most common wrong answers.

    The right answers are all over this MSDN document.

  • RE: Read Uncommitted, locks, and transactions

    I like the question.

    I don't like the confilicting documentation.

    TRUNCATE TABLE always locks the table and page but not each row.

    http://msdn.microsoft.com/en-us/library/ms177570.aspx

    Same article also mentions that this is a...

  • RE: Sandbox ideas - minimize disk use

    We use TFS 2010 lab manager to help out with this. We had to make a seperate Hyper V server environment to support it, but it was worth it....

  • RE: Query data and report data from differt site

    solomon.jernas (11/25/2011)


    1) We have two sites Silverton and Port Elizabeth, the data from Silverton needs to be read and reports need to be generated...

  • RE: A VB.NET toolkit for writing SSIS Script Tasks

    Stan Kulp-439977 (11/29/2011)


    My goal was to create an introduction to writing functional script tasks while keeping it as simple as possible. Using a script task as a data transformation component...

  • RE: A VB.NET toolkit for writing SSIS Script Tasks

    Great article and nice set of Script example code.

    I have a question about it though.

    We do a lot of similar ETL updates to row records during import by using SSIS...

  • RE: Use of DATETIME and BETWEEN - Part 2

    Great question Dwayne!

    Dwayne Dibley (11/18/2011)


    Hi all

    Thanks for the feedback on the question. The results as they stand make for some interesting reading. Only 31% got the answer correct. So this...

  • RE: DATETIME Puzzle

    GPO (11/17/2011)


    There are good reasons to avoid using BETWEEN when comparing two datetimes. Particularly in the example the answer uses. You should be using the various symbols for GREATER THAN...

  • RE: Table space usage 2

    Hugo Kornelis (11/16/2011)


    SanDroid (11/16/2011)


    So now I am confused again.

    Are the 47% that selected this answer to the question Right or Wrong? 😛

    If I had the possibility to mark...

  • RE: Table space usage 2

    Hugo Kornelis (11/16/2011)


    My question is: would you like a few more questions of this kind, or would submitting the rest of the questions I was planning expose me to death...

  • RE: Table space usage 2

    jeff.mason (11/16/2011)


    What's nice is that no one got out of control, angry, or vindictive. A good exchange with a positive outcome is a good thing.

    Jeff. That is very...

Viewing 15 posts - 46 through 60 (of 672 total)