Viewing 15 posts - 481 through 495 (of 1,161 total)
It is not recommended to truncate the transaction log. Instead initiate a Transaction Log backup for that database and then issue SHRINKFILE on the transaction log file.
Some good information about...
November 1, 2010 at 3:17 am
Please install Windows Installer 4.5 and try installing SQL Server 2008. More details here
October 31, 2010 at 12:00 pm
It always recommended to have the FULL backup of all databases (if size and time permits), especially the system databases. You never know when one runs into some problems.
October 29, 2010 at 10:47 am
Like Marco mentioned it could be due to compressed folders. Please go through this discussion
October 29, 2010 at 10:45 am
Yes there are two Error Logs. SQL Server Error Log and SQL Server Agent error log. You can easily read them using sp_readerrorlog stored procedure. More information here[/url]
October 29, 2010 at 8:15 am
There is an option in the GUI itself to change the Protection Level. You may find this article useful.
October 29, 2010 at 8:13 am
Did a restart of the SQL Server service help?
October 28, 2010 at 11:43 pm
Does running the query inside "collection_set_1_noncached_collect_and_upload" job in SSMS complete successfully?
October 27, 2010 at 9:26 pm
You may find this link useful where MS is acknowledging that connecting from SSMS 2008 to SSIS 2005 is not possible.
October 27, 2010 at 8:05 am
If the Login "domainname" has System Admin privileges on the instance as stated earlier, then the issue has to be outside of SQL Server. Do you see any error messages...
October 27, 2010 at 8:00 am
To add to what Lowell has mentioned, copy that shortcut to the below folder. Since you don't have "Microsoft SQL Server" folder create it manually before copying the shortcut. This...
October 27, 2010 at 5:51 am
Viewing 15 posts - 481 through 495 (of 1,161 total)