Viewing 15 posts - 286 through 300 (of 314 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...
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...
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...
December 28, 2007 at 4:03 am
maynor_ramirez (11/28/2007)
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...
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? 🙂
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...
December 28, 2007 at 2:35 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...
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'...
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...
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...
December 28, 2007 at 1:57 am
Christine M (12/18/2007)
update CEM_smcsAssignments
set MGR =
(SELECT a.MGR
...
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...
December 28, 2007 at 1:44 am
Viewing 15 posts - 286 through 300 (of 314 total)