Viewing 15 posts - 10,306 through 10,320 (of 13,874 total)
Eugene Elutin (12/11/2012)
Phil Parkin (12/11/2012)
WolfgangE (12/11/2012)
December 11, 2012 at 6:30 am
WolfgangE (12/11/2012)
December 11, 2012 at 4:51 am
nigelrivett (12/11/2012)
where (name = 'Paul' and position = 'manager')or name = 'Jim'
?? looks remarkably like a lowercase version of my solution 🙂
December 11, 2012 at 4:19 am
cidr (12/11/2012)
Apologies for the elusive subject title. I'm trying to filter only rows on one field only when another field has a certain value.
I have a...
December 11, 2012 at 3:58 am
select *
,GroupNumber = (
case
when HouseNumber <= 214
then 1
when HouseNumber <= 238
then 2
...
December 11, 2012 at 3:54 am
Jeff's code is not wasted, do not worry.
But there is only so much that we can do to help - now you need to help yourself & do some study/learning.
December 10, 2012 at 11:44 am
10e5x (12/10/2012)
I shall try your approach first since u sounds very confident. And I believe u totally know your stuff. But sad to say, I am not up till...
December 10, 2012 at 8:41 am
This is a most entertaining thread.
I could help with the SSIS stuff (thanks Jeff!) - if it were needed, but it is not.
First task: write the proc to return the...
December 10, 2012 at 6:03 am
guoxiang1610 (12/9/2012)
Phil Parkin (12/9/2012)
Based on the data provided, it looks like a stored proc would be suffucient...
December 9, 2012 at 12:05 pm
May I ask how you think that SSIS can help you with this problem?
Based on the data provided, it looks like a stored proc would be suffucient to provide the...
December 9, 2012 at 4:46 am
gloing59 (12/8/2012)
===== http://www.globalmarket.name// =====
The website wholesale for many kinds of fashion shoes, like the nike, jordan, prada, also including the jeans, shirts, bags, hat and the decorations.
WE ACCEPT...
December 8, 2012 at 5:39 am
T Childers (12/7/2012)
December 8, 2012 at 5:37 am
DarthBurrito (12/7/2012)
December 7, 2012 at 8:28 am
manzilkolur23 (12/6/2012)
Hi Chris.Thank You....
Yes it good to use table variables..... happy that im thinking in the right way
Table variables and temp tables are not the same. Temp tables often perform...
December 7, 2012 at 1:51 am
Viewing 15 posts - 10,306 through 10,320 (of 13,874 total)