Viewing 15 posts - 39,631 through 39,645 (of 39,716 total)
Use it on both.
export from v6.5 using it IF you are using the v2000 BCP program. You could also use the v6.5 program (on the v6.5 server) and then only...
August 13, 2001 at 10:49 am
What type of remote server? Different providers support different types of operations.
You should be able to add this item as a linked server and perform a delete against it. If...
August 13, 2001 at 10:47 am
You can get around the SQL 7 issue with a password, though you have to be aware of the differences in DTS tasks. Only some of the tasks are available...
August 10, 2001 at 7:56 am
August 9, 2001 at 1:04 pm
Rant does mean the same and nice rant.
I think you will find there will be a movement of the stuff you write in ADO to stuff MS has written. Don't...
August 9, 2001 at 1:03 pm
Not sure what you mean, but you can truncate the table and reload it each day.
Steve Jones
August 9, 2001 at 1:00 pm
I'd keep them local. That way in the event of SAN failure, you could still start SQL server and load the dbs elsewhere, reattach and go.
Steve Jones
August 8, 2001 at 6:07 pm
We should probably break this to a new thread, but did you log into W2K as the SQL account, start Outlook and send mail?
If so, right click outlook and view...
August 8, 2001 at 6:06 pm
If your WHERE clause (or other join clause) only contains the second column, then yes, you need a separate index.
I.E.
table has ColA, ColB
index is testindex( ColA, ColB)
For
select * from table...
August 8, 2001 at 11:11 am
I'd recommend DTS and use the SQL Agent to run it every xx minutes.
One thing to do when you do this is keep a table and when the job starts,...
August 8, 2001 at 11:09 am
I have seen that. I think that it was related to not having the profiles set correctly.
Log in as the SQL Server/Agent account and verify the profiles.
Steve Jones
August 8, 2001 at 10:59 am
August 7, 2001 at 7:54 am
BTW, I can't comment on the Sybex book because I co-wrote it and haven't used any other books. I did think this exam was easier than the 7.0 exam.
Steve Jones
August 6, 2001 at 12:36 pm
You need to know quite a bit of T-SQL for the exam. Not sure how much is deviant from SQL-92, but there are many questions dealing with T-SQL.
Steve Jones
August 6, 2001 at 12:34 pm
Viewing 15 posts - 39,631 through 39,645 (of 39,716 total)