Viewing 15 posts - 4,111 through 4,125 (of 5,394 total)
I tried to search the original source of this script to link it back to you, but I couln't find it.
It's a nice script by Jeff Moden that could help...
June 23, 2010 at 2:03 am
Ah! Thank you Dave, things are clearer now!
June 23, 2010 at 1:53 am
You could store the file contents into a new staging table with char columns and try to parse the contents of each column to identify the order they were written...
June 23, 2010 at 1:33 am
Are indexes the same in both tables?
BTW, what do you mean with "source" table?
June 23, 2010 at 1:28 am
scott.pletcher (6/22/2010)
June 23, 2010 at 1:23 am
gorkchow (6/22/2010)
June 23, 2010 at 1:17 am
scott.pletcher (6/22/2010)
June 22, 2010 at 10:52 am
mshah23 (6/22/2010)
I would like to implement Oracle "FOR UPDATE" row level concept on SQL Server 2005.
I'm sure you're aware that the same issues Gail and Grant pointed out apply to...
June 22, 2010 at 10:03 am
I can't say the information there is wrong, but I would say it's not relevant.
Comparing NULLS with the '=' sign will work depending on the ANSI_NULLS setting.
Comparing with IS NULL...
June 22, 2010 at 4:36 am
Looking at the exec plan there's an implicit conversion that sure doesn't help.
You could have posted DDL scripts (tables and indexes) and scripted out data as INSERT statements.
I don't have...
June 22, 2010 at 2:55 am
Not enough information here.
Try taking a look at this article and post all the information required to start tuning this query:
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
June 22, 2010 at 2:37 am
Both ETL and Reports should have some sort of API that allows you to list referenced tables.
I used them with DTS and Crystal Reports.
It's a bit tricky because you...
June 22, 2010 at 2:02 am
Unable to relay for aaaaaa@bbbbbb.org
Relaying is a priviledged operation on a mail server. You have to make sure the IP address of the sql server is listed in the addresses...
June 21, 2010 at 10:46 am
Steve Jones - Editor (6/21/2010)
June 21, 2010 at 10:21 am
Steve Jones - Editor (6/21/2010)
Lynn Pettis (6/21/2010)
June 21, 2010 at 9:53 am
Viewing 15 posts - 4,111 through 4,125 (of 5,394 total)