Viewing 12 posts - 91 through 102 (of 102 total)
dateadd, datediff could help you for add / sub datetime fields and also datepart could be useful for you for date manipulations
Paras Shah
Evision Technologies
Mumbai, India
September 6, 2001 at 1:14 pm
How is this possible? I have got hang of software that are able to decrypt encrypted stored procedures. But I want to decrypt the value in the field(column). Please let...
September 6, 2001 at 12:26 pm
then .. what is the best way we can encrypt the data while storing it and also retrive it while getting it to the frontend.
Has anyone made a stored procedure...
September 5, 2001 at 8:27 am
You need to start SQL Server Agent for this.
Paras Shah
Evision Technologies
Mumbai, India
September 3, 2001 at 11:53 am
this is the script that i had browsed thru in the past..
CREATE PROCEDURE SendMail_sp (@FROM NVARCHAR(255), @TO NVARCHAR(255), @SUBJECT NVARCHAR(255), @BODY NVARCHAR(4000)) AS
DECLARE @Object int
DECLARE @Hresult int
DECLARE @ErrorSource varchar (255)
DECLARE...
September 2, 2001 at 11:04 am
Andy, is there anyway that we can start SQL Server Agent by stored procedures, if is not started. this is because i am facing a problem on my shared web...
September 2, 2001 at 10:59 am
You need to start SQL Server Agent and then SQLMail. I think then you would be able to use xp_sendmail perfectly.
Also if you are using NT Web Server, you have...
September 2, 2001 at 10:56 am
MIke / Andy, could any of you please elaborate on your problems and also elaborate more on the difference between bi-directional and 2-way replication.
Thankx
Paras Shah
Evision Technologies
Mumbai, India
September 2, 2001 at 10:42 am
Thankx Sean, I shall try this out and shall keep you informed on the developments in this regard.
Paras Shah
Evision Technologies
Mumbai, India
August 28, 2001 at 1:01 pm
[font=verdana]I have databases in 3 cities and 1 database on the internet.
Internet
|
|---------|-----------|
A.........B...........C
My data is...
August 27, 2001 at 2:26 pm
I am using replication so that I have common data on all my offices. The data on the web server is in a way kept somewhat for staging but...
August 27, 2001 at 7:42 am
Viewing 12 posts - 91 through 102 (of 102 total)