On May 24, 11:45 pm, bba...@yahoo.com wrote:
> Hi,
>
[quoted text clipped - 3 lines]
>
> Thanks
Where do you type it?
SQL Server has built-in function getdate(), which is the same as
DateTime.Now from .NET
bbawa1@yahoo.com - 24 May 2007 23:11 GMT
> On May 24, 11:45 pm, bba...@yahoo.com wrote:
>
[quoted text clipped - 10 lines]
> SQL Server has built-in function getdate(), which is the same as
> DateTime.Now from .NET
I am typing this in Design mode of table. I highlight the column and
then there is column proerties. "Default value or Binding". I am
typing this over here.
Alexey Smirnov - 24 May 2007 23:22 GMT
On May 25, 12:11 am, bba...@yahoo.com wrote:
> > On May 24, 11:45 pm, bba...@yahoo.com wrote:
>
[quoted text clipped - 14 lines]
> then there is column proerties. "Default value or Binding". I am
> typing this over here.
Use getdate()
http://msdn2.microsoft.com/en-us/library/ms188383.aspx
bbawa1@yahoo.com - 24 May 2007 23:33 GMT
> On May 25, 12:11 am, bba...@yahoo.com wrote:
>
[quoted text clipped - 22 lines]
>
> - Show quoted text -
Thanks a lot . It solved my problem.