Viewing 15 posts - 6,961 through 6,975 (of 8,760 total)
goldstone.david (9/24/2014)
Wow, thank you. Would I need to enter all the data from the table, ie. 1m rows? or can I just reference the table?
Just replace the BASE_TABLE CTE with...
September 24, 2014 at 3:16 pm
There is a big difference in the results when doing the calculation on geometry or geography, look at this examples and results
๐
Geometry
USE tempdb;
GO
DECLARE @GEOM TABLE
(
GNAME...
September 24, 2014 at 2:31 pm
goldstone.david (9/24/2014)
September 24, 2014 at 1:54 pm
busraker (9/24/2014)
I'm dealing with ten of thousands of trips a year so every bit helps.Russ
Sounds a little like travelling salesman here:-)
This isn't too high of a volume, cannot say much...
September 24, 2014 at 12:11 pm
Jeff Moden (9/23/2014)
ramineni.suresh661 (9/23/2014)
Hi Jack ,Thank you very much for your response , your example solved my issue
Do you understand how it works so you can support it in the...
September 24, 2014 at 12:05 pm
Lynn Pettis (9/23/2014)
Eirikur Eiriksson (9/23/2014)
๐
USE tempdb;
GO
SET NOCOUNT ON;
;WITH SAMPLE_DATA ([ID number],DateOfArrival,DateOfDeparture)
AS (SELECT * FROM (VALUES
(2031,'2014-03-20','2014-03-26')
,(1056,'2014-04-29','2014-05-03')
...
September 24, 2014 at 11:58 am
Firstly, Using 8K limited functions will of course truncate larger values, does your production data exceed that limit? Secondly, please comply to Chris's request on DDL, sample and output.
๐
September 24, 2014 at 11:54 am
graziano.montagna (9/23/2014)
Solution failed.Now I installed a new istance and the error is the same
only a variation "SQLEditors" is the last word
Quick question, do you have the option of...
September 24, 2014 at 11:46 am
Quick question, how accurate does this have to be? The reason for asking is that one can do a good approximation using the spatial data type methods and functions, happy...
September 24, 2014 at 11:39 am
Quick suggestion, gracefully power down the system, reboot using a good recovery distro such as backtrack, gparted etc., DON'T mount the drives but use dd_rescue to image the drive or...
September 24, 2014 at 11:32 am
sistemas_casinomnes (9/24/2014)
Hello, I need to create a job that import an access database.Does exist a command that I can use to do that?
Thanks
Viky
Quick thought, I've found that using the import/export...
September 24, 2014 at 11:22 am
stefan.mulder (9/24/2014)
but as to Jeff's notes on collation: we do need a function that can handle compound delimiters, e.g. [|;] or [","] as in David Data's case of...
September 24, 2014 at 11:12 am
OCTom (9/24/2014)
What is a Lorry?Tom
A Lorry be a wagon that can carry lots o' gold and precious
๐
September 24, 2014 at 11:10 am
Rune Bivrin (9/24/2014)
I'm currently hiring. I'd like to know which 9% selected the CHTM option:hehe:
You will have no joy thar, they be already walkin' t' plank
September 24, 2014 at 11:07 am
Louis Hillebrand (9/24/2014)
I need to import from CHTM data format, any suggestions? ๐
You must take it t' t' witchcraft Island, thar be an old beauty thar which has t' power...
September 24, 2014 at 11:05 am
Viewing 15 posts - 6,961 through 6,975 (of 8,760 total)