Viewing 15 posts - 136 through 150 (of 206 total)
That sounds like a good approach. I've now done the data import on a test backup database and I'll write some LINQ and do some testing on the retrieval...
September 27, 2016 at 8:38 am
The table will not grow beyond 200k rows. We can't use Clustered Columnstore indexes because it's SQL 2012 Standard.
September 27, 2016 at 8:28 am
The current search function is extremely slow (of the order of 20-30 seconds), for reasons mainly to do with poor data design, cruft and arcane business logic. It's felt,...
September 27, 2016 at 8:09 am
Iulian -207023 (8/1/2016)
Microsoft SQL Server 2014 (SP2) (KB3171021) - 12.0.5000.0 (X64)
Jun 17 2016 19:14:09
Copyright (c) Microsoft Corporation
Express Edition (64-bit) on Windows NT 6.3 <X64>...
August 1, 2016 at 2:52 am
Weird. SELECT @@version does not return SP information, at least not on my machine:
Microsoft SQL Server 2014 - 12.0.4213.0 (X64)
Jun 9 2015 12:06:16
Copyright (c) Microsoft Corporation
Express...
August 1, 2016 at 2:23 am
asutorius (7/27/2016)
Beginning execution loop
Msg 208, Level 16, State 1, Line 2
Invalid object name 'tbl'.
** An error was encountered during...
July 27, 2016 at 6:00 am
John Mitchell-245523 (7/27/2016)
edwardwill (7/27/2016)
I ran the script and then thisSELECT COUNT(*) FROM tbl
Guess what number it returned? (HINT - an integer between 99 and 101)
Not sure whether you're saying...
July 27, 2016 at 4:17 am
I ran the script and then this
SELECT COUNT(*) FROM tbl
Guess what number it returned? (HINT - an integer between 99 and 101)
July 27, 2016 at 3:24 am
Carlo Romagnano (6/30/2016)
SELECT @p = N'@m varchar(200)="event message", @d datetime=getdate(), @U varchar(10)="Steve" '
I.e. this code returns 1 despite @p...
June 30, 2016 at 2:09 am
tom.w.brannon (6/1/2016)
I tried the modified code and it still works for me on SQL Server 2012
I know. Hilarious, ain't it.
June 1, 2016 at 8:27 am
Lynn Pettis (5/4/2016)
edwardwill (5/4/2016)
I'd no more ask this person to administer my database than I'd ask Donald Trump to run my country.
Wow, you have your own country? Must be...
May 4, 2016 at 9:26 am
Ed Wagner (5/4/2016)
edwardwill (5/4/2016)
Ed Wagner (5/4/2016)
It came from Wayne Sheffield's SQL Spackle article on string concatenation. The article is at http://www.sqlservercentral.com/articles/comma+separated+list/71700/. It's a great technique.
It's broken so no,...
May 4, 2016 at 9:24 am
Viewing 15 posts - 136 through 150 (of 206 total)