Skip to content

Instantly share code, notes, and snippets.

@aligundogdu
Created May 2, 2012 06:36
Show Gist options
  • Save aligundogdu/2574489 to your computer and use it in GitHub Desktop.
Save aligundogdu/2574489 to your computer and use it in GitHub Desktop.
Mssql güncel tarihi almak
declare @DI integer;
set @DI = cast(cast(GETDATE() as datetime) as integer)+2;
print @DI;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment