Viewing 15 posts - 3,286 through 3,300 (of 26,490 total)
jasona.work (10/25/2016)
Brandie Tarvin (10/25/2016)
jasona.work (10/25/2016)
Dev asked me to take a look at a view that isn't performing as well as it did on the system...
October 25, 2016 at 12:37 pm
To be honest, the EAV structure has its place and if done correctly can be effective.
October 25, 2016 at 10:34 am
SQLDCH (10/20/2016)
Division matchups are on a hold for a...
October 25, 2016 at 9:38 am
Post the DDL (CREATE TABLE statement) for the tables, sample data (INSERT INTO statements) for the tables, expected results based on the sample data, and the current execution plan (as...
October 25, 2016 at 9:35 am
Revenant (10/25/2016)
Hmm... It took me about 5 minutes. Thanks, Steve!
That long? 😀
October 25, 2016 at 9:31 am
Actually doing something like this to write an itvf. Can't capture a value to a variable in this case.
October 25, 2016 at 9:19 am
luismarinaray (10/24/2016)
Please I need advise,
Environment: 2 node active/active
Situation: Both Nodes running ok with SQL Server 2008R2 10.50.1600.1, I proceed to upgrade to version SP3
10.60.6000.34, Node A sucessfully updated,...
October 24, 2016 at 8:52 am
maria.lindquist (10/24/2016)
Here is my code:
select externalId1
,...
October 24, 2016 at 8:51 am
Just an FYI for anyone interested.
October 24, 2016 at 8:49 am
Ed Wagner (10/21/2016)
TomThomson (10/21/2016)
David.Poole (10/17/2016)
October 21, 2016 at 12:15 pm
camiloecheverry11 (10/20/2016)
My problem is that I have this query and...
October 20, 2016 at 1:23 pm
SQLDCH (10/20/2016)
I'll try and get back later today for matchups. Only thing I can confirm now is that the SQL Bolts are...
October 20, 2016 at 1:14 pm
Brandie Tarvin (10/20/2016)
jasona.work (10/20/2016)
Brandie Tarvin (10/20/2016)
I don't quite feel your pain, but I'm in the midst of migrating a handful of DBs to a new server. One is ~134GB...
October 20, 2016 at 8:16 am
This: EXECUTE (@cmd)
executes the sql command contained in the string. That string is a BULK INSERT sql command that will insert the data from the file whose name is...
October 19, 2016 at 2:47 pm
Viewing 15 posts - 3,286 through 3,300 (of 26,490 total)