Viewing 15 posts - 76 through 90 (of 111 total)
If you restored the database to a DIFFERENT server: After the restore, you will need to synchronize the logins/users data. To do this, login to the...
March 22, 2006 at 6:47 am
At minimum, the user that starts SQL Server needs local admin rights on the machine that is running SQL Server. Note: It is not necessary to have domain admin rights, just...
March 22, 2006 at 6:41 am
Yes, I find that it is very good practice to name tables that have similiar functions together so that they are sorted together. It's a great visual tool when you want...
March 16, 2006 at 10:00 am
I assume that you mean setting up user/perms for the Access database. Here are the steps:
1) Logged in as Admin, choose Tools -> Security -> Workgroup Administrator.
2) On the...
March 16, 2006 at 9:51 am
If you are just talking about making two seperate logical partitions, I don't think it will make a difference since in the end - the two logical drives are on...
March 9, 2006 at 6:14 am
You can backup a SQL database while it is in use. For best results and to check how much of a performance degradation you see, you probably want to try...
March 3, 2006 at 5:56 am
Although I know that it is becoming a mortal sin to do a SELECT on sys tables ... Is this what you are...
March 3, 2006 at 5:46 am
Why don't you use the "Generate Script" feature in EM to create a script that drops/creates all indexes?
March 1, 2006 at 7:32 am
I leave them on our development server since it gives something for our developers to play around in. However, I have dumped them from our production database server.
February 28, 2006 at 7:14 am
If your budget allows, you might want to consider purchasing something like RedGate's SQLCompare (they have a 14 day trial for download on their website). It will allow you to...
February 28, 2006 at 7:11 am
This was a great article that was chock full of good advice!
Another idea for an article: Best techniques for a CV/Resume. I always struggle with (1) How many pages should...
February 23, 2006 at 7:03 am
As Steven pointed out, after the restore it is important to run the following command to set the compatibility mode to SQL Server 2005:
sp_dbcmptlevel 'DBNAME', 90
replace DBNAME with the name...
February 22, 2006 at 7:07 am
Install 2000 first, then 2005.
February 8, 2006 at 6:42 am
I haven't used the "tablediff utility" in SQL 2005. However, I do have to compare the data in tables quite often. I have found Red Gate's SQL Data Compare to...
February 2, 2006 at 6:08 am
You will be happy to know that SQL Server 2005 was released on 11/7/2005.
January 31, 2006 at 7:30 am
Viewing 15 posts - 76 through 90 (of 111 total)