Viewing 15 posts - 7,171 through 7,185 (of 8,760 total)
polkadot (9/3/2014)
Looking for material.
My two cents in the form of some quick questions:
1) is the budget big enough or do you have to compromise?
2) do you have the resources for...
September 4, 2014 at 2:41 pm
Luis Cazares (9/4/2014)
batgirl (9/4/2014)
Lynn Pettis (9/4/2014)
I liked the COBOL reference since he...
September 4, 2014 at 2:34 pm
Solomon Rutzky (9/4/2014)
Sean Lange (9/4/2014)
Solomon Rutzky (9/4/2014)
September 4, 2014 at 2:30 pm
Solomon Rutzky (9/4/2014)
Jeff Moden (9/3/2014)
September 4, 2014 at 1:04 pm
Quick thought, CURDATE() returns the current date in either string or numerical format, the formats being as string 'YYYY-MM-DD' or in numerical if one adds 0 to the function (select...
September 4, 2014 at 12:42 pm
Quick thought, use a HEX editor to check for the BOM, Byte Order Mark, at the beginning of the output file. If the correct UTF-8 mark is there then the...
September 3, 2014 at 11:08 pm
jamie_collins (9/3/2014)
Worked great.Added DISTINCT to remove the duplicates but this is what I was after.
Thanks.
An alternative is to use the ROW_NUMBER function to filter the output
😎
USE tempdb;
GO
;WITH BASE_DATA(Ticket,[User],[Priority]) AS
(SELECT...
September 3, 2014 at 10:47 pm
Jeff Moden (9/3/2014)
I didn't know there was ever a "good" case for XML. 😉
Well now you know as you've just made one:-D
😎
September 3, 2014 at 10:36 pm
gbritton1 (9/3/2014)
select * from dbo.[DelimitedSplit8K](' ', ' ')...
September 3, 2014 at 10:32 pm
Jeff Moden (9/3/2014)
Eirikur Eiriksson (8/25/2014)
Jeff Moden (8/25/2014)
Eirikur Eiriksson (8/25/2014)
Feel I'm starting to repeat my self on the issue:pinch:
BWAAA-HAAA!!! Me too!
Switching from one delimiter to another is a form of...
September 3, 2014 at 10:17 pm
polkadot (9/3/2014)
Additionally,...
September 3, 2014 at 3:40 pm
GilaMonster (9/3/2014)
Eirikur Eiriksson (9/3/2014)
BTW, the bouncing is easy, it's the catching of the server exceptions which is trickyYou just need a large net. What's so difficult about that?
That of course...
September 3, 2014 at 3:13 pm
SQLRNNR (9/3/2014)
Eirikur Eiriksson (9/3/2014)
Alvin Ramard (9/3/2014)
Koen Verbeeck (9/3/2014)
xsevensinzx (9/3/2014)
September 3, 2014 at 2:51 pm
CELKO (9/3/2014)
It's a YACK, yet another combined key
I like that initialism! Put it together, then pull it apart over and over and over ..
Spot on! The subject is a...
September 3, 2014 at 2:49 pm
Viewing 15 posts - 7,171 through 7,185 (of 8,760 total)