Viewing 15 posts - 16 through 30 (of 194 total)
I too have run this and get an output that appears correct. So I do not understand the problem. Also from your original post ... please explain "....when the...
November 4, 2009 at 1:01 am
hi See attachment
Note the underscore in the sellect column list, and that the result set is ordered by the original Column Names, which is the same as the columns on...
November 2, 2009 at 12:25 am
rameshduraikannu (10/30/2009)
i want to display the data like the below structures
for eg:
customername grade height width
sqlserver ...
October 30, 2009 at 7:40 am
Sorry, being fast on the draw.....
small modifications required is
When using dataLength() on unicode, devide by two to get the number of Characters
October 30, 2009 at 7:22 am
this seems to work perfectly if one remembers that for unicode
1 character = 2bytes
and datalength counts bytes
so every two bytes = 1 character
October 30, 2009 at 7:06 am
Firstly, table definitions, with test dat and required results would help
secondly: check this:
http://www.sqlservercentral.com/Forums/Topic612568-203-8.aspx#bm625111
there is a attachment somewhere near the bottom. it was designed to create...
January 22, 2009 at 4:18 am
The question is how do systematically build up the list of files to delete. If you can do this, then you would create a variable that contains the list...
January 21, 2009 at 6:21 am
Completely wild guess at what you are trying to do
Select
Name =
case T3.TableName
When 'T1' then t1.name
When 't2' Then t2.name
End
From t3
inner join t1 on t1.id = t3.tableId
Inner join t2 on t2.id...
January 19, 2009 at 6:43 am
You will need to post a Source Table Definition and some test data in order to understand the problem
January 19, 2009 at 5:38 am
Maybe you should check the script I attached in an earlier response on this thread (at the end of page 8.....
Based on your example data and previous post....
a case statement...
January 19, 2009 at 5:22 am
Hi....I decided last night too do a bit of a rewrite of the Procedure for 2005. It should demonostrate that you can get very creative with these scripts. ...
December 31, 2008 at 12:42 am
Hi. Sorry For only responding now. Between Work stress and trying to get the holiday mood I have not responded to this thread.
Yes I will share, but need to...
December 30, 2008 at 1:58 am
Agreed not RBAR, but RBR LOL:D
December 22, 2008 at 7:00 am
Viewing 15 posts - 16 through 30 (of 194 total)