Viewing 15 posts - 38,386 through 38,400 (of 39,456 total)
Some white papers here:
http://www.microsoft.com/sql/techinfo/BI/default.asp
Nothing on sizing, but it's proably covered in some areas.
Steve Jones
January 8, 2002 at 11:31 am
I think you still need the space, but you can do the reindex while hte db is on line in sql 2000. The routines have been rewritten to reduce the...
January 8, 2002 at 11:27 am
January 8, 2002 at 11:26 am
January 8, 2002 at 11:21 am
Does Oracle have encryption/ decryption routines? How does it manage keys?
I think the db is a good place for encrypted data, but it is extremely difficult to manage. Plus, to...
January 8, 2002 at 11:12 am
Sorry. when my water pipe broke last week I go confused
BTW, these would be great for your fraternity brothers!!!
Steve Jones
January 8, 2002 at 11:06 am
I agree with Brian. don't fire it from a trigger. If you need to run it, store some flag value in a table based on the trigger and then run...
January 8, 2002 at 11:01 am
I'd produce the file, then check for records using an Active X script and then delete the file if there are no records.
Steve Jones
January 8, 2002 at 10:56 am
January 8, 2002 at 10:50 am
January 8, 2002 at 10:45 am
Haven't seen it. Verified this occurs in SQL 7, does not occur in 2000.
Personally, I always avoid select into. Create the table and use insert select. It allows you the...
January 8, 2002 at 10:44 am
Agree with Paul. I've done it, but usually only with shrink wrapped apps. They tend (not always) but tend to leak memory less simply because they recieve more testing.
I'd be...
January 8, 2002 at 10:38 am
When you execute the package, it runs under the context of your login and from your workstation. When it runs from the scheduler, it runs as the SQLAgent service account...
January 8, 2002 at 10:20 am
I tend to agree with Brian. I looked around, but couldn't find anything on this. Everyone mentions writing event messages, but no-one has info on changing the category. I suspect...
January 8, 2002 at 10:14 am
I believe in SQL 6.5, that you can script the procedures from Enterprise Manager. If I remember, it is in the Tools menu.
If not, you could get an eval of...
January 8, 2002 at 10:13 am
Viewing 15 posts - 38,386 through 38,400 (of 39,456 total)