Viewing 15 posts - 226 through 240 (of 622 total)
Thanks Gail, Not the answer I wanted, but the one I expected. Serves him right for developing in a test database 🙂
February 17, 2015 at 3:14 am
I had to work with an audit log like that and it was a nightmare!
What happens if the text field contains your delimiter value
what happens if the structure of the...
February 13, 2015 at 9:49 am
It was not my intention to rubbish stack exchange, I use it regularly for non SQL related activities. My point was that a lot of the people...
February 9, 2015 at 12:27 pm
Well said Jeff,
@joe, it would be lovely to live in your SQL bubble where all RDMS is built and managed by people with 20 years experience, a masters...
February 8, 2015 at 8:29 am
different domains, I don't want the hassle of getting changes made to DNS and NATS settings; the company a bit neadethal when it comes to automation. (how come so many...
February 6, 2015 at 3:44 pm
I thought I just did 😛
Without a physical record of the which orders were assigned from which batches, you have to calculate the allocations right from the beginning of the...
February 6, 2015 at 3:40 pm
Do you need the data at the granularity of empID. Maybe get a data feed at a higher level of aggregation or generate another reporting table, but that is...
February 6, 2015 at 3:32 pm
I think that is the first time a DML has made me salivate;
I'm off home now to Select * from Bar
:sick:
February 6, 2015 at 9:17 am
If you only have a few (lets say a couple of dozen at most) and the combinations are static (i.e. you know them in advance) you could use a conditional...
February 6, 2015 at 9:02 am
Firstly, do you understand the solution you have been given?
Secondly, Nasty nasty had coded values! - what happens if the list of codes changes; can you break them out to...
February 6, 2015 at 8:57 am
Looking at the table structure, you are going to need all the columns except amount to create a unique primary key unless you can verify that employee IDs are not...
February 6, 2015 at 8:49 am
@sean, @136rony
Sean you are a * for trying to help, Rony, It is hard when english is not your first language.
There is a subtle difference between FIFO and...
February 6, 2015 at 4:24 am
Two databases separated by a common language!
If you can write T-SQL then you will be able to use 80% of your knowlege in PL/SQL but there are things (like dates)...
January 9, 2015 at 12:34 pm
+1 for Spaggeties observation.
The actual value of an identity column should be irrelevant as it should never be presented to the business - it only ensures uniqueness and referential integrity.
The...
January 9, 2015 at 12:21 pm
Another Solution:
Add a calculated column to the results set: Split the date into the month name and year and convert the monthname to a zero-led 2 digit number and append...
January 9, 2015 at 12:15 pm
Viewing 15 posts - 226 through 240 (of 622 total)