Viewing 15 posts - 76 through 90 (of 244 total)
yea that was it. Thanks guys. I should have known that. I had the same issue in the past when implimenting SFTP.
Thanks for your help and timely response!
May 24, 2010 at 11:04 am
equally as odd is the fact that my qury anal conn shows disconnected when it errors.
May 20, 2010 at 9:02 am
i had the same issue except i was conn to sql server.
i had to delete everything and rebuild it with my flat file code page to = 1252 ...
May 12, 2010 at 1:32 pm
thanks guys. that worked.
Here is what i used.
EXECUTE msdb.dbo.sysmail_configure_sp
'MaxFileSize', '1000000000'
May 4, 2010 at 1:38 pm
What do you want to monitor? Fortunatly sql stores all sorts of interesting things about itself that you have access to query.
April 21, 2010 at 3:20 pm
just a suggestion.
delete from kundenrepl.dbo.tbl_kraft_bss_txt
where id in
...
April 16, 2010 at 12:56 pm
this might be pretty informative to see what raplication is doing. I have this being run every 5 mins and emails me when latency is above a predefined threshold.
SELECT dl.publisher_db,
...
April 16, 2010 at 12:42 pm
u saying u need table created? record inserted? A select from a table?
April 16, 2010 at 12:37 pm
i would also go into sql server config manager and create an alias for the box however u dont have to.
April 16, 2010 at 12:35 pm
u can build the linked server in the managment studio interface by going to server objects then linked servers. Add new linked server and there is a security tab for...
April 16, 2010 at 12:33 pm
sry. i'm an idiot. apparently my function lock was on. new keyboard. sorry
April 16, 2010 at 8:32 am
i found the issue here
April 15, 2010 at 1:39 pm
the ssis runs fine when i run it manually in bus intel stud
April 15, 2010 at 1:27 pm
assumeing that the entire 50 will be prepended w/ zeros each time you can always use replicate function to put the zeros back. You didnt send desired example output so...
April 14, 2010 at 8:47 am
i'm not accustom to joining tables w/o something in both tables having something related.
you may have to just loop. Also i would suggest sending your table structures and some sample...
April 13, 2010 at 1:56 pm
Viewing 15 posts - 76 through 90 (of 244 total)