Viewing 15 posts - 406 through 420 (of 1,250 total)
TomThomson (8/17/2016)
tindog (8/17/2016)
ChrisM@Work (8/17/2016)
Luis Cazares (8/17/2016)
Brandie Tarvin (8/17/2016)
Eirikur Eiriksson (8/17/2016)
BrainDonor (8/17/2016)
ChrisM@Work (8/17/2016)
We have git hubs all over the UK. They're also known as Weatherspoons.You owe me a new keyboard...
😀
...just managed...
August 18, 2016 at 2:54 am
joanna.seldon (8/4/2016)
I basically wish to say if, you see if VehicleID >2 (Duplicate), keep record with VehicleType CAR and not return Train recordplease help within the view
What do...
August 4, 2016 at 9:00 am
Grant Fritchey (8/4/2016)
Phil Parkin (8/4/2016)
SSIS can run procs in parallel, no problem.Or threading through PowerShell.
That's a bit scary. The many-headed political monster would need an awful lot of persuading...
August 4, 2016 at 7:14 am
I've just done a bit of testing with that and what was running in six hours, will run in an hour and a half, with no code changes.
It's...
August 4, 2016 at 6:38 am
Phil Parkin (8/4/2016)
BWFC (8/4/2016)
When calling multiple stored procs from another,...
August 4, 2016 at 5:58 am
Really sorry for a techie question on here but I'm not sure that this is worth a thread of its own.
When calling multiple stored procs from another, they executed consecutively...
August 4, 2016 at 5:45 am
joanna.seldon (8/4/2016)
August 4, 2016 at 5:17 am
Jack Corbett (8/3/2016)
Lynn Pettis (8/3/2016)
August 4, 2016 at 1:18 am
Define successfully; if there's a warning generated and something, that could be critical, is not done, is that successful? The right answer is right but I don't think it's...
August 2, 2016 at 12:57 am
Gary Varga (7/29/2016)
Hugo Kornelis (7/29/2016)
July 29, 2016 at 4:14 am
I think some of it is relative to the country where the events are held. In the UK, 90 miles is considered a long way but in some countries...
July 29, 2016 at 3:20 am
Is anybody else, apart from Hugo, going to be at SQL Saturday Manchester tomorrow?
July 22, 2016 at 6:42 am
You're welcome. What did you use to order the rows?
July 21, 2016 at 7:09 am
I've assumed that there is a column indicating when row was inserted. I also taken you literally and assumed that non-zero could be a negative rather than just greater...
July 21, 2016 at 6:28 am
Anandkumar-SQL_Developer (7/21/2016)
Hi Friends ,input code :
CREATE TABLE #First_nonzero
(
value int
)
GO
INSERT INTO #First_nonzero VALUES
(0),
(0),
(0),
(0),
(1),
(2),
(0),
(3),
(0)
Expected_output :
1
2
0
3
0
please some one suggest me how can i do this ..?
I think...
July 21, 2016 at 5:44 am
Viewing 15 posts - 406 through 420 (of 1,250 total)