Viewing 15 posts - 286 through 300 (of 315 total)
grkanth81 (12/28/2007)
but thr is a small probs still...
when i run tht query...i am getting data for only oct,nov and dec months...for the rest of the months...the rows...
Failing to plan is Planning to fail
December 28, 2007 at 10:33 pm
grkanth81 (12/28/2007)
when i run the query which u have sended with my actual data...its working i.e i am getting the output correctly...but i am getting the following...
Failing to plan is Planning to fail
December 28, 2007 at 7:02 am
Kishore.P (11/5/2007)
try like this:selectisnull (add1, '') + isnull (add2, '') +isnull (add3, '') as 'Address' from
🙂
1 You can also use Coalesce() in place of isnull
2 Dont single quote...
Failing to plan is Planning to fail
December 28, 2007 at 4:03 am
maynor_ramirez (11/28/2007)
Failing to plan is Planning to fail
December 28, 2007 at 4:00 am
Matt Miller (11/19/2007)
If so - you probably want to use something involving what is known here...
Failing to plan is Planning to fail
December 28, 2007 at 3:53 am
Sandy (12/28/2007)
Hey Madhivanan,I have Resolved this Issue by own,
Thanks for your help.
Cheers!
Sandy.
Would you mind posting the solution? 🙂
Failing to plan is Planning to fail
December 28, 2007 at 2:47 am
Jeff Moden (12/7/2007)
Then, try this...
It would be more readable if the title of the atricle is included in the url replacing hyphen for space instead of removing it
ex
http://sqlblogcasts.com/blogs/madhivanan/archive/2007/12/18/extract-only-numbers-from-a-string.aspxYou can clearly...
Failing to plan is Planning to fail
December 28, 2007 at 2:35 am
and you can find lot of informations here
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=49926
Failing to plan is Planning to fail
December 28, 2007 at 2:30 am
sqldba (12/14/2007)
I have a table with
C1- ID
C2-Date
C3-Date with time
C4-quantity
I need to create a daily process that will remove the oldest data(data older than 30 days) on the table and...
Failing to plan is Planning to fail
December 28, 2007 at 2:19 am
Mike Levan (12/17/2007)
select fromdate from emp where fromdate>'2/16/2007' (here fromdate is varchar)
I get the follwing result set
3/18/2004
9/28/2004
2/19/2004
5/24/2006
9/29/2004
5/10/2001
9/13/2001
6/30/2006
8/25/2000
7/18/2006
5/01/2007
8/02/2000
4/25/2001
8/17/2006
9/27/2006
but i need the dates greater than '2/16/2007'...
Failing to plan is Planning to fail
December 28, 2007 at 2:17 am
grkanth81 (12/17/2007)
datecolumn
26NOV
09DEC
18NOV
22DEC
now i want to make that data as this format :
26/11/
09/12/
18/11/
22/12/
i am trying to...
Failing to plan is Planning to fail
December 28, 2007 at 2:12 am
Sandy (12/18/2007)
In my web page, the Datagrid gets the data from SQL server 2000 by using Stored procedure. After getting the data, it need to be saved an Excel...
Failing to plan is Planning to fail
December 28, 2007 at 1:57 am
Christine M (12/18/2007)
update CEM_smcsAssignments
set MGR =
(SELECT a.MGR
...
Failing to plan is Planning to fail
December 28, 2007 at 1:56 am
Jeff Moden (12/27/2007)
1. Put your cursor one line above the code box.
2. Click and drag to one line below the code...
Failing to plan is Planning to fail
December 28, 2007 at 1:44 am
Viewing 15 posts - 286 through 300 (of 315 total)