Viewing 15 posts - 346 through 360 (of 431 total)
Is this a one-off thing or a "feature" you're being asked to build? I'm not sure I'd design a database schema around the occasional need to rollback a...
July 26, 2012 at 2:29 pm
If I needed Express database engine on a laptop and a full set of tools to manage remote Enterprise or Standard editions, I'd install Management Tools/Complete from the Enterprise\Standard edition...
July 24, 2012 at 4:16 pm
Create two backups of the database. Then Right-click the database and select Task\Shrink\Files and set File type to Log, then OK.
Dan
July 19, 2012 at 5:06 pm
I'm not sure if you mean table partitioning, or if you're talking about clustering, mirroring or replication. But SQLExpress does not support any of these functions, so if you...
July 16, 2012 at 2:39 pm
Make sure SQLExpress is configured for remote access, TCP is enabled in SQL Configuration Manager and SQL Browser Service is on. From elsewhere on the network you should...
July 13, 2012 at 10:33 am
If SQL is clustered it should be shut down in Cluster Manager only. If it is not clustered, I prefer to use SQL Server Configuration Manager.
July 13, 2012 at 10:29 am
On our serves we have a dedicated local drive just for the page file. You want some (I'm told a minimum of 800MB) on the system drive for memory...
July 13, 2012 at 10:10 am
Lynn Pettis (7/12/2012)
SQLRNNR (7/12/2012)
Never heard of them and would not put too much trust into sites that promote "real answers to real questions"
Don't we offer real answers to real questions?...
July 12, 2012 at 3:03 pm
You can also run this:
USE [master]
GO
EXEC xp_instance_regwrite N'HKEY_LOCAL_MACHINE', N'Software\Microsoft\MSSQLServer\MSSQLServer', N'BackupDirectory', REG_SZ, N'H:\Backup'
GO
July 12, 2012 at 12:29 pm
Try plotting out the time slots the various i/o intensive jobs (backups, index rebuilds, DBCC checks, etc.) occupy, or try a tool like Idera SQL Job Manager, and look for...
July 10, 2012 at 12:32 pm
If you can keep 2 full backups you can delete all log backups older than your oldest full backup, since they are useless if you don't have the full backup...
July 10, 2012 at 9:54 am
Questions about Dev edition licensing:
1) Are licences assigned to the server or a particular person/developer? If we have a team doing DEV/QA work, can they all access it on...
July 10, 2012 at 9:33 am
Viewing 15 posts - 346 through 360 (of 431 total)