Viewing 15 posts - 616 through 630 (of 1,243 total)
Alvin Ramard (8/3/2015)
Ed Wagner (8/3/2015)
Sean Lange (8/3/2015)
August 3, 2015 at 8:08 am
Sean Lange (8/3/2015)
August 3, 2015 at 8:06 am
TomThomson (8/3/2015)
August 3, 2015 at 6:46 am
Not only do none of the answers appear to be correct but the the explanation does not match the options.
The correct answer is Query 2, with the MODIFY FILE option...
August 3, 2015 at 1:16 am
SQLRNNR (7/27/2015)
Toreador (7/27/2015)
SQLRNNR (7/25/2015)
Well, if the view does not exist or is in a different schema, then the third option is correct even though it truncated part of the error....
July 28, 2015 at 12:50 am
Phil Parkin (7/27/2015)
Brandie Tarvin (7/27/2015)
TomThomson (7/26/2015)
Grant Fritchey (7/26/2015)
Managed to get a fully-loaded station wagon (four people plus bags) all the way up to 120MPH (195KPH) on the Autobahn.
Don't get caught...
July 27, 2015 at 5:44 am
It's home made quesadillas here. There may well be room for tequila 🙂
July 24, 2015 at 10:49 am
It might be able to write to you
It can probably string a better sentence together than the average DM 'journalist' already.
July 24, 2015 at 6:46 am
create table #PostCodes
(
PostCode varchar(15)
)
insert into #Postcodes values
('AA1 &&%((£4GG')
,('AB2 **%%6TG')
,('£FE2 %5GH')
,('BL0 9QT')
select
Postcode
,cpc.pcode
from #postcodes
cross apply
(
SELECT Pcode = (SELECT SUBSTRING(Postcode,N,1)
FROM (VALUES (1),(2),(3),(4),(5),(6),(7),(8),(9),(10),(11),(12),(13),(14),(15)) AS x(N)
WHERE N<=LEN(Postcode)
...
July 24, 2015 at 5:10 am
rarara (7/24/2015)
July 24, 2015 at 4:28 am
rodjkidd (7/24/2015)
Morning all,Now about to leave to catch the train to Manchester. I hope to a few of you there.
Tom don't forget to say hi!
Cheers,
Rodders...
Enjoy your stay up here. ...
July 24, 2015 at 2:17 am
Viewing 15 posts - 616 through 630 (of 1,243 total)