Viewing 15 posts - 12,376 through 12,390 (of 39,804 total)
jpowell-918558 (5/16/2013)
what about in a replication environment when the subscriber has changed? is there a way to keep replication working when computer name changes?
AFAIK you need to reset replication. The...
May 16, 2013 at 9:27 am
MiguelSQL (5/16/2013)
May 16, 2013 at 9:25 am
Eric M Russell (5/16/2013)
There could also be honeypot tables. For example, the DBA could create tables with enticing names like [Employee_Salary] or [Customer_CreditCard] and then place an audit event with...
May 16, 2013 at 9:19 am
It's possible you are getting an error on the pathing that you don't see. The command will require that the account running SQL Server (service account) has rights to the...
May 16, 2013 at 9:15 am
This is very hard. There is no magic way for SQL Server to understand how any tables are related without constraints in place to enforce DRI. If the application developers...
May 16, 2013 at 9:13 am
I don't see it in the query, but as Eugene suggested, the error implies you had members.memberid_ in the query somewhere.
I'd double check that.
May 16, 2013 at 9:11 am
Patrick,
I'm not saying you should change or not complain. There are valid reasons to complain. I'm saying the complaints are overblown, and I'm not sure how many of them are...
May 15, 2013 at 10:24 am
j.a.c (5/15/2013)
So far the platform seems sound enough but we have only just started.
I can't wait to see...
May 15, 2013 at 10:15 am
So my thought was, as near as I can remember:
I do think the idea of having a separate OS view tablets makes sense. However Microsoft's insistence on trying to make...
May 15, 2013 at 9:01 am
Stefan Krzywicki (5/15/2013)
Steve Jones - SSC Editor (5/15/2013)
I don't think Stardock ate Microsoft's lunch. MS made a decision, and in hindsight, it seems not only to be a poor one,...
May 15, 2013 at 8:59 am
SQLRNNR (5/15/2013)
Stefan Krzywicki (5/15/2013)
Steve Jones - SSC Editor (5/15/2013)
I don't think Stardock ate Microsoft's lunch. MS made a decision, and in hindsight, it seems not only to be a poor...
May 15, 2013 at 8:58 am
garrett.moffitt (5/15/2013)
select
customerID, count(city) as 'City'
into CustomerCities
from Customer
group by CustomerID
Does the CustomerCities table...
May 15, 2013 at 8:48 am
L' Eomot Inversé (5/15/2013)
May 15, 2013 at 8:46 am
AFAIK, the service account can log into Windows with a console, if you allow it, and map permanent drives that are retained.
This doesn't require the user connected to the instance...
May 15, 2013 at 8:41 am
Win 7 is a great upgrade. I'm not sure Win 8 is compelling from 7. From XP, either one.
For the most part, the only thing that I had to change...
May 14, 2013 at 10:23 am
Viewing 15 posts - 12,376 through 12,390 (of 39,804 total)