Viewing 13 posts - 1 through 13 (of 13 total)
Thanks, for the quick response!
Unfortunately, I'm getting errors upon running this.
Is any other syntax that I can use, especially without a CTE? I don't understand why it's...
February 7, 2017 at 2:44 pm
Thanks, for the response!
Actually, I figured this out on my own.
I used a COUNT(*) clause, as follows:
COUNT(*) OVER (PARTITION BY RM20101.CUSTNMBR, RM20201.APTODCNM, RM20201.APTODCDT) as Cnt.
Specifically, I embedded this...
September 27, 2016 at 8:26 am
Hi There:
Actually, thanks to someone named "RogerRogerATX" on the Microsoft Dynamics Community message board, I was able to get this figured out thanks to the following code that he and...
May 27, 2016 at 6:26 pm
Hi There!
I have eight attachments, here on this post. The six queries are sample data that you requested.
The last two attachments are Excel spreadsheets. The first shows what...
May 26, 2016 at 9:39 am
That article offers very little, in terms of anything along the lines of examples or knowledge transfer.
I await another response.
Thank you.
John
July 17, 2014 at 3:54 pm
UPDATE: Disregard this posting. There was a SharePoint trusted account in SQL that needed to have permissions to the new database. Once I got the permissions set...
August 26, 2012 at 12:12 pm
Here's the solution.
After looking at the log, it was discovered that the end user did not have db_datareader rights to the database. This was necessary since the reports...
May 9, 2011 at 5:06 pm
SQL 2008 Standard Runtime. I don't know how to slip-stream. So, the answer is no on the service packs.
If there were a way to attach log files on...
March 23, 2011 at 5:20 am
Look. My point is that others have run into the same issue that the guy at the beginning of the post ran into. As I tried saying several...
March 22, 2011 at 5:51 pm
Also, if anyone is curious, below is a link to a few people that ran into the same issue that I did and did not find a resolution. The...
March 22, 2011 at 5:36 pm
Oh, yes, I do backups--all the time!!!!!
What's interesting is that a lot of my co-workers and people out on the various forums have had this same issue. The resolution?...
March 22, 2011 at 4:57 pm
The sa account has never been manipulated, no.
March 22, 2011 at 3:26 pm
I did review the log files and they told me to uninstall "MSSQLSERVER". That is not an option, as uninstalling the default SQL 2005 instance would put the client's...
March 22, 2011 at 3:26 pm
Viewing 13 posts - 1 through 13 (of 13 total)