Viewing 15 posts - 1,636 through 1,650 (of 9,641 total)
Hugo Kornelis (4/6/2012)
No, a foreign key constraint can not be created across databases. If you refer...
April 6, 2012 at 7:22 am
At my current company call is about every 10 weeks. The only calls I've gotten are for batch processes that aren't automated and have regular problems for which there...
April 6, 2012 at 7:16 am
The linke I posted all state that changes in 2005+ make it less necessary to use the trace flag, but that it can still be helpful if you are experiencing...
April 5, 2012 at 2:38 pm
I'd probably use a script to create the csv.
April 5, 2012 at 2:24 pm
rudy komacsar - Doctor "X" (4/5/2012)
If you are not then the additional data files for tempdb are not really buying you any...
April 5, 2012 at 2:23 pm
I thought that might be the reason, but it still is causing performance issues. Every row in the table has to go through both functions before any filtering can...
April 5, 2012 at 12:01 pm
crackedcornjimmy (4/5/2012)
I mentioned in the question that I am using SQL 2000. Unfortunately, PERSISTED is not available in SQL 2000. It wasn't introduced until 2005+.
Sorry I missed that...
April 5, 2012 at 11:35 am
I don't know the answer to #1.
For #2 the answer would be yes, if auto update stats is on or a manual statistics update is run, because updating stats will...
April 5, 2012 at 8:38 am
Full-text is probably the way to go, but short of that I'd probably split the string like Andy has suggested, but I'd put it in a temporary table, then I'd...
April 5, 2012 at 8:02 am
Lots of things can cause a query to be recompiled even when the query hasn't changed and you can get the same plan. Statistics may have been updated, a...
April 5, 2012 at 7:55 am
Duplicate post, please post on this thread, http://www.sqlservercentral.com/Forums/Topic1278748-391-1.aspx
April 5, 2012 at 7:53 am
Pretty sure you want to use the .exist() method. Check out his blog post about it: http://www.jasonstrate.com/2010/11/xquery-for-the-non-expert-exist/
April 5, 2012 at 7:51 am
It would be much easier to provide a solution if you posted examples of your input file and the output file.
April 5, 2012 at 7:49 am
Can you also post the execution plan(s)?
You should also make the computed column PERSISTED and put an index on it.
April 5, 2012 at 7:42 am
Is SQLBrowser running?
You may need to specify the port in the connection.
April 5, 2012 at 7:38 am
Viewing 15 posts - 1,636 through 1,650 (of 9,641 total)