Viewing 5 posts - 1 through 5 (of 5 total)
Hi,
Different problems may be presenting themselves, to help you try to do the following steps:
1. Clean Database Mail Log
2. Execute a Database Mail - Send Test E-mail.
3. Copy and...
January 10, 2013 at 5:21 am
Really, did not see that consideration.
Thxs!
January 9, 2013 at 8:16 am
Hello, I would do as follows there are many others but please verify whether the expected results.
Create TAble #Old_Table
(Id int, National_Code varchar(20))
Create TAble #New_Table
(Id int, National_Code varchar(20))
Insert into #Old_Table
Values (1,'0000000000')
,(2,...
January 9, 2013 at 6:14 am
Hi, very true!
Cursors aren’t all bad. In fact, they can make some database problems a lot easier to solve. But take a step back and really examine the problem. There...
January 9, 2013 at 5:43 am
Of course you can use the data type varbinary (max), but you should consider this information will make your database grow dramatically what hurt you in some processes such as...
January 9, 2013 at 5:08 am
Viewing 5 posts - 1 through 5 (of 5 total)