Viewing 15 posts - 166 through 180 (of 205 total)
Thank all of you for help
I use J Livingston SQL's code, it works great!
November 7, 2011 at 11:33 am
I need pass exact string format from getdate() to third party application in which I can not do anything.
The third party applicaton only take format like below(including space):
'11/07/2011 09:30:00 AM'...
November 7, 2011 at 8:57 am
I need to pass getdate() to get current date and time string and then pass it to another function.
November 7, 2011 at 8:25 am
Thank you for help.
I think that both ways will work.
September 23, 2011 at 12:59 pm
Yes, there is a primary key on ID column.
I want to keep min(ID)
September 23, 2011 at 12:36 pm
Sorry, my question is:
Should I nedd to create a special account in SQL server in order for ASP.NET to connect database?
September 22, 2011 at 8:24 am
Yes, it works great.
Thank all of you.
August 1, 2011 at 12:51 pm
Someone creaete a table in which "1900-01-01 00:00:00.000" are in one column (only 30% have real date).
How to code to convert them into null in my new table?
August 1, 2011 at 12:43 pm
No, either way is for "Or" only.
What I need is for "And". The color must be "RED" and "GREEN"
June 30, 2011 at 6:58 am
Thank you for help. I ran bitbucket-25253's code. It works like magic.
June 15, 2011 at 8:28 am
This is my fault. I do not write clear.
There are three fields: Excellent, Good, Fair in which stored a value as below.
Excellent---Good---Fair
0---------- 1-------0
1---------- 0-------0
0---------- 0-------1
I need a case statement form...
May 23, 2011 at 9:36 am
Viewing 15 posts - 166 through 180 (of 205 total)