Viewing 10 posts - 1 through 10 (of 10 total)
You still can you Johnathan's method:
SELECT RIGHT(STUFF(CONVERT(char(26),GETDATE(),9),21,4,' '),11)
Minh Vu
December 18, 2003 at 11:38 am
I am very appreciate all of your help, special thank to Greg Larson. Reading your article helps me solve the problem. Again, my deepest gratitude.
Minh Vu
December 17, 2003 at 4:32 pm
Thanks very much.
However, it does not return correct record# position as my query return.
Ex. My query's result set like this:
1.A
2.B
3.d
4.f
when I used your statement, my result set become
4.a
3.b
2.f
1.d
How can I...
December 17, 2003 at 12:42 pm
DTS in sqlserver can do the job for you.
December 15, 2003 at 12:21 pm
Thanks for all of your helps.
Yes, I want one location can have multiple shipper, but only one will be a default at a time. Johnathan's trigger works...
December 8, 2003 at 4:26 pm
I can not add [default] in the constrainst since it's a bit field. Also, I was asked to keep the current design. Therefore, I think of trigger, but...
December 5, 2003 at 5:41 pm
Yes,that's what I've already checked, and I do have some records which do not end with '-tr', but they did appear in the past and my scrip did not return...
September 12, 2003 at 12:05 pm
it just happened from yesterday. I suspect that the backup file got corrupt. In my errorlog file said:"Error while undoing logged operation in database 'Bill Master'. Error at log...
August 12, 2003 at 11:16 am
You can use this system UDF to read from your log file:
SELECT * FROM ::fn_dblog(1,NULL)
Hope this will help
August 6, 2003 at 2:44 pm
Viewing 10 posts - 1 through 10 (of 10 total)