Viewing 15 posts - 271 through 285 (of 314 total)
shalini_pdi (9/18/2008)
shalini_pdi (9/18/2008)
Hi,I m sorry. I have missed sp_executesql . Thanks. Working fine
Is It Possible to pass the data type dynamically
Why do you need all in...
September 18, 2008 at 2:18 am
Jeff Moden (9/17/2008)
September 18, 2008 at 2:03 am
Nice Artilce Jeff Moden.
I dont know if you posted Dynamic PIVOT article but here is mine :).
http://sqlblogcasts.com/blogs/madhivanan/archive/2008/08/27/dynamic-pivot-in-sql-server-2005.aspx
September 17, 2008 at 7:46 am
Also refer http://www.sommarskog.se/arrays-in-sql.html
February 21, 2008 at 7:03 am
amol_j_kothawade (1/8/2008)
i am using following row number function in my sql server 2005 :
select appno,row_number() over(partition by appno order by appno) from tab
which is giving following result...
January 8, 2008 at 11:29 pm
OP, when you have time, read this
January 7, 2008 at 1:31 am
Jeff Moden (1/4/2008)
You might also be able to use something like OPENDATASOURCE...
Did you mean something like this? (Point 2)
January 7, 2008 at 1:19 am
Mike Levan (1/2/2008)
MAdhavanan.. its not a date am storing but its a number which starts with 4 digit...
January 2, 2008 at 7:12 am
Molly Cary (1/2/2008)
January 2, 2008 at 6:42 am
nayanamoolya (1/2/2008)
I need to create a cross tab from the existing table
I have table consisting of
name surname month value
abc xyz ...
January 2, 2008 at 4:09 am
hb21l6 (1/2/2008)
SELECT *, DateRecorded AS Expr1
FROM tbl_ISALOG_SingleUser
WHERE (DateRecorded < GETDATE())
but this doesnt
SELECT...
January 2, 2008 at 4:09 am
sudhakara (12/26/2007)
why view does not allow order by clause while creating unless there is no top ?
FYI http://sqlblog.com/blogs/tibor_karaszi/archive/2007/11/28/sorted-views.aspx
December 28, 2007 at 11:30 pm
Jeff Moden (12/28/2007)
Heh... agreed... but I'm not a moderator... usually, I'm just part of the problem 😛
Well. Shouldnt it be "I'm just part of the problem Solving"? [:)]
In fact you...
December 28, 2007 at 10:59 pm
I absolutely agree with Sergiy and Madhivinan
Well except that you often mispell my name 😉
December 28, 2007 at 10:51 pm
Mike Levan (12/28/2007)
YYYY-23987
YYYY-56567
i want to check if that field is in the same...
December 28, 2007 at 10:48 pm
Viewing 15 posts - 271 through 285 (of 314 total)