Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SQLhell

    Joins

    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
  2. SQLhell

    stored proc for file counts (SQL 2000)?

    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 =...
  3. SQLhell

    stored proc for file counts (SQL 2000)?

    Hi there, use xp_cmdshell 'dir c:' Any dos command can be executed through xp_cmdshell
  4. SQLhell

    Crystal reports parameters

    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...

Part and Inventory Search

Back
Top