Viewing 15 posts - 1 through 15 (of 63 total)
DB2 adopts UNICODE by default. Hence the column which was declared as CHAR(1) has become CHAR(4) to accommodate the UNICODE characters. Hence it is throwing an error.
Is there a way...
September 29, 2016 at 12:42 am
Thanks for your quick reply.
I will try the master stroke solution for MS products 🙂 a restart might help.
Four part shouldn't be an issue as the queries used to...
September 26, 2016 at 11:59 am
The issue is sorted now.
The firewall for the exchange server was not allowing the mails to be delivered.
It is delivering mails to public mails like Yahoo and Gmail.
November 27, 2014 at 4:12 am
I am using the full email address, like abc@gmail.com
November 24, 2014 at 4:24 am
The description is all NULL for all the entries.
The message status is showing as sent.
I have already checked the junk mails. It is not there
November 24, 2014 at 4:18 am
Please let me know need if you need any other information to help me to solve the problem.
January 27, 2014 at 10:43 am
When I execute the following query:
select * from sysmail_allitems
where subject like '%word%'
order by last_mod_date desc
I found the status is showing sent. But no mail is delivered to the email...
November 6, 2013 at 5:47 am
Hello,
The following is the code for sending mail:
EXEC msdb.dbo.sp_send_dbmail
@profile_name = 'Profile Name',
...
November 6, 2013 at 1:59 am
Yes, I can send it from Database Mail > Send Test Mail
November 4, 2013 at 9:10 pm
I stopped the browser serice and connected to the server.
Then I started the browser service.
It worked for me.
Thanks for your help
January 8, 2013 at 2:51 am
I have restrarted the server and the services has started now.
I connected to the instance.
But when I am trying to open Properties of the instance I am getting the following...
January 8, 2013 at 2:14 am
Thanks Gail for the quick response.
But since the script is running fine in production why is creating such a mess in Development?
January 7, 2013 at 8:52 am
Thanks Gail for your help.
Is there anyway to take a backup, eliminate the space while restoring the database?
May 27, 2012 at 9:50 am
Soory for the inconvenience.
I have followed the following steps:
Tasks-> Shrink -> Files
Select a data file(.NDF) of Primary file group.
Select radio button for :
Reorganize pages before relaesing unused space
Shrink file...
May 27, 2012 at 5:25 am
Viewing 15 posts - 1 through 15 (of 63 total)