Viewing 14 posts - 1 through 14 (of 14 total)
Thank you for the idea but when I do that, mmc runs but as soon as I try to open the SQLServerManager12.msc file, it fails.
July 25, 2016 at 9:14 am
Even though I had successfully installed an older SQL version after 2014 (2008R2 and the first instance of 2012) without issue, I believe that you are correct. This is very...
July 22, 2016 at 9:21 am
Thanks for the info. I'm not on a Windows Server so the domain / firewall settings don't apply here (at least I don't think they do). Regarding the version incompatibility...
July 22, 2016 at 9:05 am
Thank you. I'll consider the issue closed. In this case I did not write the application so I cannot capture the results. I will generate an entry...
September 20, 2012 at 2:43 pm
I was reading about this and I think the print statement actually does go somewhere. Another developer recommended that the Print statement be used instead of returning a results...
September 20, 2012 at 1:12 pm
Thank you for clarifying. We seem to be up and running again on a replacement computer. We did find out that the previous partner had imbedded virtual servers...
September 1, 2012 at 10:52 am
We have a new client. Their primary computer was acting a the "master database". Their secondary server was hosting the replicated data base. The primary server went...
August 28, 2012 at 7:17 am
Yes, thank you. I will remove the "UPDATED". It was there for testing.
March 12, 2012 at 9:15 am
I'll try that because I think the application is doing something else and overrulling the effects of the trigger. Even the simpler trigger is still producing no "1". ...
March 12, 2012 at 9:14 am
Right, the user would be using the application to make a change and that function is not intended to be in the trigger.
March 12, 2012 at 9:13 am
How do I update the inserted records without using a cursor? I thought that I had to use a cursor to reference the INSERTED records.
March 12, 2012 at 8:51 am
I want to set taxid = 1 to all new records in this table. I also want the user to be able to change the taxid to something else...
March 12, 2012 at 8:49 am
Viewing 14 posts - 1 through 14 (of 14 total)