Viewing 15 posts - 901 through 915 (of 4,745 total)
I don't apply CU's unless I hit the bug they address but starting with a fresh dev install is the one scenario where you can safely include the latest CU...
October 4, 2012 at 11:42 am
Any database restore from another server across the network will result in an entry in the backupset table.
check msdb..restorehistory as well
October 3, 2012 at 8:19 am
I have installed without issues.
As above but make sure you have administrator rights on the box and to run the patch, right click and select 'run as administrator'
October 1, 2012 at 7:44 am
paruchuri4 (9/26/2012)
September 26, 2012 at 3:55 pm
there's no shame in using maintenance plans for backups if they suit your needs.
A weakness with them is they do not failover at all well in HA\DR solutions that involve...
September 26, 2012 at 10:19 am
The error 'Conversion failed when converting date and/or time from character string.". ' is usually associated with language settings. Is the default language for the server\login\connection different between prod and...
September 26, 2012 at 3:28 am
under sql agent - properties - history there is also a setting for limit size of job history log. This defaults to 1000 so if you have a lot of...
September 25, 2012 at 3:37 pm
I would think the important part of the error message is this - 'Login failed for user 'apr12_sathiyan'.".
'
Check the SQL errorlog at the time the package ran for more information...
September 22, 2012 at 1:09 pm
it depends.
You can log ship to the same instance or to multiple instances, so thats any where between one and many servers. (I'm equating servers to instances for this example).
You...
September 22, 2012 at 12:55 pm
all mine are at SP4 and I haven't had an issue. Apply MS11-049 security patch as well.
September 20, 2012 at 10:12 am
another option is the bcp utility with the 'query' parameter
September 18, 2012 at 5:42 am
I don't think you can guarantee there won't be a harmful effect -
http://msdn.microsoft.com/en-us/library/ms175527(SQL.105).aspx
http://www.mssqltips.com/sqlservertip/1980/sql-server-tempdb-one-or-multiple-data-files/
and paul randal says only add multiple files *IF* you have latch contention.
not sure this was a microsoft...
September 12, 2012 at 3:53 pm
If you are sure you want to do that............
select 'alter authorization on database::['+name+'] to [sa]'
from master.sys.databases where database_id > 4 -- DO NOT change ownership of system databases
September 12, 2012 at 9:18 am
I'll moonlight and undercut these guys by 10% 🙂
edit: cash only
September 12, 2012 at 5:12 am
Viewing 15 posts - 901 through 915 (of 4,745 total)