I dont think there will be a performance hit, its a pretty common thing to do, best way to find out is test it by copying the table over to the other database
Ah ok,
Why not make a DTS package or SSIS for it, then use an Active X script like follows:
Dim oFSO
Dim folderName
Dim count
Dim file
SET oFSO = CreateObject("Scripting.FileSystemObject")
folderName = "d:\Files"
SET fol = oFSO.GetFolder(foldername)
SET files = fol.files
count =...
Hi there
I need some help with a crystal report, I am using version 11.
I have create a sql command with some temporary tables and some parameters, but I dont undertstand what happens if the user doesn't want to enter a value for the parameter, the only option is to leave it blank but ofc that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.