Viewing 15 posts - 7,456 through 7,470 (of 26,490 total)
Stefan Krzywicki (5/30/2013)
Lynn Pettis (5/30/2013)
patricio.honore (5/30/2013)
May 30, 2013 at 12:37 pm
Anyone else get a PM like this?
patricio.honore (5/30/2013)
May 30, 2013 at 12:11 pm
It may help to know what the function does and how it is used, can you post some code?
May 30, 2013 at 10:11 am
Okay, rereading everything. The first record that is counted starts the 60 minute window, subsequent records that are overlapping do not extend the window.
This correct?
May 30, 2013 at 9:08 am
Reran my code and in looking at the results from MM code I have to ask why the last row is being counted when it overlaps time wise with the...
May 30, 2013 at 9:02 am
rrn 62873 (5/30/2013)
Sean Lange (5/29/2013)
dan-572483 (5/28/2013)
According the the Querying SQL2012 exam prep book, a SELECT * inside an EXISTS clause returns true or false...
May 30, 2013 at 8:49 am
Scratch, something happened here need to work it again.
May 30, 2013 at 8:48 am
Tweaked mine so that it returns the same results as Eugene's. Having a different set of data with other possibilities helped. Again, run the following in an empty...
May 30, 2013 at 8:44 am
shrsan (5/29/2013)
Am trying to give dynamic date to SP that would be first of every month. 5/01/2013 for this month can any one help me with the sql expression? i...
May 29, 2013 at 4:36 pm
Maybe this (be sure to run it in an empty database first as I drop the table you created):
CREATE TABLE [dbo].[la_test_endcall](
[pmd_patient_id] [bigint] NOT NULL,
[endcallcd] [int] NOT NULL,
[eventid] [bigint] NOT NULL,
[createdat]...
May 29, 2013 at 4:29 pm
What is the result set you are looking for based n the sample data provided.
May 29, 2013 at 3:40 pm
A guess, the oldest file was locked or in use for some reason when the delete was attempted. If that delete fails it isn't retried later. I think...
May 29, 2013 at 1:11 pm
You might check out EMC. There was a company here in town that developed something like this iirc and EMC bought the company a few years ago. I...
May 29, 2013 at 12:35 pm
CheeseheadDBA (5/29/2013)
May 29, 2013 at 12:31 pm
I'd start here: http://msdn.microsoft.com/en-us/library/bb933866(v=sql.100).aspx.
May 29, 2013 at 12:23 pm
Viewing 15 posts - 7,456 through 7,470 (of 26,490 total)