Viewing 15 posts - 301 through 315 (of 325 total)
Hello!
Is the log file physically consistent? You can try copying it to a different physical path on the SAN (if the space so allows) just to make sure that the...
August 23, 2010 at 11:23 am
Can you post the test scripts you used for the test so that the scenario can be reproduced in-house?
August 23, 2010 at 11:22 am
Hello!
I think John raised a very good point by mentioning that "Being UK-based, the Michigan bug could lie undiscovered on our systems for many years!". That brings the customer's geography...
August 23, 2010 at 2:46 am
Hello!
I have been working in a Sustenance team for the last 6 or so years - ever since the product was only supporting SQL 2000 SP3. Over the years we...
August 22, 2010 at 10:19 pm
The SQL2005 version of the script is:
/*
Major Assumption Here:
The "SatDayDelivery" BIT should be in the Pickup table and not in the Routes table.
The way I read it, the Routes table...
August 21, 2010 at 4:47 am
See if the following does the trick. I have used TABLE variables instead of actual tables just for the POC.
/*
Major Assumption Here:
The "SatDayDelivery" BIT should be in the Pickup table...
August 21, 2010 at 4:36 am
Hello!
Shouldn't your "SatDayDelivery" BIT be in the Pickup table and not in the Routes table?
The way I read it, the Routes table associates a staff member with a particular route....
August 21, 2010 at 4:21 am
Hello!
Can you post the CREATE TABLE scripts and some sample data generation scripts as well?
August 21, 2010 at 4:10 am
A couple of issues with the question:
1. The choice #1 (A) states "ALTER TABLE...." while the answer points to BOL on ALTER TRIGGER
2. The question does not clearly specify the...
August 20, 2010 at 11:55 am
You can have one maintenance plan with multiple sub-plans. I therefore believe that the answer to this question is "1", not "2".
August 18, 2010 at 11:56 am
The article that the author has referenced clearly states that there are only two choices - "restore it from a backup or recreate it". Nowhere does any futher instructions refer...
August 18, 2010 at 11:23 am
Sharing passwords with the project owner/executive sponsor (in case of an under-development project) and/or with the Executive team (for production systems) in a sealed envelope to be kept in a...
August 18, 2010 at 12:05 am
Use COALESCE(Field1,<<Replacement string>>) to avoid the effect of NULLs
August 13, 2010 at 2:03 am
Basic joins....
Key is that you need all Services - irrespective of whether or not there was a sale. In such cases, start with the table from which you need all...
August 12, 2010 at 11:32 am
You can validate this using Excel as well. You will find the same thing in Excel also (Refer attachment)
Excellent post!
August 9, 2010 at 8:06 am
Viewing 15 posts - 301 through 315 (of 325 total)