Viewing 15 posts - 346 through 360 (of 1,243 total)
Eirikur Eiriksson (11/18/2016)
BWFC (11/18/2016)
TomThomson (11/17/2016)
BWFC (11/16/2016)
Sean Lange (11/15/2016)
Ed Wagner (11/15/2016)
Y.B. (11/15/2016)
That being said I did recently try...
November 18, 2016 at 1:54 am
TomThomson (11/17/2016)
BWFC (11/16/2016)
Sean Lange (11/15/2016)
Ed Wagner (11/15/2016)
Y.B. (11/15/2016)
That being said I did recently try an Irish Cheddar...
November 18, 2016 at 1:15 am
I'll probably go that way myself. The OnError event handler writes to a table and sends out an email with the details so I can capture what went wrong....
November 17, 2016 at 7:49 am
Thanks Phil. It's really frustrating that it doesn't continue to log.
There is an OnError event handler in place and it's that that stops the job. It does...
November 17, 2016 at 7:04 am
TimCarrett (11/17/2016)
I tried this against a SQL Server 2008 R2 database and both 1 and 5 brought back the bracketed records. Luckily I choose answer 1.
Query 5 will bring back...
November 17, 2016 at 1:15 am
CREATE TABLE #temp_sp_who2
(
SPID INT,
Status VARCHAR(1000) NULL,
Login SYSNAME NULL,
...
November 16, 2016 at 2:23 am
Sean Lange (11/15/2016)
Ed Wagner (11/15/2016)
Y.B. (11/15/2016)
That being said I did recently try an Irish Cheddar which was...
November 16, 2016 at 1:26 am
Irfan.Baig (11/7/2016)
I think we can also remove duplicates using simplest, easiest and better way without using temp table/s logic:
WITH CTE_InsurancePolicy AS (
SELECT PolicyId, FirstName, Surname, PolicyStartDate, PolicyEndDate
,ROW_NUMBER() OVER...
November 10, 2016 at 6:37 am
djj (11/10/2016)
Grumpy DBA (11/10/2016)
Ed Wagner (11/10/2016)
djj (11/10/2016)
Grumpy DBA (11/9/2016)
Manic Star (11/9/2016)
ElephantCage
Claustrophobia
Panic
(at the) Disco
Dead
Parrot
November 10, 2016 at 6:20 am
Apparently an orange turd with a straw comb-over has got a really important job somewhere. I can't quite understand it myself.
November 9, 2016 at 7:55 am
If they ever install that in our place, I'm doomed.
November 9, 2016 at 5:19 am
Yes this is possible, as demonstrated below. But, this is an extremely simplified example that may not be appropriate for your situation. If you post some sample data...
November 3, 2016 at 7:21 am
Gary Varga (11/1/2016)
November 1, 2016 at 8:35 am
Grant Fritchey (11/1/2016)
Hugo Kornelis (11/1/2016)
BWFC (11/1/2016)
I've got a barrel of cider maturing in the cellar, can I come?Just send the barrel. We'll review your application later. :Whistling:
SECOND!
All in favor?
One barrel...
November 1, 2016 at 6:09 am
Viewing 15 posts - 346 through 360 (of 1,243 total)