Viewing 15 posts - 931 through 945 (of 7,191 total)
I can't work out what your problem is - there are no UNIONs in your code.
John
January 30, 2018 at 8:47 am
Several years ago I found a package on Codeplex, or somewhere like that, that allows you to change the collation of every single character column in the database. It handled...
January 30, 2018 at 8:09 am
Here's how you can do it for the first four times for user. You'll be able to see how to extend it to ten or any other number. I've shown...
January 30, 2018 at 4:50 am
Yes, should be possible. Are you really on SQL Server 2008?
John
January 30, 2018 at 4:04 am
So you want a table with an indeterminate number of columns? That's going to be a horrible mess of dynamic SQL. I recommend you stick with Eirikur's solution.
John
January 30, 2018 at 3:44 am
Will each user always have exactly four activity dates associated with him or her?
John
January 30, 2018 at 3:10 am
msimone - Monday, January 29, 2018 9:54 AMi don't understand why the job changes it.
I'm sure there's a good reason for it. ...
January 29, 2018 at 9:58 am
That doesn't sound all that curious. Why do you want to change it?
John
January 29, 2018 at 9:46 am
If you test properly, you should have nothing to fear. But if it's a case of once bitten, twice shy, why not just capture logins in the errorlog? It doesn't...
January 29, 2018 at 7:21 am
Given the title of this topic, and the sparsity of information in your post, my only advice is to run DBCC CHECKDB WITH NO_INFOMSGS and post the results here. Do...
January 29, 2018 at 6:49 am
Third-party tool is another option. Only you know your system, and only you know why you rejected logon triggers, so it's difficult for us to advise you on what's best...
January 29, 2018 at 6:40 am
Yeah, something like this. I've not thought it through thoroughly, but it may give you something to build on. States such as California that have complex rules will need more...
January 26, 2018 at 8:31 am
You'll need to find a way of modelling those overtime rules in a table. You could put it into your query in a long CASE expression, but I don't recommend...
January 26, 2018 at 7:50 am
I'm not totally sure, but I don't suppose it'll be any worse than when the clocks go back an hour, will it?
John
January 26, 2018 at 7:44 am
Viewing 15 posts - 931 through 945 (of 7,191 total)