Viewing 15 posts - 31 through 45 (of 117 total)
Thank you to all for replying. Your responses have been extremely helpful! It's given me enough to work with.
.mf
May 14, 2014 at 6:14 am
Hi ck2,
If I were to use a Bulk Insert, using the link you provided as an example. The .csv is in an excel file, what would the values be...
March 17, 2014 at 2:00 pm
Hi Luis, that works, thank you,
February 10, 2014 at 1:24 pm
Thank you for the explanation Gila 🙂
Thant really helps and clears my confusion, I'll use your suggestion.
September 30, 2013 at 10:32 am
update dbo.testTable set
fname = (select fname from dbo.testTable where pkid = 2)
where
pkid = 1;
Thanks Lynne!
if there were multiple columns would I...
May 1, 2013 at 9:27 am
Thank you for the quick replies SSCrazy and Mr or Mrs ...
October 26, 2012 at 8:50 am
Hi vyas, thank you for the reply. That's the same syntax that I originally had, or at least I can't see the difference in your query, am I missing...
October 26, 2012 at 8:14 am
Thanks sdvoranchik,
I just found something similar here: http://technet.microsoft.com/en-us/library/bb630430.aspx
I am working with my server admin to do this, and will post if it works.
August 10, 2011 at 9:05 am
Hi Lowell, your second solution worked well. I never really understood how to use coalesce or how it would come in handy in a practical situation until now, so...
July 27, 2011 at 9:07 am
Hi opc.three thank you for your reply, your suggestion makes sense and makes it simpler. As a learning excercise if I were to use dynamic sql how would this...
July 4, 2011 at 11:40 am
Ok...so if I run the query using 'not in' instead of 'not exists' it produces the desired result of 'xyz', what is the difference between the two methods?
with cte1 as
(
select...
December 15, 2010 at 1:19 pm
@Lutz: "coding standards"
LOL...sad to say...it's pretty much whatever gets the job done in the fastest time possible.
November 22, 2010 at 11:24 am
Viewing 15 posts - 31 through 45 (of 117 total)