Viewing 15 posts - 54,616 through 54,630 (of 59,072 total)
Notice, the answer above was almost as short and useful as the question... if you want a real answer, could you provide just a wee bit more info about what...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2007 at 9:45 pm
Absolutely... 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2007 at 9:43 pm
If you want something slick to split addresses and validate them at the same time, look into a product called "ZP4".
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2007 at 9:36 pm
Christopher Klein (10/12/2007)
Say I have a stored procedure that builds up a #temp...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2007 at 9:26 pm
What datatype is the column, really? Is it TEXT, VARCHAR, NVARCHAR, or ???
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2007 at 9:22 pm
Thought I'd post something folks can play with... could easily be turned into a proc... can be easily modified for an Insert/Values instead of an Insert/Select. With a little forethought,...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2007 at 9:14 pm
Nigel Rutter (10/4/2007)
SELECT @InsertQuery = @InsertQuery + column_name + ',' from ##Temp_Generate
Hope Jeff M doesn't see...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2007 at 8:32 pm
dobrzak (4/6/2006)
SELECT object_name(id), rows
FROM sysindexes
WHERE indid...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2007 at 8:11 pm
SELECT @@VERSION
Then, check the Microsoft site for the build number...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2007 at 7:54 pm
That nice little cross-join you included as a derived table sure did the trick.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2007 at 6:51 pm
Now, that's what I'm talking about! Nice job, Kirk!! And, thanks for posting your solution! 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2007 at 6:03 pm
You bet... thanks for the feedback, Greg.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2007 at 6:00 pm
No, no... Unless I'm totally misreading this, a good ol' fashioned partitioned view will do all of that without the overhead of triggers and the extra table. It'll be...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2007 at 5:51 pm
You don't? :blink: There's an example of what the input file looks like, what the table looks like, what the BCP format file looks like, and what the...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2007 at 5:48 pm
See attachment... 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2007 at 8:17 am
Viewing 15 posts - 54,616 through 54,630 (of 59,072 total)