Comments
Sort by recent activity
No, the database is an ordinary SQL one. I have my own script that links an access database and then runs through all the tables on the linked server doing:
SELECT * INTO [sqlTable] FROM [msdb]..[msTable]
I then attempt to apply all the other SQL objects and functionality from my master.
Surely you can't compare an SQL database to a linked Access Database! / comments
No, the database is an ordinary SQL one. I have my own script that links an access database and then runs through all the tables on the linked server doing:
SELECT * INTO [sqlTable] FROM [msdb]..[m...
is:
DropAndCreate TABLE
CreateOrAlter PROC
Since Microsoft don't implement this, I would like to see Red Gate to spoof it in in their scripts. / comments
is:
DropAndCreate TABLE
CreateOrAlter PROC
Since Microsoft don't implement this, I would like to see Red Gate to spoof it in in their scripts.
I know this is an old thread but 18 months later, there still isn't support for Synonyms and the link to the wishlist no longer works.... / comments
I know this is an old thread but 18 months later, there still isn't support for Synonyms and the link to the wishlist no longer works....