Viewing 15 posts - 31 through 45 (of 48 total)
Think I might have solved this by leaving the field as an 'int' and set 'identity', 'identity seed', and 'identity increment'.
I hope that this works and will solve my issue.
May 11, 2006 at 1:28 am
Thanks Bill, I appreciate the time you spent in typing that up for me. I only wish books were written in the way that you guys write things on here....
May 9, 2006 at 10:56 pm
Hi JeffB
I made a small change to the middle because I was still getting the error, however the change resolved this. Thanks for you help, really bailed me out of...
May 9, 2006 at 1:58 am
Hi JeffB
Thank you for taking the time you did to show this to me. Would I (case when.....) this within the existing Select statement so I could avoid writing other...
May 8, 2006 at 11:22 pm
In addition to my previous post, would I be better to evaluate these conditions using a CASE statment in a second,third and fourth function and then deliver the results to...
May 8, 2006 at 3:29 am
Thanks for that. I looked it up in my Transact-SQL book and it gave me an idea how I can do it. Thanks for the direction to go in
Regards
May 7, 2006 at 12:42 pm
Thank you for that. I will look at the settings for the date, you are right with your second point too. There are some zero's in the mix. I shall...
May 7, 2006 at 10:42 am
if that is your suggestion then that is the re-write I shall do. Thanks for pointing me in the right direction.
Thank you for your help, much appreciated
Regards,
May 4, 2006 at 10:22 am
This is getting on my nerves now. Here is the full monty and for the life of me I can not understand why it will not work.
Function 1:-
set
May 4, 2006 at 10:03 am
Thank you, I will give that a run. I appreciate you looking at this for me.
Regards
May 4, 2006 at 8:49 am
It is the actual layout that I am referring to.
Regards
April 25, 2006 at 11:13 pm
Hey, no problem. Thanks for trying anyway
Regards
April 24, 2006 at 10:09 am
OK, you have kind of lost me there a little. The report I have is imported from Access and I have not seen the traditional grid etc that I got...
April 24, 2006 at 9:56 am
I have resolved this by using the following code as my query as suggested by someone else
Select site_ref, site_ref + ' - ' + estate_name AS Label
From dbo.src_centre_list
Order By site_ref
This...
April 23, 2006 at 11:52 pm
Viewing 15 posts - 31 through 45 (of 48 total)