Viewing 15 posts - 106 through 120 (of 161 total)
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 :)...
February 23, 2012 at 3:33 am
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...
February 23, 2012 at 3:27 am
oops - i downloaded the wrong CU3 update 🙂
Cheers - i've got it working now with the correct update
February 23, 2012 at 3:19 am
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...
February 23, 2012 at 1:34 am
I've literally just done an upgrade from R2 standard to R2 Enterprise - took approximately 2 minutes 🙂
February 23, 2012 at 1:23 am
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.
February 23, 2012 at 1:17 am
hmm clicky not being very 'clicky-like'!
http://www.google.co.uk/webhp?sourceid=chrome-instant&ix=sea&ie=UTF-8&ion=1#sclient=psy-ab&hl=en&site=webhp&source=hp&q=troubleshooting%20sql%20cluster&pbx=1&oq=&aq=&aqi=&aql=&gs_sm=&gs_upl=&fp=d072a3898a492a96&ix=sea&ion=1&ix=sea&ion=1&bav=on.2,or.r_gc.r_pw.r_cp.,cf.osb&fp=d072a3898a492a96&biw=1280&bih=923&ix=sea&ion=1
February 22, 2012 at 1:08 am
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 🙂
February 21, 2012 at 4:45 am
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...
February 17, 2012 at 2:38 pm
Loundy (2/17/2012)
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,...
February 17, 2012 at 2:01 am
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...
February 17, 2012 at 1:30 am
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...
February 14, 2012 at 1:43 am
patrickmcginnis59 (2/13/2012)
murthysundara (2/13/2012)
GO
CREATE TABLE Consultants (
ConsultantID INT IDENTITY,
ConsultantName VARCHAR(20),
Technology VARCHAR(15),
...
February 13, 2012 at 6:29 am
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...
February 8, 2012 at 8:49 am
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...
February 8, 2012 at 8:05 am
Viewing 15 posts - 106 through 120 (of 161 total)