Viewing 15 posts - 16 through 30 (of 156 total)
Thanks for the info Kevin. I was unaware that filtered indexes behaved like that. I've done some research and learnt something new today.
April 8, 2014 at 5:53 am
From my perspective, the filtered index means you do not need to change your source code to get a performance increase. i.e. if you have a dozen bits of badly...
April 7, 2014 at 8:03 pm
Thanks you for your most interesting (and concise) post. When I created a filtered index (AString IS NOT NULL) I got results very similar to the CTE. (Logical Reads =...
April 6, 2014 at 10:51 pm
Here is an outline of a simple method which does not require Excel to be installed:
1. Copy a blank worksheet on to your SQL Server called YourTemplateWorksheet.XLSX
2. EXEC xp_cmdshell 'COPY...
December 10, 2013 at 12:08 am
You are right to question the use of SSIS - it's often overused and used incorrectly IMHO.
However, basically, if it is working, don't mess with it unless you can do...
September 30, 2013 at 5:51 pm
You see the question mark where? in an app? in SSMS? Use the UNICODE function to inspect the actual numeric value.
SELECT UNICODE(LEFT(YourField,1)) FROM TABLE
I think the ASCI code for...
September 30, 2013 at 5:49 pm
Whats the absolutely worst thing that could happen to your databases? What phone call would make your heart drop? OK now manage that risk by putting into place processes to...
September 30, 2013 at 5:46 pm
So in summary woould you say that load performance was improved by a large reduction of records in the target fact table, or by the addition of indexes?
August 19, 2013 at 6:24 am
Well put, Phil. I've been getting 'Big Data' emails in my inbox for years and not one of these emails actually had any real practical content in them.
July 30, 2013 at 7:43 pm
Find out which database this file is used by:
Now you have a database name / id to start checking against.
May 13, 2013 at 9:39 pm
ORA-12154: TNS:could not resolve the connect identifier specified
Means you have not established basic client connectivity (as mentioned) before trying to create your linked server.
You'll need to do some Oracle research...
May 13, 2013 at 9:36 pm
Why don't you change the tone of the question from 'how do I get SQL 2000 to install' to "how do I get my game to work on SQL 2008"
You...
May 13, 2013 at 9:29 pm
I'm always very wary of 'strategists'. Most 'strategists' I've dealt with (about 2.5 in total) are only good at one thing and that's generating enough FUD to keep themselves in...
May 1, 2013 at 11:30 pm
In my past experience (admittedly with an old AS/400 version and a dysfunctional IT team), the only reliable way to get data out of an AS400 was to use one...
May 1, 2013 at 11:08 pm
Seriously - go with Sam's suggestion of windows authentication and forget about all these convoluted solutions requiring special passwords to be hard coded all over the place. You have an...
May 1, 2013 at 10:29 pm
Viewing 15 posts - 16 through 30 (of 156 total)