Viewing 15 posts - 37,276 through 37,290 (of 39,720 total)
bcp out, bcp in. Backups are not compatible.
Steve Jones
July 31, 2002 at 1:43 pm
search sysobjects in each database.
Steve Jones
July 31, 2002 at 1:28 pm
use if
create trigger
as
if (select status from inserted) = 'Complete'
update table
set completedate = getdate()
from inserted
where table.pk =...
July 31, 2002 at 10:59 am
Is there any history in the jobs? As Andy said, check that they are not running.
Steve Jones
July 31, 2002 at 10:56 am
I saw this today in Access as well for a subquery.
Don't "build" queries. Write them.
Steve Jones
July 30, 2002 at 1:14 pm
They are. I think the message is out that security and stability are more important than features. Notice .NEt server went RC1 the other day. Was supposed to be gold...
July 30, 2002 at 10:04 am
I tend to do this on an ongoing basis. To revisit an entire design is not usually practical or possible given uptime needs.
In my last job, we would contstantly identidy...
July 30, 2002 at 9:57 am
There is a syslogins table in master. It may be materialized, so do not use EM. Use Query Analyzer to run "select * from syslogins"
A domain group is an NT...
July 30, 2002 at 9:42 am
Amazing. I was just starting to use this to get a feel for my new environment and, while not perfect, it handled a number of my needs. I guess it's...
July 30, 2002 at 9:37 am
Good enhancement. We'll add it to the list.
Steve Jones
July 30, 2002 at 9:33 am
Andy is correct. The main issue for me has been that I may rollover to another system and then want that to be the primary until I decide to move...
July 29, 2002 at 5:45 pm
I don't think there is a performance difference, but I could be wrong.
Steve Jones
July 29, 2002 at 5:42 pm
Not that I know of. I think you will have to go through each one.
Steve Jones
July 29, 2002 at 2:44 pm
Aha! I see your issue. Sorry
![]()
What you need to do is capture the msgID from msgPopup. Then delete the MsgInfo table and finally the msgPopup (or...
July 29, 2002 at 2:43 pm
Skip this in the maintenance plan and write a job to do this directly.
Steve Jones
July 29, 2002 at 2:41 pm
Viewing 15 posts - 37,276 through 37,290 (of 39,720 total)