Viewing 2 posts - 1 through 2 (of 2 total)
Hi,
try this :
select right(getdate(),8)
and stored it in a nvarchar(8).
PS:You may need to convert it.
August 6, 2004 at 5:06 am
#517984
If you won't have to start it each time manually :
Right click on MSSQL Server and change startup type to automatic in properties (do the same with SQL Server Agent)
August 4, 2004 at 2:58 am
#517573