Viewing 15 posts - 6,781 through 6,795 (of 26,490 total)
awcrestview (4/8/2014)
The start_datetime for this example would be graveyard shift which starts at 11pm on 4/6/14.Thank You
Okay, so what you are looking for is the following based on a the...
April 8, 2014 at 12:01 pm
awcrestview (4/8/2014)
I need to find all records for all 3 shifts in 1 day and the datediff below does not include the 1 hour before midnight (missing 1 hour for...
April 8, 2014 at 11:06 am
Abu Dina (4/8/2014)
Sample data:
CREATE TABLE #SampleData (ID INT, Tran_Date DATETIME, Ref VARCHAR(10) NULL)
INSERT INTO #SampleData(ID, Tran_Date, Ref)
SELECT 1, '2013-01-15', NULL UNION ALL
SELECT 1, '2012-04-10', 'Kames'...
April 8, 2014 at 9:12 am
May I ask, as it doesn't appear to be obvious to me at any rate, what exactly are you looking for as a final result set? Can you show...
April 8, 2014 at 9:06 am
ScottPletcher (4/8/2014)
Jeff Moden (4/7/2014)
ScottPletcher (4/7/2014)
April 8, 2014 at 8:39 am
yuvipoy (4/8/2014)
Plase find tables.txt, plan.sqlplan.sql(executionplan), Tab_data.txt for inserting into tables.Hoping this information will help me in resolve the issue.
In addition to what Gail said, you have been around long enough...
April 8, 2014 at 6:37 am
The only solutions I can think of are these:
1) Air gap the backup file. Copy the backup file to an external hard drive from the source system and restore...
April 8, 2014 at 6:11 am
Jeff Moden (4/7/2014)
Lynn Pettis (4/7/2014)
April 7, 2014 at 4:49 pm
Since we can't see what you see, hard to say. However, since sp_exectuesql is a synchronous call, I would be curious to know how another one can start executing...
April 7, 2014 at 3:47 pm
dhananjay.nagarkar (4/7/2014)
but just for my understanding sake wanted to learn what does this line do - GHRMSContingentID like N'[A-Za-z0-9][0-9][0-9][0-9][0-9][0-9][0-9]%'
? in simple...
April 7, 2014 at 3:21 pm
I know what it is and I also know if you take the time to do things correctly that tools like IronSpeed are just as good for development as the...
April 7, 2014 at 3:16 pm
Database using full recovery model, full backup + transaction log backups at scheduled intervals.
April 7, 2014 at 1:31 pm
Almost a four year old thread.
April 7, 2014 at 12:57 pm
Luis Cazares (4/7/2014)
Lynn Pettis (4/7/2014)
April 7, 2014 at 12:15 pm
First, I have never used IronSpeed, but I take exception to you blaming the tool. It comes down to the person using the tool not knowing how to protect...
April 7, 2014 at 12:01 pm
Viewing 15 posts - 6,781 through 6,795 (of 26,490 total)