Viewing 5 posts - 1 through 5 (of 5 total)
Hi dmc,
thanks for your answer. I created a SSIS but this causes some overhead. I hoped to get a solution as general and as easy like sp_send_dbmail.
Best Regards
Smerg
November 16, 2008 at 11:56 pm
Management decided to use Excel 2002
🙁
July 22, 2008 at 7:12 am
Hi all,
thanks for all the replies...
Best Regards
Smerg
July 16, 2008 at 1:09 am
Hi Sanuj,
here is how I handle this:
-- =============================================
-- Description:list all Fields of all tables of all databases with name like '%searchfor%%' auf
-- =============================================
Create PROCEDURE [dbo].[list_fields]
@searchfor varchar(255)
AS
BEGIN
SET NOCOUNT ON;
declare...
July 16, 2008 at 12:42 am
Hi,
I'm still here (very busy at the moment, so I didn't reply so quickly...). I need to pass column and tablename as parameters, so my problem is not yet solved.
Of...
July 11, 2008 at 2:34 am
Viewing 5 posts - 1 through 5 (of 5 total)