Viewing 15 posts - 11,041 through 11,055 (of 39,793 total)
marcia.j.wilson (4/22/2014)
Hope you enjoy your sabbatical, but you'll certainly be missed.
Thank you. I'll be back - http://www.youtube.com/watch?v=WgPePk3kGZk
April 22, 2014 at 2:43 pm
sp_addserver should populate the fields correctly for applications to work with the instance. I'm not surprised it isn't documented, but you can certainly submit a doc bug to have that...
April 22, 2014 at 1:52 pm
Both are fine. Include some scenarios/examples, so that someone not sure how to do this understands what they are doing here.
April 22, 2014 at 1:47 pm
Take it. I prefer that you get one done before doing another, but since this and the server one are very similar, do them both.
You can use the same style/template/language...
April 22, 2014 at 10:33 am
You may want to look at fn_my_permissions: http://msdn.microsoft.com/en-us/library/foo30f97f00-03d8-443a-9de9-9ec420b7699b.aspx
You can also check for roles with IS_Member() - http://msdn.microsoft.com/en-us/library/foo77cb68a0-19b7-4fe1-ab17-e5587699631b.aspx
There's also an analogous server role function.
If you just want a larger view of...
April 22, 2014 at 9:46 am
Does Andy's idea work?
It's not quite clear what you mean. Do you want to show the email if the device is not null or show the email only and NULL...
April 22, 2014 at 9:42 am
There isn't a good way to do this. SQL doesn't really track access of resources by user and aggregate it. It can track some things by resource accessed, but not...
April 22, 2014 at 9:39 am
As a hint, there are AVG aggregates you can use in T-SQL, as well as the datepart function which can support quarters, which can be used in a GROUP BY...
April 22, 2014 at 9:32 am
Which datasource field?
Do you mean you are uninstalling the old server on a Windows host and then installing SQL 2K8 on the same host? It's not clear what you are...
April 22, 2014 at 9:30 am
Bouke Bruinsma (4/21/2014)
April 21, 2014 at 1:31 pm
You could still use UPPER or LOWER (or their equivalent in SSIS Expression) to compare.
What you'd need to do is alter the mapping in the package by looking to see...
April 21, 2014 at 10:16 am
You are talking about auditing in some way. There are a number of options, but all will affect performance. You can use
- triggers
- trace
- CDC/change tracking
- custom code in...
April 21, 2014 at 9:40 am
Viewing 15 posts - 11,041 through 11,055 (of 39,793 total)