Viewing 15 posts - 3,811 through 3,825 (of 5,504 total)
DerbyNeal (4/12/2010)
April 12, 2010 at 10:38 am
Okay, we have the table def. But where are the INSERT statements?
You posted the expected result the second time... 😉
April 12, 2010 at 10:33 am
Please provide sample data and expected output in a ready to use format as described in the first link in my signature.
You have visited this side often enough to...
April 11, 2010 at 6:50 pm
When thinking about the data you provided it might be easier to start from scratch.
It might be a lot easier to deal with the xml data instead of the intermediate...
April 11, 2010 at 2:21 pm
May I point you to the first link in my signature again?
You can also have a look at my first reply to see how I created the test table and...
April 11, 2010 at 2:12 pm
I searched for scripts on this site using the keywords "script table relationship" and found the following link that might get you started:
April 11, 2010 at 11:46 am
You need to figure out what table this primary key belongs to.
Run
SELECT * FROM sys.objects where object_id=149575571
to check what table that PK belongs to. It does not have to...
April 11, 2010 at 11:40 am
Unfortunately, your description is not very clear nor do we have any (runable) code that would support your question nor any expected result based on your sample data...
Therefore, I had...
April 11, 2010 at 11:33 am
It doesn't sound like a processing issue but rather an issue of finding the proper ORDER BY condition.
In order to do that it's required to define a sorting criteria. In...
April 10, 2010 at 3:26 am
CirquedeSQLeil (4/9/2010)
...And the State Security Annihilation Service doesn't bother asking questions - they just act.
That's where the QA (question asking tool) comes into play...
April 9, 2010 at 5:23 pm
CirquedeSQLeil (4/9/2010)
Is today Friday?
It depends.
Over here in Germany is Saturday since over an hour. 😀
Gooooood morning SSCeeeeeaaaaahhh!
April 9, 2010 at 5:12 pm
Tom.Thomson (4/8/2010)
April 9, 2010 at 5:01 pm
If the communication between website and SQL Server is done through procedures only (which I would assume/recommend/expect) then you could add a begin and end timestamp within your procedures and...
April 9, 2010 at 4:15 pm
Please explain a little more detailed what your looking for. The best way would be to give us some sample data and expected result. Furthermore, you need to define the...
April 9, 2010 at 2:58 pm
@Ron:
Unfortunately, your solution does lead to pay twice for one hour.
For example emp_id 222:
The hour between 17:00 18:00 is included twice in the sample data (for shift A and for...
April 9, 2010 at 2:39 pm
Viewing 15 posts - 3,811 through 3,825 (of 5,504 total)