Viewing 15 posts - 1 through 15 (of 66 total)
Just a quick heads up: I have just realized. On my Firefox browser I can not see the steps from 5 to 7 and on Edge and Chrome steps 5...
April 14, 2016 at 8:21 am
Thanks a lot! Much appreciated.
April 12, 2016 at 2:15 am
Hi,
Thanks for you post. #
I want to remind that in the books online https://msdn.microsoft.com/en-us/library/ms187103.aspx, changing the monitor server is not supported. Saying that, I think that it can be done...
April 11, 2016 at 4:24 am
Hi,
Current sessions on the failing node will be lost. You have to add some logic in your application to reconnect.
October 30, 2015 at 3:53 am
Hi,
SQL Server AG or FCI executes a stored procedure sp_server_diagnostics that will return four event level messages (Clean, Warning, Error, Unknowns) from five component families:
system
resource
query_processing
io_subsystem
events
sp_server_diagnostics (Transact-SQL)
https://msdn.microsoft.com/en-us/library/ff878233.aspx
Then, depending on the fail...
September 14, 2015 at 5:02 am
Hi,
Maybe you have read permissions on the share folder but not write access. Use the same method above but creating a new file. Like echo hello > \\share\file.txt
Regards
September 14, 2015 at 4:43 am
Good choice. Do not forget to check IBM red books for best SQL Server storage configuration. They usually give good advise, specially if you will use hybrid or multi-layer configuration.
September 7, 2015 at 3:39 am
Hi,
Does it happen with SQLCMD client?
September 4, 2015 at 4:46 am
Sorry but it looks confusing. Do you mean joining an additional SQL Server instance as secondary replica or add a Listener resource (new IP Address, and new network name) to...
September 4, 2015 at 4:42 am
Hi,
Just an additional tip: Ensure that text column values do not have any kind of escape character at the beginning or the end during conversion. For example while importing a...
August 19, 2015 at 7:11 am
Hi,
Gila is right. That would fix your issue. Is not critical but do not forget assigning the same server roles to the underlying user login object too just in case...
August 14, 2015 at 2:59 am
Hi,
Also check the first lines in the error log if there are messages related to SPN registration like this one.
--The SQL Server Network Interface library could not register the...
August 14, 2015 at 2:53 am
Hi,
Well, there is the "CPU idle condition" configuration in the SQL Server Agent service configuration but it is almost useless. An interesting option that could suits you is enabling...
August 14, 2015 at 2:46 am
Hi,
Have you tried to attach a SQL Server Profiler so you can see what is doing while you open the restore window? It maybe give you some hint.
Sorry for not...
August 12, 2015 at 3:11 am
Hi,
I have always felt that 4Gb RAM is a really low value for most common SQL Server environments. Specially in x64 architecture. I should recommend 8Gb. minimum. Maybe you can...
August 12, 2015 at 2:46 am
Viewing 15 posts - 1 through 15 (of 66 total)