Viewing 15 posts - 481 through 495 (of 1,584 total)
OK, is it safe for me to assume that you are using the Maintenance Plan Wizards and you have a connection from the actual Maintenance task ---> the Notify Operator...
February 18, 2014 at 11:23 am
Agreed, they are still delivered to the distributor (my bad for not clarifying that in my statement). What I meant to say was depending on the potential error at...
February 18, 2014 at 8:05 am
Is there any chance you are using a variable within SSIS and it's value is set smaller?
February 18, 2014 at 7:49 am
I would drop/create them with new passwords
February 18, 2014 at 7:41 am
MysteryJimbo (2/18/2014)
schleep (2/18/2014)
And on their wildest-dreams wishlist, they could schedule changes going to the destination days in advance.
As mentioned, merge replication can use dynamic dates to publish so this is...
February 18, 2014 at 7:39 am
Please post your error log, I have no intention of opening a compressed file at the office but am curious to see it
February 18, 2014 at 7:37 am
MyDoggieJessie (2/15/2014)
If you want only 1 record, you will need to remove the LedgerType (otherwise you will get a SUM for each record by Ledger Type)
I believe that's...
February 16, 2014 at 9:11 am
I believe the issue is with the "WordRendering" - can you try this?
<Extension Name="TXT" Type="Microsoft.ReportingServices.Rendering.DataRenderer.CsvReport,Microsoft.ReportingServices.DataRendering">
<Configuration>
<DeviceInfo>
<NoHeader>True</NoHeader>
<FileExtension>txt</FileExtension>
<ExcelMode>true</ExcelMode>
<SuppressLineBreaks>false</SuppressLineBreaks>
<Qualifier></Qualifier>
</DeviceInfo>
</Configuration>
<OverrideNames>
<Name Language="en-US">TXT</Name>
</OverrideNames>
</Extension>
February 15, 2014 at 10:25 am
Please post your TSQL generating the alerts...
February 15, 2014 at 8:54 am
mattech06 (2/15/2014)
I'll start a new post for this which has my tables and data in called 'just on row for each patientid 2'
Please see your other post: http://www.sqlservercentral.com/Forums/Topic1541840-391-1.aspx
February 15, 2014 at 8:43 am
If you want only 1 record, you will need to remove the LedgerType (otherwise you will get a SUM for each record by Ledger Type) so you could try SELECT...
February 15, 2014 at 8:41 am
If it works for you, please mark it as helpful so others will know to use it - have a GREAT WEEKEND!!!!! 🙂
February 14, 2014 at 2:48 pm
I have no doubt that the network location is the issue. If you copy it locally and run it I would bet a round of beers that the issue goes...
February 14, 2014 at 8:19 am
Check out this link, if you scroll down a bit there is a mention of a workaround
February 14, 2014 at 7:24 am
This is a pretty old post, but the root cause of my issue was that I was opening the project from a Network location. Once I moved it locally...
February 14, 2014 at 7:22 am
Viewing 15 posts - 481 through 495 (of 1,584 total)