Viewing 15 posts - 16 through 30 (of 94 total)
Yes you can send the excel report through an email.
DTS package should look like this:
Server--->Excel---->send email task or use xp_sendmail----> use an activexscript to delete the current excel and place a...
February 28, 2007 at 12:59 pm
what do you want to update tableb with? can you send a sample output? i dont think i understood your question clearly.
February 28, 2007 at 11:49 am
can you explain as to how your input and output will be. your explanation looks as if you want to insert into table b.
February 28, 2007 at 10:34 am
do you want to insert the records from table a into table b or do a update? should your output be somewhat like this
ID Code
A 10
A 20
here is the insert...
February 28, 2007 at 10:19 am
This query gives the count of user tables and the system tables. Run this query in the database you want to
select count(*) from sysobjects
where xtype in ('U','S')
'U' = user table
'S'...
February 28, 2007 at 10:02 am
You can create a DTS package (Server->excel) and schedule the package. hope this is what you were looking for.
February 28, 2007 at 9:43 am
Thank you so much for the detailed information.
We have all our servers set up by some other team and they handed over the servers to us. Now the servers...
February 9, 2007 at 12:08 pm
My understanding is the id and password that i use to login onto the box remotely using the service account should match with the id and password that i mention...
February 9, 2007 at 10:15 am
A silly question, sorry about that
once i change the password in the enterprise manager and restart the services, will i be able to remotely login onto the server with the...
February 9, 2007 at 9:41 am
Thanks everyone for the replies. so i understand that the steps i have mentioned are correct right? Please let me know.
February 9, 2007 at 8:53 am
Thanks Greg. I didnt use it till now. anyway thanks for the info.
February 1, 2007 at 1:20 pm
hey thanks a lot i got it!! i can see it in the Jobs tab.
January 31, 2007 at 11:51 am
Thanks for the reply. does it create a job under SQL Server agent -> jobs folder when we right click and schedule the package
January 31, 2007 at 11:48 am
Hi once the exchange administrator tried to send an email to me from that box and i got the email. i am using my email address in the operator
January 29, 2007 at 5:09 pm
Viewing 15 posts - 16 through 30 (of 94 total)