Viewing 15 posts - 61 through 75 (of 4,271 total)
Keep in mind I don't know the answer, I am postulating ideas..
First glance is you need to enumerate the groups and see if any of their members are other groups....
December 6, 2013 at 3:28 pm
I don't disagree, I built this script about 3 years ago..
SELECT Cmd = 'CREATE LOGIN ['
+ name
...
December 6, 2013 at 3:12 pm
After MUCH hair being pulled out (which is a problem, see my avatar picture) I finally found the issue..
Thank you Pro T-SQL 2012 Programmer's Guide by Jay Natarajan (et all)
Page...
December 6, 2013 at 2:59 pm
I agree with Jeff's position.
Getting the databases over can be easy, just shut SQL down and copy over the files to the new server and then attach them. SQL...
December 6, 2013 at 1:25 pm
So locally can you log in with SA or not? But externally you can't. I didn't quite catch it..
CEWII
December 6, 2013 at 1:21 pm
This feels like homework...
I'm having a hard time figuring out how this would be used and what use it provides?
CEWII
December 6, 2013 at 1:18 pm
My first thoughts are:
1. What is your max memory set at? I'm guessing it is the default, change it to at most 14336MB (14GB) You need to leave space...
December 6, 2013 at 1:02 pm
I don't have adventureworks installed so I'll have to wing it..
If you get the email list into a table it becomes pretty easy..
DECLARE @Wk TABLE ( RecId INT IDENTITY(1,1) NOT...
December 6, 2013 at 12:55 pm
My first thought was, no way would I do this. If the Agent is running on both then it you have no way of know which one will run...
December 6, 2013 at 12:42 pm
My first thought would be firewall on the receiving end. Is that port open?
CEWII
December 6, 2013 at 9:17 am
Bump replaced with answer..
After MUCH hair being pulled out (which is a problem, see my avatar picture) I finally found the issue..
Thank you Pro T-SQL 2012 Programmer's Guide by Jay...
December 6, 2013 at 8:49 am
Completely agree Lowell..
CEWII
December 5, 2013 at 6:29 pm
No, there really isn't, however, there is a SQL CLR object that might help. Off the top of my head it doesn't really support it either but I think...
December 5, 2013 at 6:27 pm
They are handled asynchronously as far as I know AND have seen. However, I have seen in some cases a SQLCLR making web calls "lock up" and in none...
December 5, 2013 at 6:22 pm
Jeff Moden (11/22/2013)
November 23, 2013 at 10:07 am
Viewing 15 posts - 61 through 75 (of 4,271 total)