Viewing 15 posts - 2,386 through 2,400 (of 2,904 total)
No, but I have noticed that sometimes I've logged in and want to reply to a post, but the post asks me for my login and password.
I've learned to keep...
October 23, 2003 at 12:18 pm
Start off by creating scripts that just retrieve information (SELECT). Create scripts that let you find out what type of data is in the database. Get creative with your scripts....
October 23, 2003 at 12:13 pm
If you are shutting down SQL Server anyways and planning on moving the files (which it appears you are doing), then yes. Detach all the databases. Copy (or just move)...
October 23, 2003 at 12:07 pm
No and Yes.
You can't run one BACKUP DATABASE command and have it backup ALL databases.
You CAN create one JOB (Enterprise Manager, Management, SQL Server Agent, Jobs) and in the job...
October 22, 2003 at 1:17 pm
You really need to back it up. Backing up the transaction log also 'shrinks' it.
You should be doing full backups also.
With the install of SQL Server, you should also have...
October 22, 2003 at 12:07 pm
What database?
The Transaction Log (TL) for the Master database CANNOT be backed up. It's 'locked' into SIMPLE Recovery mode.
For other databases, in Enterprise Manager, right click on the database, select...
October 22, 2003 at 11:59 am
What are you using for authentication?
SQL Server and Windows Authentication or Windows Authentication ONLY
If it's Windows Authentication, his SQL Server login AND password MUST be the same as his Windows...
October 22, 2003 at 10:35 am
Excuse me...my last post was wrong.
Is your SQL Server Agent Service running? Is it set to run all the time? The SQL Server error logs require the SQL Server...
October 22, 2003 at 10:28 am
In Enterprise Manager, right click on the SERVER. Select Properties, go the Security tab and check what AUDIT LEVEL is set to...I'll bet it's set at NONE.
-SQLBill
October 22, 2003 at 10:24 am
Are there any errors in the Windows Event Logs for the same time as the SQL errors?
-SQLBill
October 22, 2003 at 6:46 am
korotky,
You can not restore a SQL2000 database onto a SQL7 server.
You can restore a SQL7 database onto a SQL2000 server.
SQL2000 is backwards compatible with SQL7, but SQL7 is not forwards...
October 21, 2003 at 10:56 am
Use an Application Role. Refer to Books OnLine (BOL), use the INDEX tab and enter:
roles-SQL Server, application
Then choose the option for title: Establishing Application Security and Application Roles.
-SQLBill
October 20, 2003 at 1:09 pm
What do you mean it's not keeping logs?
A couple of things to check....
1. when it was set up were the logs 'directed' to another drive? Use Enterprise Mangager (EM), right...
October 20, 2003 at 1:04 pm
I liked the article, especially the description of how to put in the informative directions using the PRINT command. I'm going to go through my sp's and see where I...
October 20, 2003 at 11:27 am
Viewing 15 posts - 2,386 through 2,400 (of 2,904 total)