Forum Replies Created

Viewing 15 posts - 91 through 105 (of 222 total)

  • RE: Restore Dadabase From .bak Files

    Good point, I hadn't considered the size limitation.

  • RE: Restore Dadabase From .bak Files

    Just a note - it is not necessarily correct that this error indicates a backup file is corrupt. There could be versioning issues here - example, try to restore...

  • RE: VARCHAR datatype

    Hmmmm, it appears I don't have much of a point, but, if I did, it would be that it is not good practice to cast a variable unless it is...

  • RE: VARCHAR datatype

    Textfield is the field name... are we not saying the same thing? The textfield is not the same for both the variable and the temp test table. If...

  • RE: SQL Audit

    Maybe, because there is confusion over C2 audit?

    Limitations

    The main limitation of the auditing is that it reduces the performance of the SQL Server. This happens due to saving the every...

  • RE: VARCHAR datatype

    Could call it a trick... in another form:

    select * from(

    select 'red'

    union select 'red'

    union select 'blue'

    union select 'green'

    union select 'yellow'

    union select 'orange'

    union select 'purple')x

    where textfield like 'red' -- or...

  • RE: Are we in all these cities?

    When I read the question, I can see the semi-colon doesn't belong there and it looks like an error in the question. Many of us come from...

  • RE: Defensive Programming

    I found the Hartree reference quoted in the American Mathematical Society Journal from 1960... I had half hoped that the "6" in 1960 along with the six possible answers...

  • RE: Answers to Your QOD

    Hi I joined the party late. Sorry for that. First the question was great. Secondly who is "RESPONSIBLE" to correct this question. WE ALL OF US RESPONSIBLE?

    I have a...

  • RE: Answers to Your QOD

    MS is responsible for creating adequate documentation so the person answering the question can answer the question accurately

    The panel I threw in because it seems all the other answers are...

  • RE: Primary Keys

    When are Kim and Paul coming to Atlanta... this sounds like a great lecture.

  • RE: COUNT_BIG

    Interesting question... adds to the sql vocabulary...

  • RE: Sparse Columns

    Guess I am a bit confused by the question

    A sparse column must be nullable and cannot have the ROWGUIDCOL or IDENTITY properties. A sparse column cannot be of the...

  • RE: How many rows are returned from the query below?

    If you are listening Steve, these CTE's are great fun and make great questions!

  • RE: SSRS case sensitivity

    This is one I learned of the hard way. Who would have thought a Microsoft product would include case sensitivity but those who practice in csharp. The database...

Viewing 15 posts - 91 through 105 (of 222 total)