Microsoft
Software
Hardware
Network
Question : How to find out the date & time without seconds from DateTime Datatype field
Hi,
I have a column with Datatype - DateTime.
How to retrieve the Date & Time, but Time should not consists the Seconds.
Answer : How to find out the date & time without seconds from DateTime Datatype field
what about this:
select convert(char(16),getdate()
,120)
Random Solutions
No mapping between account names and security IDs was done. Event ID 1202
AJAX just doesn't work :( VS.2008, .NET 2.0, AJAX 1.0
Physical Volume Library Robot not found
Setup Linux Internet Server + PPPOE
how to find out howmany jobs are running in database
Using Cisco IAD 2430 as Primary Router/Firewall?
How to apply switch case in ajax?
Bash script does not work as a cron job
Change Server Name in SBS2K3 what are the implications
In IIS6, how does the size of the web garden manifest itself during recycling?