Viewing 15 posts - 151 through 165 (of 280 total)
You haven't broken it for the average user.
If you logged into windows as the sql service account, then double hops won't work.
December 9, 2011 at 1:17 pm
Wow, lots of misleading information in this article. This is the wrong way to go about setting up kerberos. (I'd equate it to recommending switching to simple recovery...
December 9, 2011 at 12:14 pm
From MSDN for MERGE (Transact-SQL) http://msdn.microsoft.com/en-us/library/bb510625.aspx: (emphasis mine)
<table_hint_limited>
Specifies one or more table hints that are applied on the target table for each of the insert, update, or delete actions that...
December 8, 2011 at 4:06 pm
Does the server have an "A" record in DNS, or is is a CNAME? CNAME records aren't supported with kerberos.
To troubleshoot kerberos on the client:
1. install a network capture...
December 2, 2011 at 5:10 pm
please don't cross post
all replies here please: http://www.sqlservercentral.com/Forums/Topic1215104-391-1.aspx
December 1, 2011 at 9:20 pm
please don't cross post.
all responses here please: http://www.sqlservercentral.com/Forums/Topic1215104-391-1.aspx
December 1, 2011 at 9:18 pm
Alexander Suprun (12/1/2011)
SpringTownDBA (12/1/2011)
here's Microsoft's example from msdn:...
December 1, 2011 at 9:05 pm
weighting factors are measures that go in the bridge table, otherwise, distinct counts are typically the only useful measure in a bridge table.
here's Microsoft's example from msdn:
http://msdn.microsoft.com/en-us/library/ms345139(v=sql.90).aspx#sql2k5_mmdim_topic4
anyway, the OP...
December 1, 2011 at 4:13 pm
create a seperate dataset DSRegion that just returns the possible regions, and use that as the source for the available values for DS1
December 1, 2011 at 11:16 am
SpringTownDBA (12/1/2011)
Otherwise, you may need to duplicate DimD as (DimD_via_Fact2).
So, How is DimD connected to DimC? ...
December 1, 2011 at 11:07 am
Does Fact1 and Fact2 share the same dimensionality? If so, you can combine them.
Otherwise, you may need to duplicate DimD as (DimD_via_Fact2).
So, How is DimD connected to DimC? If...
December 1, 2011 at 11:02 am
What is the reason for splitting the file? Are you spreading the data across multiple disks?
There are several ways to spread things around. First, please realize that you...
December 1, 2011 at 10:12 am
ps. (12/1/2011)
When you change the recovery model from simple to full (for renabling log...
December 1, 2011 at 9:37 am
Well, you don't have to take a new full as the most recent full (from before the break in the chain) + a differential backup taken after switching back to...
December 1, 2011 at 12:19 am
Viewing 15 posts - 151 through 165 (of 280 total)