Viewing 15 posts - 10,486 through 10,500 (of 15,381 total)
crux1187 (10/5/2012)
October 5, 2012 at 8:03 am
54.69.6d.20 (10/5/2012)
October 5, 2012 at 8:00 am
Your google-fu is just failing you today. Try searching "code snippet storage". You will find lots of apps for doing just that.
October 5, 2012 at 7:48 am
parth83.rawal (10/4/2012)
I am using FOR XML to generate the HTML and following is my query. i want to apply class in td, how can i achieve the same ??
CAST (...
October 5, 2012 at 7:43 am
Still nothing to test with but I think this might be close to what you want...
select A, b, MAX(C), MAX(D), MAX(E), MAX(F), g
from
(
SELECT distinct
BASE1.AssetID AS a
,BASE1.Name As b
,case when BASE2.AssetID...
October 5, 2012 at 7:33 am
The logic that Praveena suggested is far better than looping for this. There is no need for looping here at all. There is no reason to be concerned by the...
October 4, 2012 at 3:35 pm
raghavender.2369 (10/4/2012)
ThanQ for your reply and please look at my question once, you would know what exactly i need.
What you want is simply not possible using the proper datatype. I...
October 4, 2012 at 3:28 pm
haiao2000 (10/4/2012)
raghavender.2369 (10/4/2012)
my friend said it is possible to store date in this...
October 4, 2012 at 2:43 pm
raghavender.2369 (10/4/2012)
October 4, 2012 at 2:29 pm
raghavender.2369 (10/4/2012)
by default date is stored in table 'yyyy-mm-dd' format , but I want to store date in 'dd-mm-yyyy' format, am i clear?
Yes....don't use varchar. Use datetime. Then there is...
October 4, 2012 at 2:18 pm
raghavender.2369 (10/4/2012)
ex:
data stored in the table in the following format
Todate
-----------
01-02-1988
03-06-1980
select * from...
October 4, 2012 at 2:11 pm
Jeff Moden (10/4/2012)
Sean Lange (10/2/2012)
It will work but referring to columns by ordinal position is fraught with maintenance issues.Not to mention that (IIRC) it's been deprecated.
And something I have...
October 4, 2012 at 1:03 pm
cphite (10/4/2012)
Sean Lange (10/4/2012)
The first time I ran the query below I thought it didn't update correctly (as I suspected). But subsequent runs are successful every time.
You think it...
October 4, 2012 at 1:01 pm
Randy Doub (10/4/2012)
It's updating a person's...
October 4, 2012 at 12:33 pm
You're welcome. Hope my posts helped. Post back if you run into any issues or need a little help.
October 4, 2012 at 11:38 am
Viewing 15 posts - 10,486 through 10,500 (of 15,381 total)