Viewing 15 posts - 61 through 75 (of 85 total)
Reindexing does not update statistics. Use sp_updatestats, or turn on Auto Update Stats in the db properties. -JG
January 16, 2002 at 7:09 am
DTS, Data Transformation Services. Use the import and export wizard and it will walk you through all the details. -JG
January 16, 2002 at 6:50 am
See dbserverenum in Books on-line. -JG
January 16, 2002 at 6:46 am
Steve, that was the solution, in addition, I had to use MoveFile instead of Move.
objFSO.MoveFile(strFileSourec, strDestination)
Thanks for the Help! -JG
Edited by - jgee on 01/11/2002 11:53:50 AM
January 11, 2002 at 11:53 am
I MsgBox strFileSource and strDestination after the IF nad it returns the correct path for the file. very Strange. Still at wits end. Let me know if you see anything...
January 11, 2002 at 7:23 am
It errors out on the .Move line. Stating: Object required: 'strFileSource'
January 10, 2002 at 1:15 pm
I am taking your advice on backing up and moving the file to the server then performing a restore. I am having trouble with the FileSystemObject Move. What do I...
January 10, 2002 at 12:57 pm
Are you talking about the last ten statements? I would suggest using Profiler to capture what you are after. -JG
January 8, 2002 at 9:42 am
I had to copy over the MSDesigner98 folder then re-install SQL7 and SP2. Probably could of got by just re-applying SP2 after I copied over the folder, but this did...
January 8, 2002 at 9:01 am
From my experience; is'nt it optimal to send the results to a file, then save it to a SQL table? Seems profiler writes faster to a file than a table....
January 8, 2002 at 8:53 am
Try sp_MSforeachtable It is a system sp. -JG
January 7, 2002 at 2:23 pm
Not sure about your specifics on using a text file, but one option, you could create your statements and call them through the ISQL utility. There are a few more...
January 7, 2002 at 7:13 am
I used to be a Systems Engineer until I migrated over to the DBA role. I really enjoy it! Being a good DBA allows you to use all of your...
January 2, 2002 at 12:12 pm
I agree, the attach and detach technique is fantastic for manipulating the files. -JG
January 2, 2002 at 10:26 am
I agree with you Steve. I had no idea there were a lot of quirks in DTS. The one post on using other tables and pumping out emails to monitor...
January 2, 2002 at 10:18 am
Viewing 15 posts - 61 through 75 (of 85 total)