Viewing 15 posts - 1 through 15 (of 51 total)
I found the exact syntax in a another unrelated sqlservercentral post once I figured out what the problem was.
replace
April 16, 2018 at 9:16 am
I'm still waiting on our email administrator.
However, I did find the problem and the fix.
Not that the error messages gave any indication as to what the problem was.
April 13, 2018 at 12:16 pm
I checked the log file and found the message below.
The same user (myself) has other subscriptions that work and email without a problem.
The report is actually being emailed...
April 12, 2018 at 11:43 am
Showing my age but in 1974 we actually had DST all year to alleiviate the energy crisis because of Arab oil embargo.
I was a kid but I remember walking...
March 8, 2018 at 10:10 am
Of course there will always be bugs.
However, there is no excuse for production software containing negligent bugs.
It is impossible to find crazy outliers but I find myself frustrated...
June 13, 2017 at 9:03 am
Can you try running the query in SQLPLUS to resolve the Oracle syntax issues and then try openquery.
Sometimes the driver can send back bogus messages that might be obvious in...
May 25, 2016 at 6:00 am
Log on to sqlplus as sys
Create user sqluser identified by 'newpassword';
Grant connect to sqluser;
Grant dba to sqluser;
For the linked server log on as sqluser password newpassword and you will...
November 10, 2015 at 8:02 am
Who really cares if they are looking up the answer on the internet. The idea is to see how they would approach /solve a particular problem/solution. If they look it...
July 23, 2015 at 10:36 am
It is in preview mode on my PC that I am getting the error.
Both my workstation and the server I hope to publish it to are 64 bit.
July 23, 2015 at 9:02 am
Our user would like to be able to drill down to the detail. I could create subreports and filter the parent report. However, being that there are gigabyte and gigabytes...
July 23, 2015 at 8:08 am
I once ran into a similar problem with a stored procedure which worked really almost instantaneously in SSMS but took over a minute to return in crystal. I thought it...
January 27, 2015 at 10:12 am
Is there any performance gain for large tables in using except outside of a merge statement?
March 25, 2014 at 8:29 am
This is very simple subset of the data but I think it shows what I am looking for.
In the fourth quarter of 2011, employee 1000 would score a 2 and...
March 29, 2012 at 3:57 pm
Thanks for the query but it gets sticky when the employee has multiple services over the same weekend. For example a service both on Saturday and Sunday would mean a...
March 29, 2012 at 1:20 pm
The good news is that it is a standard quarter.
I'm working on putting together the ddl that I can post.
March 29, 2012 at 11:54 am
Viewing 15 posts - 1 through 15 (of 51 total)