Viewing 15 posts - 38,386 through 38,400 (of 39,466 total)
I started as a network admin. Got a client-server app dumped in my lap that did not work and spent many, many hours babysitting this app to reboot the server...
January 8, 2002 at 3:57 pm
I prefer hard coded sql. That way I can optimize each query. Also, dyamic sql tends to remove some of the benefits of precompiled query plans.
Steve Jones
January 8, 2002 at 3:53 pm
1433 is the SQL Server standard as specified in an RFC. If you use something else, this is ok, but no expected behavior. AFAIK, nothing changes this except manual intervention.
Steve...
January 8, 2002 at 3:49 pm
January 8, 2002 at 3:48 pm
the account under which sql agent run is in the control panel/services. This account should be setup like a normal user in the Exchange server.
Steve Jones
January 8, 2002 at 3:45 pm
January 8, 2002 at 3:44 pm
if you have cookies enabled, check the box on the login screen.
There is a search button on the top of the main page.
Steve Jones
January 8, 2002 at 3:43 pm
January 8, 2002 at 11:36 am
Interesting. I use msgboxes and debug files in DTS to write out execution to a text file.
Steve Jones
January 8, 2002 at 11:33 am
January 8, 2002 at 11:32 am
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
Viewing 15 posts - 38,386 through 38,400 (of 39,466 total)