Viewing 15 posts - 181 through 195 (of 1,228 total)
artisticcheese (9/9/2014)
September 9, 2014 at 3:41 pm
artisticcheese (9/9/2014)
Estimated execution plan before statistics was updated and...
September 9, 2014 at 3:34 pm
artisticcheese (9/9/2014)
I have TSQL query using UNION ALL. First subset returns 92 rows, second subset return 0 (ZERO) rows. Now if I execute them separately they execute subsecond. If I...
September 9, 2014 at 3:28 pm
IT researcher (9/9/2014)
patrickmcginnis59 10839 (9/8/2014)
Talib123 (9/8/2014)
Do it via T-sql and set identity insert on-- SET IDENTITY_INSERT to ON.
SET IDENTITY_INSERT products ON
GO
It really sounds like he tried this, but...
September 9, 2014 at 12:47 am
polkadot (8/31/2014)
Now the DB_2 is moved to another server, SRV_B, the LSRV_A would have to be changed to point to SRV_B etc.,
Yes, and that's his point. That if a lot...
August 31, 2014 at 1:14 pm
JackTimber (8/28/2014)
If i come up with a solution would...
August 28, 2014 at 11:48 am
keshabsingh (8/27/2014)
Thanks Eirikur Eiriksson!.Your attempt is not bad. The approaches other users presented are more robust and accurate. Thanks anyway.
Measuring and comparing the relative properties of different queries - even...
August 27, 2014 at 12:28 pm
Lynn Pettis (8/27/2014)
August 27, 2014 at 11:12 am
The full syntax for DELETE should make this more clear:
DELETE FROM PL2
FROM dbo.PRE_LOAD PL1 JOIN (
August 26, 2014 at 10:39 am
Eirikur Eiriksson (8/25/2014)
Lynn Pettis (8/25/2014)
rwaring 96203 (8/25/2014)
August 25, 2014 at 1:31 pm
pwalter83 (8/8/2014)
ChrisM@Work (8/7/2014)
I don't see any parameters in your code, Paul.
Any ideas, Chris ??[/quote
Hi Paul, I'm on break in Normandy with no access to SQL Server until tuesday. A question...
August 8, 2014 at 11:38 am
dwilliscp (7/25/2014)
July 25, 2014 at 7:24 am
Two remote queries - same remote server and db - are performed separately then the results from each are joined at the local server:
-- remote query
SELECT "Tbl1005"."RNC" "Col1960","Tbl1005"."RBS" "Col1961","Tbl1005"."Sector" "Col1962","Tbl1005"."DCVECTOR_INDEX"...
July 25, 2014 at 3:49 am
@wBob, you might find a TOP() -limited IBG-style inline tally even more efficient.
July 22, 2014 at 10:34 am
Viewing 15 posts - 181 through 195 (of 1,228 total)