Viewing 15 posts - 1 through 15 (of 16 total)
Thanks Erik!
I create a stored procedure which launch the package (package which contain the osql command).
In this mode the command window is hide.
Thanks! and good evening (opss.....good morning?
April 3, 2007 at 6:41 am
thanks Lowell!!
but, this morning I have found the solution of my problem.
My executable file .exe use the method LoadFromSQLServer() to load DTS from remote server
In the PC Client (platform XP),...
March 15, 2006 at 6:09 am
AJ Ahrens,
Thank you very mutch!
Bay bay,
Flavio
May 20, 2005 at 7:41 am
Thank you very much, Frank !
I have installed SP3a on my SQL Server, and now, it seems that function!!
Thanks
Flavio
October 26, 2004 at 6:54 am
Yes, Herb
Before to change the name of the column, I cheked (and modified) all the stored procedures referencing this column
Thank you veru much!
Bye bye
Flavio
April 30, 2004 at 3:06 am
Frank, thank you very much!
Bye bye
Flavio
April 29, 2004 at 7:10 am
Hi Frank, thanks,
but, I'm sorry, I don't understand !
What is the table mails_header ?
and the filed MsgID = '0000000005247....' why this value ?
Sorry
Flavio
March 3, 2004 at 6:11 am
Hi Frank,
Into Query Analyzer, I create this code (for example)
DECLARE @ptrval varbinary(16)
SELECT @ptrval = TEXTPTR(Field)
FROM Table_Name
WHERE Id_Identificator = 3
READTEXT Table_Name.Field @ptrval 1 25
This code, it's...
March 3, 2004 at 3:29 am
Fantastic Jonathan!
Your statement it's OK!
Thank you very much.
I have learned a new thing of T-SQL
Bye bye
Flavio
PS
Thanks DavidT !
November 26, 2003 at 9:32 am
Thanks DavidT
But, my principal problem is that the value of the variable @TableName must be of the type:
SET @TableName = '<name_database>.<dbo>.<name_table>'
I have used the system stored procedure sp_pkeys, but, for...
November 26, 2003 at 8:28 am
Yes, MS DTC is running !
I execute the statement with Query Analyzer.
In the Query Analyzer, I'm connect with my local machine.
I execute the query on my local SQL Server!
I don't...
June 17, 2003 at 1:15 am
Thanks Mimorr (Michelle)
I executed your code by Query Analyzer
and then, I tried to execute one SELECT statement like example.
The problem is resolved!!
Now, I think I'll execute my stored procedure,...
June 10, 2003 at 8:00 am
OK Frank, but
Do you know, because
SELECT * FROM [dbname].dbo.table_name_2
work
instead
SELECT * FROM [serverName].[dbname].dbo.table_name_2
not work ??
Bye
Bye bye
Flavio
June 10, 2003 at 7:28 am
Hello Cheers and thanks for your attention
Now
If I execute by Query Analyzer the statement:
SELECT * FROM [dbname].dbo.table_name_2
work, It's OK!
instead
SELECT * FROM [serverName].[dbname].dbo.table_name_2
not work!
Bye bye
Flavio
June 10, 2003 at 7:03 am
Viewing 15 posts - 1 through 15 (of 16 total)