Viewing 15 posts - 16 through 30 (of 125 total)
Hi SQLBill,
Its SQL Server 2005. I did that but not able to change the object owner.
Should I add that user in sysadmin role before change the DB owner, would you...
October 4, 2006 at 1:37 pm
Thnaks John, I did and able to change the DB owner but having problem with object owner change.
October 4, 2006 at 1:35 pm
Hi, I think still its not clear for me, they are going to run them soon, I want to prepare for that.
Thanks,
September 18, 2006 at 10:02 am
Hi, Thanks for quick response.
4-5 months back management did sql server security check, they ran the following query
select * from
September 18, 2006 at 9:52 am
Thanks for your response, but cc/dd/ee/ff/gg may not in standard length in other words it can be ccc/dddddddd/eeeeeeeeeeeeee/fffffffff/gg, so substring doesn't work.
March 29, 2006 at 9:23 pm
Ray,
Thanks, but I don't know which id is repeating, need all records from that table but repeated one's should concatinate.
March 21, 2006 at 3:54 pm
David Burrows,Sam Rabie,
Both solutions worked, thanks a lot.
December 22, 2005 at 10:18 am
When I said year doesn't matter means
12/19/2005 |
12/19/1950 |
Jan comes after Dec thats why I have 1/1/2005,1/2/2005 at...
December 21, 2005 at 2:08 pm
SQLBill,
It returns in wrong order.
Mr. or Ms. 500,
I need the dates in order but i don't want to consider year.
Thanks.
December 21, 2005 at 1:02 pm
Its DATETIME.
SQLBill,
Your query
SELECT CONVERT(VARCHAR(10), BirthDate, 101)
FROM tablename
ORDER BY BirthDate ASC
doesn't work.
December 21, 2005 at 12:19 pm
Viewing 15 posts - 16 through 30 (of 125 total)