Viewing 15 posts - 181 through 195 (of 347 total)
Here is my though. This seems to be a lot of work but since you only have 30 logins it shouldn't be that big of a deal.
How about sp_remokeddbaccess on...
January 18, 2005 at 9:52 am
Your log will grow no matter what you do. You just need to determine what is the best number for it to grow into.
If you allow auto growth on your...
January 13, 2005 at 1:18 pm
@@ is a global value
@ is a local value exist only on that connection.
mom
January 12, 2005 at 4:19 pm
Greg,
I am sorry. Let me say it again. I am using outlook 2003 client on window 2003 server. I do not use pop3 or internet mail. I used exchange mailbox.
I...
January 11, 2005 at 5:45 pm
This stored procedure will remove them out of your database.
EXEC sp_revokedbaccess 'xxusername'
mom
January 11, 2005 at 5:14 pm
I think you can not install outlook 2000 on window 2003 server, but you can install outlook 2003 on window 2003 server.
You don't need to open the mail box...
January 11, 2005 at 11:35 am
Here is an example of how to set default in a table:
ALTER TABLE MyTable
ADD AddDate smalldatetime NULL
CONSTRAINT AddDateDflt
DEFAULT getdate() WITH VALUES
mom
January 3, 2005 at 5:01 pm
if you install windows resource kit there is a program call srvinfo and it will give you all kinds of info including drives info. The result will be in dos
January 3, 2005 at 4:45 pm
That is an interesting concept. Please let me know when you got it to work. For me it's ok and we actually wanted the user to have access to the...
December 21, 2004 at 6:14 pm
I don't add user to Guess group. I do add user to USER group. User group has read and execution but that's all. On the program file permission, I grant...
December 20, 2004 at 6:14 pm
I have only downgrade so in my experience, the first option sounds right.
mom
December 10, 2004 at 9:47 am
One of my developer set his connection pool to 1000. On top of this we have a lots of developer doing other works.
mom
December 9, 2004 at 3:27 pm
I think your database is not really corupt, It seems that it wants you to run re-installation of sql 7 again(everytime you change name to a server). It is ok,...
December 7, 2004 at 6:24 pm
When you configured outlook, did you login using the same account as the service account on your sql-server? If not, you will need to do that.
mom
December 6, 2004 at 3:05 pm
Are you using SQL 7 or SQL 2000? In SQL 2000 we have alert feature that would send you email everytime we have login failure. From the login failure, you...
November 23, 2004 at 11:55 am
Viewing 15 posts - 181 through 195 (of 347 total)