Viewing 15 posts - 37,021 through 37,035 (of 39,461 total)
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
I sort of like the idea, though I tend to agree with the posters about the downfalls.
However, the intermediate table used to relate items and allow flexibility is a technique...
July 29, 2002 at 2:40 pm
I prefer log shipping or some variant I've developed. Easier to roll over/back to me, but I'm not a replication fan.
Steve Jones
July 29, 2002 at 12:58 pm
You could use a while loop to build the results, but it might be ugly if this is large.
I'm sure there is something, but can't think off the top of...
July 29, 2002 at 12:02 pm
Viewing 15 posts - 37,021 through 37,035 (of 39,461 total)