Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 OLE Automation(Linked Tables)?

Author  Topic 

delight_ravi
Starting Member

1 Post

Posted - 2004-12-23 : 01:44:21
How to create a data view in sql server for a table in ms access? (I think through OLE Automation(linked tables), please explain in detail otherwise suggest me a URL/Book)

How to create a ms word report by a stored procedure in sql server?

How to convert ms word report into a pdf report?

elwoos
Master Smack Fu Yak Hacker

2052 Posts

Posted - 2004-12-23 : 03:57:07
quote:
How to create a data view in sql server for a table in ms access? (I think through OLE Automation(linked tables), please explain in detail otherwise suggest me a URL/Book)


You want a linked server if you are trying to get Access data from within SQL Server - See BOL for details

quote:
How to create a ms word report by a stored procedure in sql server?


Mail merge?

quote:
How to convert ms word report into a pdf report?


Get a PDF writer such as Acrobat www.adobe.com (though there are cheaper ones available) - or there are websites that you can do it on for a one off





To alcohol ! The cause of - and solution to - all of life's problems
Go to Top of Page
   

- Advertisement -