Viewing 15 posts - 961 through 975 (of 1,193 total)
I think you lose that information when you use a group to login rather than the domain user account.
Far as I can tell, the only way with this configuration would...
May 22, 2012 at 2:40 am
Yes, the Team Foundation Server MSSCCI Provider mentioned previously allows you to do this.
(Open an existing DB solution from TFS in SSMS).
There's no way to enforce changes to the db...
May 21, 2012 at 10:55 am
Domain accounts are linked to logins rather than users.
The domain name should be stored in sys.server_principals (at the start of the name field), you can link to sys.database_principals via the...
May 21, 2012 at 10:45 am
preetid2 (5/21/2012)
If i understand correct, the Differential database backup is the backup of all the changes made in database from last full backup; it is cumulative itself.
Correct, so in a...
May 21, 2012 at 9:41 am
You can view the Windows event logs in the SQL Log File viewer - at least, I can!
May 21, 2012 at 7:32 am
Brandie Tarvin (5/17/2012)
Hey, Steve, can you change the birth year in my profile to read 1776, please?😀
I wonder if he could change it to 1752?
May 18, 2012 at 10:09 am
GSquared (5/18/2012)
mtassin (5/18/2012)
Gazareth (5/18/2012)
dwain.c (5/18/2012)
May 18, 2012 at 9:10 am
Not sure if it can or not, but if so hope you sort it!
I rarely type the exact name, even a couple of letters will give you a list to...
May 18, 2012 at 9:07 am
Something like:
SELECT 'SELECT ' + TableName + ' AS TableName, ' + ColumnName + ' AS ColumnName, CASE WHEN COUNT(DISTINCT ' + ...
Yes, you'll need to do something with...
May 18, 2012 at 8:50 am
No problem. Yep - sorry you'll need to run the CTE part of your code too.
My bit replaces the select you already had after the CTE definition.
May 18, 2012 at 8:22 am
Ok, I see now. The Users node on my dialog screen is the same - empty.
You're only selecting a location there, not the user, so you shouldn't see a list.
I...
May 18, 2012 at 8:05 am
mtassin (5/18/2012)
Gazareth (5/18/2012)
I don't think you can, directly from that query.You'd have to generate some dynamic sql based on your results from the query you have.
And why would you need...
May 18, 2012 at 7:47 am
I don't think you can, directly from that query.
You'd have to generate some dynamic sql based on your results from the query you have.
May 18, 2012 at 7:18 am
Yep, you've piqued my curiosity too with this...
Might try it myself if I can find the time 🙂
May 18, 2012 at 5:14 am
Viewing 15 posts - 961 through 975 (of 1,193 total)