Viewing 5 posts - 1 through 5 (of 5 total)
I Agree use the FileTable Feature much better and easier to maintain.
December 7, 2017 at 3:02 am
use somthing like this
select REPLACE( 'SL9975-A-A' , '-A' , '' )
March 8, 2005 at 3:47 am
Try using
exec @result = master.dbo.xp_cmdshell 'dtsrun /E /SMyServer /Ntest_dtsrun'
February 21, 2005 at 2:48 am
Hi
We do something similar and we have to sp one to disable FK and one to enable Fks
Heres the scripts
if exists (select *...
February 17, 2005 at 3:48 am
You could store all the dev and production settings in a table on a dd in sql server and then execute a Store procedure from the DTS package to get...
February 3, 2005 at 4:46 am
Viewing 5 posts - 1 through 5 (of 5 total)