Showing posts with label guys. Show all posts
Showing posts with label guys. Show all posts
Sunday, March 25, 2012
activex script programming - DTS
Hi guys,
Do you have any good documents or tutorial websites on advance DTS
programming? Especially, I want to learn to write activex script inside
DTS package.
Thanks
JayFolks at DTS newsgroup would also be able to address this request.
http://www.microsoft.com/technet/co...c.sqlserver.dts
Thanks
http://zulfiqar.typepad.com
BSEE, MCP
"Britney" wrote:
> Hi guys,
> Do you have any good documents or tutorial websites on advance DTS
> programming? Especially, I want to learn to write activex script inside
> DTS package.
>
> Thanks
> Jay
>
>
Do you have any good documents or tutorial websites on advance DTS
programming? Especially, I want to learn to write activex script inside
DTS package.
Thanks
JayFolks at DTS newsgroup would also be able to address this request.
http://www.microsoft.com/technet/co...c.sqlserver.dts
Thanks
http://zulfiqar.typepad.com
BSEE, MCP
"Britney" wrote:
> Hi guys,
> Do you have any good documents or tutorial websites on advance DTS
> programming? Especially, I want to learn to write activex script inside
> DTS package.
>
> Thanks
> Jay
>
>
Sunday, March 11, 2012
active databse copy
Hey guys,
I have to copy a databse from one server to another(both sql servers). Now the copy databse wizard wont work as the database is active( ie its open all the time), is there any other way to copy it to a different server while its in active session.
AMbackup and restore
you need to move the users first though|||view post 483073
hth
Friday, February 24, 2012
accessing two database in sql server 2k5 express
hi guys. can you please provide tutorial/link how to access two database in one view. i was thinking about LINK TABLE like what i do in ms access but i find solution in sql server.
thnx.
I hope u need to get the result of two table from two database . You can create a view with three part qualified name.
Create view yourviewname
as
Select *from Databasename1.owner.tablename where ......
Union /Join
Select *from Databasename2.owner.tablename where ......
basically you need to give fully qualifed tablename . The user accessing this view should have permission in both the dbs
Madhu
|||thanks. its up and running...
Subscribe to:
Posts (Atom)