Viewing 15 posts - 3,676 through 3,690 (of 6,679 total)
Maintenance plans are not available in the Express Edition - which also does not have SQL Server Agent.
You have two options:
1) Upgrade to an edition that supports maintenance plans and...
July 26, 2010 at 1:37 pm
Are your users logging into that machine - or are they logging into their own machines and trying to connect? If they are logging into their own machines, are...
July 25, 2010 at 6:49 pm
sqlbuddy123 (7/20/2010)
Try to switch to Bulk Logged recovery model and take frequent Transaction Log backups. This would do minimal Logging and truncate the TL.
...
July 20, 2010 at 1:54 pm
To be able to use SQL Server functionality in a normal powershell session, you have to include the powershell provider for SQL Server.
July 18, 2010 at 9:08 am
sushantkumar1984 (7/16/2010)
But my database restores starts from 10%, 20% , 30% ...then it stops in between....
it is not that it doesnt start...but after sometime it throws error.
The article...
July 18, 2010 at 8:49 am
This might be the issue you are running into: http://support.microsoft.com/kb/843515
July 16, 2010 at 8:36 am
CirquedeSQLeil (7/13/2010)
Anybody have a good source concerning the "don't index tables with less than 1000 rows" optimization technique?
Read Paul Randall's blog on this subject.
http://www.sqlskills.com/BLOGS/PAUL/category/Indexes-From-Every-Angle.aspx#p4
Basically, he made them up...
July 13, 2010 at 7:41 pm
You can use the backup_set_id column in the backupset table in msdb. There are scripts available that can be used to generate the restore script for you.
Search this site...
July 13, 2010 at 2:01 pm
You do not need to cycle SQL Server for this change. Changing memory is dynamic and the additional memory will be immediately available.
The only time you need to cycle...
July 13, 2010 at 11:53 am
This is a network issue - there is something that is causing that system to lose connection with the network or that other system.
Copy the backup files local and restore...
July 12, 2010 at 2:32 pm
If the size of the database is small (< 4GB), and there are not a lot of users of the system, you can probably get this done by installing SQL...
July 12, 2010 at 2:29 pm
thinknight (7/10/2010)
Max Server Memory (MBs) 13312Min Server Memory (MBs) 13312
Thanks - at least that clears up whether or not that is set correctly. Now, I wouldn't set min...
July 10, 2010 at 8:11 pm
Okay - I'll ask this again what are the exact values you used to set max memory. To clarify my concern is that a lot of people have set...
July 10, 2010 at 2:34 pm
And if you really want to get into the higher paying jobs - you need to know the business that you support.
DBA + Operations (system admin, SAN, etc...) + Healthcare...
July 9, 2010 at 7:33 pm
Because the clustered index is the table - and the table has a text column. If the index was a non-clustered index, you could rebuild it online because it...
July 9, 2010 at 7:29 pm
Viewing 15 posts - 3,676 through 3,690 (of 6,679 total)