Viewing 6 posts - 1 through 7 (of 7 total)
I ll try this and update the result. Thanks for your suggestion 🙂
November 4, 2011 at 9:57 am
Hi John,
The changes that I am making is to an existing system which is running for quite a time now and which is related to end users from several different...
November 4, 2011 at 9:46 am
Hi John,
The changes that I am making is to an existing system which is running for quite a time now and which is related to end users from several different...
November 4, 2011 at 9:42 am
Basically it's a Scalar Valued Function. Here is the code:
CREATE FUNCTION [PUser].[ZoneDate]
(
)
RETURNS DATETIME
AS
BEGIN
DECLARE @getdate-2DateTime
SET @getdate-2 = GETDATE()
...
November 4, 2011 at 9:20 am
Hi,
I did some work on this and could connect to the database. But i am unable to fetch the result and store it in a variable.
Here is the vbscript...
April 26, 2011 at 4:45 am
Viewing 6 posts - 1 through 7 (of 7 total)