Viewing 5 posts - 1 through 5 (of 5 total)
I'm saving the time of which the record gets saved by GETDATE() function. It is taking server time only not location time
August 27, 2012 at 2:56 am
Its not working as desired.
January 9, 2012 at 4:48 am
Actually this is wat am trying to do
CREATE PROCEDURE AAA
AS
BEGIN
CREATE DATABASE DB_USERS;
USE DB_USERS;
CREATE TABLE ADMINUSER (ID INT,UNAME VARCHAR(40),PWD VARCHAR(40));
--IN THE SAME WAY LOT OF TABLES AND PROCEDURES
END
and am getting the...
December 13, 2010 at 10:04 am
Hi this is also the same solution but in your cup.
SELECT a.PerFirstJobDate, a.PerFirstName, c.JouDateEnd
FROM UDPersonnel a, UDJob b, UCJobOrgUnit c
WHERE a.PerPK = b.JobPerFK AND b.JobPK = c. JouJobFK...
September 28, 2010 at 5:06 am
Viewing 5 posts - 1 through 5 (of 5 total)