Viewing 15 posts - 9,016 through 9,030 (of 9,399 total)
Luis Cazares (8/19/2013)
WITH CTE AS(
SELECT TRY_CONVERT( DATETIME, Item) AS MyDate
FROM #temp t
CROSS APPLY dbo.DelimitedSplit8K( MyValues, '...
August 19, 2013 at 12:06 pm
Ville-Pekka Vahteala (8/19/2013)
wolfkillj (8/19/2013)
Stefan Krzywicki (8/19/2013)
Sean Lange (8/19/2013)
Stefan Krzywicki (8/19/2013)
The Dixie Flatline (8/19/2013)
August 19, 2013 at 11:55 am
Thomas Abraham (8/19/2013)
phickey (8/19/2013)
August 19, 2013 at 8:11 am
WayneS (8/19/2013)
Jeff Moden (8/16/2013)
Grant Fritchey (8/16/2013)
Paul White (8/15/2013)
Jeff Moden (8/15/2013)
August 19, 2013 at 8:04 am
opc.three (8/16/2013)
Jeff Moden (8/16/2013)
SQLRNNR (8/16/2013)
Jeff Moden (8/16/2013)
Retrofit (wishful thinking).partition
Spot-on
Spotfire
Design fix
August 19, 2013 at 8:02 am
I agree completely with Jeff's observation about the "fine print" rule. Unfortunately, software today is governed by the fine print, exclusions, excuses, legal technicalities, disclaimers of suitability of fitness...
August 19, 2013 at 7:59 am
I would advise against trying to use data while it's in Excel. Import the list you want to process (I like BULK INSERT, but SSIS or other methods will...
August 19, 2013 at 7:10 am
Why are you breaking this into batches in the first place? Why not just do something like this?
INSERT INTO TableB(id, etc)
SELECT id, etc
FROM...
August 16, 2013 at 8:01 am
You'll want to write your procedure and build your result sets using whatever queries are necessary. Then, simply execute the two select statements at the end. You will...
August 16, 2013 at 7:42 am
jasona.work (8/16/2013)
SQLRNNR (8/15/2013)
jasona.work (8/14/2013)
Ed Wagner (8/14/2013)
Sean Lange (8/13/2013)
Ed Wagner (8/13/2013)
August 16, 2013 at 6:58 am
SQLRNNR (8/15/2013)
batgirl (8/14/2013)
crookj (8/14/2013)
Revenant (8/13/2013)
SQLRNNR (8/13/2013)
Riseand shine
Moon
Over Miami
Nah it's My Hammy
Ham sandwich
August 16, 2013 at 6:54 am
Hi and welcome to the SSC forums.
If you want to include a description of a group for a code in your table, you'll need to join to the table that...
August 16, 2013 at 5:57 am
Gail, Jeff and Steve are all above 30,000 and all are listed as SSChampion. Koen just got his 10,000-th this past week.
If the list from the forum really are...
August 16, 2013 at 5:41 am
jasona.work (8/15/2013)
The one when you realize / find out that the DB you just restored into production from QA was...
August 15, 2013 at 12:06 pm
crookj (8/15/2013)
sing4you (8/15/2013)
Raidforay
Attack
August 15, 2013 at 10:15 am
Viewing 15 posts - 9,016 through 9,030 (of 9,399 total)