Viewing 15 posts - 526 through 540 (of 620 total)
Andy, you might get some help if you posted table structure and sample data, including create and insert statements, and a sample of what you want the results to look...
October 30, 2007 at 2:48 pm
Matt Miller (10/26/2007)
raw sort 52956
convert sort 89013
and now with an index
raw sort ...
October 29, 2007 at 6:03 am
Mike Levan (10/26/2007)
October 26, 2007 at 10:00 am
Michael Meierruth (10/26/2007)
Tomm Carr (10/25/2007)
October 26, 2007 at 7:25 am
Thanks Sergiy. I had no idea what was happening when you make changes in EM.
October 26, 2007 at 7:13 am
Mike Levan (10/25/2007)
October 26, 2007 at 7:08 am
Well, I can't replicate it, but I know I had an issue with it before. Maybe I'm just crazy.
October 26, 2007 at 6:53 am
Kenneth Wilhelmsson (10/26/2007)
Or are you talking about something else, Greg?
J M - the place in BOL you're looking for is under 'CONVERT'
There...
October 26, 2007 at 6:45 am
Well that answers my question then. Why do I care? I'm just like that. I want them all to be the same I guess. Thanks
Greg
October 25, 2007 at 3:55 pm
If you do not need to order by the date, you can use CONVERT(CHAR(10),YourDate,101).
October 25, 2007 at 3:31 pm
If you do not need to order by the date, you can use CONVERT(CHAR(10),YourDate,101).
October 25, 2007 at 3:27 pm
mrpolecat (10/25/2007)
alter table mytableadd id int IDENTITY(1,1) not null
Thanks mrpolecat. That worked, but I want the ID column to be the first column in the table. Is this...
October 25, 2007 at 1:16 pm
If you are using a frontend app you could probably take care of that kind of validation on the frontend. If the values entered meet the validation criteria then...
October 25, 2007 at 1:14 pm
Ok, I was not looking at the master object tree when I posted. So sysxlogins is the last table, but the name has the domain tacked on to it....
October 24, 2007 at 4:24 pm
Viewing 15 posts - 526 through 540 (of 620 total)