Forum Replies Created

Viewing 15 posts - 56,056 through 56,070 (of 59,078 total)

  • RE: CrossTab..

    Heh... understood and no worries... you've just got my curiosity up especially on the performance thing...

  • RE: CrossTab..

    Sorry... missed the fact that you were still working on this to take variables... I'll take a crack at it over the weekend...

  • RE: Data type for Credit Card

    Sorry... didn't read the whole thread... I pretty much repeated what David McFarland already posted.

  • RE: Data type for Credit Card

    Agreed... BIGINT will certainly work... But consider a couple of things before you decide to use any numeric datatype for any "numbers" column such as credit card numbers, bank account numbers,...

  • RE: No DBAs allowed access to Production DB Servers...

    Gosh, you would think so... I guess I understand why some folks don't, though... some DBA's don't practice what I consider to be the cardinal rule of being a DBA...

  • RE: sort order

    Once again, your ideas are extemely sound, but I see no code from you...

  • RE: Returning sysdatabase Information from Multiple SQL Servers

    Start with OSQL -L

  • RE: Need to create & select #temp data table

    I agree with Aaron and Remi... there is no need for any dynamic SQL here.  Also, you must follow Aaron's suggestion for how to test for the presence of a...

  • RE: No DBAs allowed access to Production DB Servers...

    Bond a DBA or whatever is necessary, but no matter what the circumstance, the DBA must be a trusted individual in order to protect the very security required by SOX......

  • RE: Data type for Credit Card

    First of all... INT is NOT capable of storing a 16 digit number so just forget about that.

    Serqiy's idea is great but you must take that one step further... every...

  • RE: How to use table variable in Stored Procedure as parameter

    And, to add to Seqiy's good questions, what does the table parameter look like?   Is it merely 2 dimensional or is it N dimensional?

  • RE: CrossTab..

    Thank you for the high favor Mr. Polecat.

    David is correct, though... take a peek at the link he provided for the "unstable" version

  • RE: CrossTab..

    You are correct.... I don't make the same argument against Redgate because they ligitimately advertise instead of resorting to spamming a forum.  Your product is well founded... your advertising method...

  • RE: Data Verification

    Execute DBCC UPDATEUSAGE(0) for the current database and then take a look at the ROWS column of the sysindexes table.  If you join the ID column of sysindexes with the...

  • RE: Print Statement Into a Temp Table

    Arthur,

    The only thing that you have to remember is that if anything comes between the statement that creates the row count and the insert, then you'll need to use James'...

Viewing 15 posts - 56,056 through 56,070 (of 59,078 total)