Forum Replies Created

Viewing 15 posts - 106 through 120 (of 162 total)

  • RE: Encrypt database backup set

    You should test TDE before completely ruling it out, it might be within acceptable performance metrics AND its free (assuming you have the right version of sql of course :)...

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: Cannot update 2008 R2 Enterprise SP1 to CU3

    anthony.green (2/23/2012)


    easy mistake to make.

    i just did a google for "sql 2008 r2 sp1 cu3" and the first result is for the RTM CU3 not SP1 CU3

    damn you google

    indeed! google...

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: Cannot update 2008 R2 Enterprise SP1 to CU3

    oops - i downloaded the wrong CU3 update 🙂

    Cheers - i've got it working now with the correct update

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: Converting data of column into column name

    If you provide some CREATE Table Scripts and populate it with some sample data we might be able to help you a little further - might even be able to...

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: Upgrading SQL Server 2008 From Standard Edition to Enterprise.

    I've literally just done an upgrade from R2 standard to R2 Enterprise - took approximately 2 minutes 🙂

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: Upgrading SQL Server 2008 From Standard Edition to Enterprise.

    You are using the Enterprise ISO/CD right?

    Also, i believe you should be using the Edition Upgrade option not Upgrade from sql xxxx option.

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: DB Mail

    I believe you also need to enable mail session in sql agent

    Don't think this will be causing your error though - just thought i'd point it out 🙂

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: Rollback strategies

    Thanks for the replies, I've been thinking along the lines of exporting. Maybe creating a backup folder in msdb to store the old packages then if we need to restore...

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: T-SQL Performance 1

    Loundy (2/17/2012)


    Hi All,

    Interesting question. I think i must be doing something wrong when testing this myself though.

    I've created the table and index like so:

    CREATE TABLE TestTable (ID INT,...

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: T-SQL Performance 1

    Hi All,

    Interesting question. I think i must be doing something wrong when testing this myself though.

    I've created the table and index like so:

    CREATE TABLE TestTable (ID INT, Col...

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: Add ranking field based on race name

    Hi Jason ,

    Would you be able to post some sample data (with DDL scripts) - might be able to help a little easier if we could see the tables your...

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: multi-user environment multi insert and update

    patrickmcginnis59 (2/13/2012)


    murthysundara (2/13/2012)


    IF OBJECT_ID('Consultants') IS NOT NULL DROP TABLE Consultants

    GO

    CREATE TABLE Consultants (

    ConsultantID INT IDENTITY,

    ConsultantName VARCHAR(20),

    Technology VARCHAR(15),

    ...

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: UPDATE SELECT

    John Mitchell-245523 (2/8/2012)


    surely its down to the developer / administrator to realise that there is no guarantee what value will be used in the update.

    Precisely. Would you use that...

    [font="Times New Roman"]There's no kill switch on awesome![/font]
  • RE: UPDATE SELECT

    Very interesting post...

    I must be missing something fundamental here as I can't see what the problem is with using UPDATE... FROM. In CELKO's example there is nothing to specify...

    [font="Times New Roman"]There's no kill switch on awesome![/font]

Viewing 15 posts - 106 through 120 (of 162 total)