Viewing 15 posts - 271 through 285 (of 318 total)
Absolutely, you can apply SP 3 directly to your current setup. Generally Microsoft rolls all SP's, updates, patches and etc. into a cumulative package.
By far a full backup of...
October 27, 2010 at 12:24 pm
Is this a new maintenance plan or one that worked and now fails? If the later of the two, has there been any issues with the DNS server?
You may...
October 27, 2010 at 11:13 am
In SSMS, expand server | expand Security | expand Logins | right-click on user ID | User Mapping
Hope this helps.
October 27, 2010 at 11:10 am
Is the server computer in a workgroup and not part of a domain?
October 26, 2010 at 10:47 am
Was there any version of SQL Server ever installed on this particular machine before?
What OS are you working with?
October 21, 2010 at 2:35 pm
Can you please post the results to the following:
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
October 21, 2010 at 1:15 pm
Best practice is to install SP3, then update 4062. This is especially true as 4062 is NOT a Cumulative update.
http://www.microsoft.com/technet/security/bulletin/MS09-062.mspx
October 21, 2010 at 10:00 am
Like everything that has to do with SQL and configuration, the answer depends.
If you have a large database, say 10GB, then adding 10% growth would consume an additional 1GB of...
October 21, 2010 at 9:46 am
Developer edition is even better. If you can find that copy - perfect.
Good luck with the upgrade.
C
October 21, 2010 at 9:20 am
Unfortunately you cannot do a direct upgrade from SQL 7 to SQL 2008, please review the following article for acceptable upgrade versions.
http://msdn.microsoft.com/en-us/library/ms143393.aspx
One option would be to do a side by...
October 20, 2010 at 3:33 pm
Last question on the subject, as all of the information you have provided is extremely helpful, when our development team has a "once in a blue moon" bulk insert (which...
October 18, 2010 at 1:44 pm
Thank you Gail -
Will the .ldf return to the initial size of 2MB after all transaction have completed?
October 18, 2010 at 1:24 pm
I believe what you are looking for is DB2OLEDB Provider - please review this link for a download. This download is only good for Enterprise and Developer Editions
October 14, 2010 at 2:02 pm
Why not create a seperate Maintenance Plan for each Db?
October 13, 2010 at 9:17 am
Viewing 15 posts - 271 through 285 (of 318 total)