Viewing 15 posts - 4,066 through 4,080 (of 6,038 total)
pbyrum (3/11/2015)
I did every mentioned in this post, but nothing worked.
You can successfully ping remote server name from client?
March 11, 2015 at 12:55 pm
GoofyGuy (3/11/2015)
I'm actually beginning to question the relevence of in-house database engineers. It's not that we can't make a real difference, it's just that circumstances beyond our control marginalize the...
March 11, 2015 at 10:21 am
pbyrum (3/11/2015)
sc query mssql$MSSQLSERVER
I get this error:
[SC] EnumQueryServicesStatus:OpenService FAILED 1060:
The specified service does not exist as an installed...
March 11, 2015 at 10:11 am
ddudley-847177 (3/11/2015)
March 11, 2015 at 9:43 am
jonesboy21 (3/11/2015)
March 11, 2015 at 9:02 am
venoym (3/11/2015)
I think this describes some of the disconnect between the only NoSQL camp and the only SQL camp.**beware some language**
Wow, that's so geeky. But it is funny and true....
March 11, 2015 at 7:42 am
jonesboy21 (3/10/2015)
Two instances in every store running on a physical server. Cloud wasn't an option at the time. No extra development costs.
I'm guessing this retail giant does have SQL Server...
March 11, 2015 at 7:35 am
I'm guessing that Symbols is essentially a reference table containing one row for each company or index fund traded on a stock exchange. If that's the case, then this was...
March 11, 2015 at 7:23 am
JeeTee (3/9/2015)
I have two servers (lets call them sA and sB) connected from sA -> sB via a linked server (i.e. sA pulls data across from sB).
I'm building a...
March 10, 2015 at 1:23 pm
xsevensinzx (3/10/2015)
Koen Verbeeck (3/10/2015)
Eric M Russell (3/10/2015)
A medium powered server should be able to perform a full table scan of...
March 10, 2015 at 11:56 am
xsevensinzx (3/10/2015)
ScottPletcher (3/10/2015)
We need to review two things (at least).
First, the...
March 10, 2015 at 11:29 am
Charles Kincaid (3/10/2015)
Eric M Russell (3/10/2015)
March 10, 2015 at 10:17 am
Andrew..Peterson (3/10/2015)
March 10, 2015 at 10:10 am
Disclaimer: I have no practical experience with MongoDB at this point, so if my assumptions below are wrong, then please let me know.
I can see MongoDB as an ideal...
March 10, 2015 at 8:12 am
CREATE CLUSTERED INDEX IX_UNIQUE_KEY ON MRP.Margin_Optimization_Data (UNIQUE_KEY);
If IX_UNIQUE_KEY is intended to be a unique key, then you probably want to add the UNIQUE keyword.
CREATE UNIQUE CLUSTERED INDEX IX_UNIQUE_KEY
ON...
March 9, 2015 at 11:49 am
Viewing 15 posts - 4,066 through 4,080 (of 6,038 total)