Viewing 15 posts - 1,501 through 1,515 (of 4,272 total)
Koen is on the right track. However, you will need to keep in mind that your application user will likely (and probably should) lack the rights to run the...
May 25, 2011 at 8:07 am
I would probably build it so that there was NEVER an empty result set. And add an expression as part of the condition to move onto the next step...
May 25, 2011 at 8:02 am
I probably would have taken a different approach.. I would likely do it as a UDF.. But I wrote a quick sproc.. It is attached..
CEWII
May 20, 2011 at 4:03 pm
First of all a critique, the method you are using has a number of pitfalls including that periodically the table will be empty when the query is run..
Why...
May 20, 2011 at 3:23 pm
Did this just start happening or is this a new linked server?
Is the user that is being used to login to the server A have access to the database and...
May 20, 2011 at 3:17 pm
A login failure does not usually EVER involve your user code.. A login success is basically good username/password and I was able to set your default DB and language....
May 19, 2011 at 3:46 pm
Which explains why it won't open and why even notepad won't show its guts..
CEWII
May 19, 2011 at 8:56 am
BIDS and notepad are not tied. Are you openning it from the same location? How many bytes is YOUR copy?
CEWII
May 19, 2011 at 8:16 am
Depending on settings those failures may not appear anywhere..
However, if login failures are configured to be recorded they will be in the errorlog and likely the Event Log....
May 19, 2011 at 8:14 am
Yikes.. How big is the file? I would expect to see SOMETHING in notepad..
CEWII
May 19, 2011 at 8:04 am
Also, DNN doesn't work this way. A single user is configured from the IIS server to the database. I'm more concerned about home built modules respecting portal identification....
May 18, 2011 at 8:21 pm
Think of them as programs that are called by Agent. To know what they do you wil have to look at their code. Sometimes the packages are stored...
May 18, 2011 at 11:32 am
I just built a 3 node cluster with its own AD domain on VirtualBox last week..
Windows 2008R2 Enterprise
3 Cluster Nodes
1 AD DC with MS iSCSI Target 3.3 software.
Built one on...
May 18, 2011 at 11:27 am
david-708140 (5/18/2011)
Thanks for your reply.
The system is a church management system. This is the description from by business plan: The system is a web-based Software as a Service (SaaS)...
May 18, 2011 at 11:12 am
Are you running this in a single portal or will each company be given a "site". Either way you are going to need to be sure to segregate the...
May 18, 2011 at 12:57 am
Viewing 15 posts - 1,501 through 1,515 (of 4,272 total)