Viewing 15 posts - 16 through 30 (of 44 total)
Hi,
I have successfully used Office 365 (Cloud) to send mails from SQL's Database mail.
1. Once you login to portal, go to the See other options section where you will have...
July 14, 2013 at 11:28 am
Hi,
I would suggest not to enable Restricted growth in the Mirrored database server but enable it on Principal only, so if the growth is reached the application or users inserting/updating...
July 14, 2013 at 10:48 am
Ensure you have the below pre-requisites configured/installed.
Full-Text Search must be installed.
The SQL Full-text Filter Daemon Launcher service must be running.
FILESTREAM must be enabled.
July 13, 2013 at 11:25 pm
Hi,
One click on google search would give you the direction... anyway http://msftdbprodsamples.codeplex.com/releases/view/93587
July 13, 2013 at 10:45 pm
I copied this over to a test html page and it is saying check errorlog, so you have to see the errorlogs on the reporting server and fetch any error...
July 12, 2013 at 2:02 am
Yep it is absolutely normal, any data that need to be read or written has to work on memory and it will cache as much as possible in memory to...
July 12, 2013 at 1:51 am
the Setup.exe should open as GUI, if it is popping and closing in command prompt mode then something's wrong with the exe, you should check eventviewer, possible it might be...
July 12, 2013 at 1:48 am
Well to cope with this, MS have enabled online index rebuild/reorganize without placing locks on table available only in Enterprise Edition.
July 12, 2013 at 1:31 am
If latency is the only problem, you can increase the Partner timeout from 10 sec to longer duration, since your concern is the data should be consistently up to date...
July 10, 2013 at 12:44 am
Transnational Replication might do the job but if the primary database is going to be updated with new tables and columns then this could become a problem since it would...
July 10, 2013 at 12:16 am
There is Powershell that can be used instead of sqlcmd but it is not open source, can be used for many things and not only running queries.
May 29, 2013 at 9:02 pm
I think the SQL Server Setup looks at the windows registry to check for existing instances, something like the below.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names
May 3, 2013 at 8:30 pm
You could try to have a Mail server check out "MailEnable" have the smtp and pop connector and use it for SQL Server too and an independent outlook profile that...
February 20, 2013 at 7:52 pm
There will be no surface area configuration from SQL 2008 on wards, follow the steps and you will see if remote connections are enabled or not.
open SQL Management Studio-->Right click...
February 18, 2013 at 7:42 pm
Need some more details, have you checked windows events, sql server logs? it could well be a coincidence as i feel full text indexing cannot be hampering path of the...
February 18, 2013 at 7:35 pm
Viewing 15 posts - 16 through 30 (of 44 total)