Forum Replies Created

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

  • RE: decimal

    ta.bu.shi.da.yu (6/17/2009)


    I'm curious where it speaks about rounding in the linked article... I couldn't see it anywhere. It just says the default for the precision and the scale!

    True, you would...

  • RE: Encryption

    Here's an interesting blog post regarding the length of the encrypted varbinary column:

  • RE: TDE - SQL Server 2008

    From the referenced Microsoft whitepaper...

    System databases other than tempdb cannot currently be encrypted by using TDE.

    I wonder if there are plans to expand TDE usage to these system databases? For...

  • RE: When is a Backup Considered Successful?

    Good job mentioning the offsite tape testing. It's a good idea to get at least an annual test in the budget and make sure that the time to recovery doesn't...

  • RE: one character of data

    Here's to "wrong" correct answers, a seemingly simple question led to quite an interesting discussion!

    BTW, I wonder how many of us created char(1) and varchar(1) variables and executed DATALENGTH on...

  • RE: one character of data

    Respectfully disagree with the answer; I'd actually say varchar(1) is the worst choice. You've got the +2 byte overhead for allowing variable length when the question states the length will...

  • RE: Writing Dynamic Stored Procedure

    Chris Harshman (6/1/2009)


    With everyone getting into their religious entrenched positions ...

    So far it isn't too religious, nobody has brought up parameter sniffing yet.

  • RE: Writing Dynamic Stored Procedure

    Gail's article a few month's back on catch-all queries covered this territory really well:

    http://sqlinthewild.co.za/index.php/2009/03/19/catch-all-queries

    Sunil's method is acceptable on small tables, but on larger tables this will choke a...

  • RE: The Sports Salary

    blandry (5/29/2009)


    If I get the salary like an athlete, does that mean that I have to...

    - Immediately start using steroids?

    - Open up a pit bull fighting arena in my backyard?

    -...

  • RE: SSIS Package Execution

    Good question, it seemed to me that the main point was learning that you could execute a SSIS package from BIDS, the other choices are probably well known by anyone...

  • RE: The Sports Salary

    To me, salary is not everything in our line of work, so making that piece of information public would not provide much benefit. I value what I get to work...

  • RE: Moving Database Files Detach/Attach or ALTER DATABASE?

    GRE (5/27/2009)


    Have i missed a trick here? I understand that the old way to attach a database is be depreciated, But is SP_Detach_DB bein decreciated too? or will that remain?

    Yes,...

  • RE: Database Mirroring

    Is the answer going to be fixed, it should be Standard and Enterprise according to Books Online (see Change History at bottom of page referred to in above comments)? Also...

  • RE: Swap column values

    Saw this last month at another website.

    http://www.mssqltips.com/tip.asp?tip=1737

  • RE: Queries with Aggregate Functions

    ppcx (5/21/2009)


    3 gives:

    Msg 207, Level 16, State 1, Line 2

    Invalid column name 'EmployeeId'.

    Is your database collation case sensitive? That would be the reason "EmployeeId" is invalid, because it's actually "EmployeeID"...

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