Viewing 15 posts - 2,131 through 2,145 (of 2,897 total)
At my last company, were told that the new web app was going to be WAMP ... we didn't get to vote. I just took it as an opportunity to...
October 21, 2008 at 1:32 pm
Detach, move, attach ..... good to go.
October 21, 2008 at 9:52 am
Ian Ritchie (10/21/2008)
If you have a couple of tables central to the transactions of a couple of users, then the...
October 21, 2008 at 8:36 am
As suggested, look at your backup history to see what actually ran and when: For instance, you can run this:
[font="Courier New"]SELECT sysdb.name, bkup.description, bkup.backup_finish_date,
case
when type='D'...
October 20, 2008 at 8:30 am
Lester Policarpio (10/12/2008)
October 16, 2008 at 2:37 pm
Do you have a link to any documentation where this has been published as best practice for SQL Server? I would like to review that for myself - since,...
October 16, 2008 at 2:05 pm
If your FULLs take too long, perhaps do a differential(s) during the day to cut down on the number of transaction logs that would need to be restored.
October 16, 2008 at 1:54 pm
In SQL 2000, MS said that best practice was to:
- Create a Global Group,
- Put Windows users in the Global Group,
- Put that Global Group in a Local...
October 16, 2008 at 1:24 pm
Is he asking about pinned tables ?
From BOL 2005
This functionality was introduced for performance in SQL Server version 6.5. DBCC PINTABLE has highly unwanted side-effects. These include the potential to...
October 16, 2008 at 9:25 am
I didn't realize you double posted (bad)
Your screen shots look correct. Give the projects a good name. Then test it by restoring your backup to a new database name ......
October 16, 2008 at 9:22 am
Viewing 15 posts - 2,131 through 2,145 (of 2,897 total)