Viewing 15 posts - 39,376 through 39,390 (of 39,455 total)
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
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:34 pm
Just tried it and I get a 1 also as the result code from the removal.
I suspect this is a bug, but I will have to check.
BTW, I assume you...
August 6, 2001 at 12:31 pm
August 6, 2001 at 12:26 pm
If you make the change in EM and then click the "script" button (3rd from left) you should see this. Many things you do in EM are only possible...
August 6, 2001 at 12:24 pm
August 6, 2001 at 12:02 pm
Be sure your transaction loading is not a single transaction. the log will not truncate open transactions.
Steve Jones
August 1, 2001 at 11:27 am
Viewing 15 posts - 39,376 through 39,390 (of 39,455 total)