Viewing 15 posts - 1 through 15 (of 45 total)
Mi table have less of 3000 rows, your query is efficient.
Thanks by your help! You has safe me!
June 20, 2011 at 10:45 am
Thanks! I going to looking for more information about IDTC and will change the comparisons where are different the type of data (unicode/nonunicode).
You has give a light!
May 13, 2011 at 5:32 pm
Data to delete or change: JR ISMAEL ¹GADOR 298
Data to output: JR ISMAEL GADOR 298
User Function:
CREATE FUNCTION [dbo].[REMUEVE_SIMBOLOS_SE_FN](@str varchar(max))
RETURNS varchar(max)
AS
BEGIN
DECLARE @i int
DECLARE @r varchar(max)
...
April 18, 2011 at 2:53 pm
My problem was resolved.
Thanks by your help!
March 25, 2011 at 10:42 am
Thanks I has solution the error creating other table with group by.
March 3, 2011 at 7:36 am
Thanks diamondgm! The solution was:
select sum(len(ltrim(rtrim(replace(Column1,' ',''))))+len(ltrim(rtrim(replace(Column1,' ',''))))
from table
February 15, 2011 at 9:50 am
Thanks to everybody.
The solution was that I change the target of file with the UNC of mapped unit.
February 15, 2011 at 9:12 am
The account of service SQL Server Agent and service SQL Server are running with my account network that have acces and all permissions of access(read, write, execute). I have to...
February 14, 2011 at 7:19 am
Everybody talk me about a script, can you tell me some tips or steps of how I can do it this?
Thanks by your help
January 7, 2011 at 10:00 am
Dear Lowell you have reason, I has talk with network admin and any server that there isn't suscribed in the list of SMTP will not permit out emails.
Thanks for your...
January 5, 2011 at 4:16 pm
Dear Lowell, I has configured de Database Mail like the picture of your answer, but when I Send Test-Email show the follow error:
The mail could not be sent to the...
January 5, 2011 at 3:34 pm
I dont have a SMTP for use.
I has configured the SQL Mail with the follows parameters:
- E-mail address: myaccount@gmail.com
- Server name: smtp.gmail.com
- SMTP Authentication:
...
January 5, 2011 at 11:04 am
Viewing 15 posts - 1 through 15 (of 45 total)