Viewing 15 posts - 39,301 through 39,315 (of 39,717 total)
Never tried this. I do all the DTS work. I'll take a look.
One thing off the top of my head is to save as a COM file and allow someone...
November 5, 2001 at 10:52 pm
November 5, 2001 at 10:50 pm
Two ideas,
1. Use a temp table/table datatpye to loop through the time interval and count each time,
2. Build a temp tabel of ten minute intervals. Join this to your...
November 5, 2001 at 10:47 pm
November 5, 2001 at 10:44 pm
Can you connect from ISQL/W using this login and execute the stored procedure?
You might also run SQLTrace and see the exact call. Perhaps there is something you are not noticing...
November 5, 2001 at 10:41 pm
Personally, I vote for people skills first. Can't really teach those, I can teach all teh SQL stuff. Of course, the skill level depends on how motivated I am to...
November 5, 2001 at 10:35 pm
I have a standard test as well. I had an article on it (maybe still do). I used to get some really funny things as well.
What was really amazing to...
November 5, 2001 at 4:08 pm
Be interested to hear. We have been all W2K except for the PDC/one BDC for over a year. We love 2K, but have been hesitant to take on the migration...
November 5, 2001 at 4:03 pm
November 5, 2001 at 1:32 pm
memory leaks are this biggie. Load is another. This is overhead that is better spent somewhere else as your server gets busy. I'd hate for my database server to be...
November 5, 2001 at 1:28 pm
I'd recommend DTS, but I used this with SQL 7 early on in its life.
Script out all objects from v6.5 (EM does this)
Run script on new server
Had script to BCP...
November 5, 2001 at 1:23 pm
Whew, not sure if you can get the db without the log.
I think you need to recreate the database with a blank file (using the GUI). Then shutdown the server...
November 5, 2001 at 1:16 pm
I like the article. We need a standard view of our jobs for it to be more accepted in all industries.
I think that the production DBA should report to an...
November 5, 2001 at 1:10 pm
I'd always leave it to users to change things, but try to standardize whereever possible for storage. especially for loads of data from an external source.
Steve Jones
November 5, 2001 at 1:06 pm
I think you need 3 environments at a min. Prod, dev and a QA/staging area. Refresh QA and test before moving changes to production. Reffresh dev rarely and be sure...
November 5, 2001 at 1:03 pm
Viewing 15 posts - 39,301 through 39,315 (of 39,717 total)