Viewing 15 posts - 4,801 through 4,815 (of 49,571 total)
Eirikur Eiriksson (9/9/2015)
That implies that he can connect by other means (not mentioned in the OP).
Such as the application which the user uses to do their job.
Since the request...
September 9, 2015 at 3:40 am
Probably because of your Management Studio settings.
September 9, 2015 at 3:34 am
Few comments on the trigger first.
The execute as. Typically you'd have something like 'execute as sa', to ensure that the login trigger has enough permissions to write logging info away,...
September 9, 2015 at 3:27 am
Eirikur Eiriksson (9/8/2015)
Why not disable or drop the login and just log failed attempts?😎
Because doing so would prevent him from logging in entirely, whereas the trigger prevents him from connecting...
September 9, 2015 at 3:13 am
How are you determining there's 200GB free? If you're looking at Task Manager, it'll be giving you incorrect data because you're using locked pages for the SQL instances.
Try using the...
September 9, 2015 at 2:58 am
Really not much more advice I can offer without having some data to work with.
September 8, 2015 at 2:24 pm
That entire page is misleading. Not so much wrong, as inadequate and hence misleading.
September 8, 2015 at 7:40 am
Try
left join table2 b on a. prod_code = b.prod_code or a. prod_type = b. prod_type
September 8, 2015 at 6:43 am
Ok, now how do you tell that the boundaries are 'properly filled'?
The developer says so?
The items are checked off on a list?
No bugs have been found?
September 8, 2015 at 6:41 am
Is it always a single word, followed by a space, followed by the correct data?
Or, is it always two 3-character strings with a space at the end with the illegal...
September 8, 2015 at 6:27 am
That's a very simplistic view.
If the developer says the software is working 100%, and to his knowledge it is working 100%, does that mean that it works and there are...
September 8, 2015 at 6:25 am
David Moutray (9/7/2015)
1. It gets the job done
2. It performs well and it scales well for a wide...
September 7, 2015 at 1:55 pm
You mean Availability Groups with synchronous replicas?
SQLAgent should be running. Jobs should have logic to check whether they're running on the primary replica or not, and if not to not...
September 7, 2015 at 8:01 am
So write up a test and prove that BoL is wrong. Not hard thing to test.
September 7, 2015 at 7:30 am
Viewing 15 posts - 4,801 through 4,815 (of 49,571 total)