hi evrybody, I have a collection of images(.tif files) near about 4,00,000 (four lac). I have a dedicated server to store these Images (sql server) (I know...
Hi, I have a lot of Developers constantly creating DB without informing me. Does anyone have a quick and easy method for the Server to send me an E-Mail when...
Hi Harsh, As of in 2000 we dont have any inbuilt tools. Third party solutions such as log explorer can send you mails. The recommended solution is to remove...
Hi Harsh, I too recommend resolving this issue by managing permissions. However, If you still look for another solution, You can create an INSERT trigger in...
Hi Dilip You can use this query for your particular format. SELECT (SELECT COUNT(*) FROM depttable d2 WHERE d2.name<=d.name) AS sno,id,name,dept FROM depttable...
Hi, I am using SQL Mails for my applications. I have configured the outlook MAPI profile in SQL Server and the mails are firing from SQL Server. After the...
Dear All - I wanted to take a moment to let you know that I am leaving my position at ANZ IT. I will be starting a new position soon this month in Hyderabad. I...
The original question was ... Regards Roji. P. Thomas ... From: Raghava Naraharasetti (Wipro Ltd.) To: sqlcon@yahoogroups.com Sent: Friday, November 04, 2005...
I am trying to send mail using database mail in yukon. but when i am send mail then it's display message in queue. but mail not received............ so ,...
Hi Sanjay, If you configure the OUTLOOK profiler with MAPI, then you cant open the outlook becoz same time sql mail use your PST(out look mail) file. If you...
Hi Sujoy am not too sure about using MAPI i allways found it difficult .have you given a try to smtp. http://www.sqldev.net/xp/xpsmtp.htm this is nicely...
CONTENTS: ** EVENTS ** EUROPE ** ** BOOKS ** ** EVENTS ** USA ** ** CALL FOR SPEAKERS ** EUROPE ** CALL FOR SPEAKERS ** USA ** HUMOUR ** ** OTHER INFORMATION -...
Hi Harsh, In my mail I stated that the same setting is available in another system and there I am able to open the mailbox. Your replied saying that the...
Hi Sujoy, Can you pls let me know wht is version of outlook on both the servers. The problem u were facing is I am guessing is with Outlook 2002 or 2003 bec...
Hi Ranjan, You might be right. On the new server we have Outlook 2003 installed in it. So, you mean to say because of the security reasons I cannot open the...
Hi Sujoy, My best bet for SQL mail is always Outlook 2000 with sp3 on it. Thats the solution I recomend for problem free application otherwise there are lot of...
Hi All! but this is very easy in oracle is there any facility like this in sql server??? select rownum sno,id,name,dept from depttable; Shyam Koti ... From:...
we do have the IDENTITY function to generate the ids in a select statement but that can be used only with INTO clause in SELECT stmt. -mei Preethiviraj...
Agreed. However, IDENTITY cannot be used to retreive data. It is part of Insert. (either in INSERT or SELECT .. INTO statements) Oracle in SQL Server 2005 has...