Viewing 15 posts - 7,336 through 7,350 (of 8,760 total)
Quick thought, compare the results of these two queries
😎
;WITH DISTINCT_KIDS3 AS
(
SELECT DISTINCT
load_KIDS3_clients.idClientKey ,
load_KIDS3_clients.firstName ,
load_KIDS3_clients.lastName...
August 26, 2014 at 2:11 am
Similar discussion on this thread
😎
August 26, 2014 at 1:45 am
arooj300 (8/26/2014)
August 26, 2014 at 1:31 am
Mr.Sahand (8/25/2014)
I need to run a VBA function in an MS Access database in SSIS.
I put a Execute SQL Task in control flow and link it to the...
August 26, 2014 at 1:27 am
Quick thought, is it possible that the initial code was double pasted? Below is what I would guess it should be.
😎
SELECT
tB.ORDER_DATE
,tB.COMMIT_NO
...
August 26, 2014 at 12:43 am
tony28 (8/25/2014)
Eirikur Eiriksson (8/25/2014)
tony28 (8/25/2014)
August 25, 2014 at 11:50 pm
tony28 (8/25/2014)
August 25, 2014 at 10:16 pm
Here is a useful script from Paul S. Randal[/url], lists open transactions with plans and text
😎
SELECT
[s_tst].[session_id],
[s_es].[login_name] AS [Login Name],
...
August 25, 2014 at 9:50 pm
Jeff Moden (8/25/2014)
Eirikur Eiriksson (8/25/2014)
Feel I'm starting to repeat my self on the issue:pinch:
BWAAA-HAAA!!! Me too!
Switching from one delimiter to another is a form of procrastination, not a solution.
I'll...
August 25, 2014 at 9:42 pm
cbernardes (8/25/2014)
Problem is that various column in excel are defined as double in the wizard but...
August 25, 2014 at 2:42 pm
kaplan71 (8/25/2014)
I have been monitoring the amount of time it takes for a Full backup to complete. The e-mail notification shown below provides an example of the current state...
August 25, 2014 at 2:15 pm
Couldn't post this solution at the time because of a quirk in the forum, had to PM it.
😎
USE tempdb;
GO
/*
Item Location ...
August 25, 2014 at 2:02 pm
jkalmar 43328 (8/25/2014)
C1473045850 T1954 3730 ''
C1473045850 T1954 3731 ''
C1473045850 T1954 3732 ...
August 25, 2014 at 1:44 pm
jkalmar 43328 (8/25/2014)
CREATE TABLE PRE_LOAD(
KitID varchar(20) NULL,
BatteryID varchar(20) NULL,
TestID varchar(20) NULL,
LBSTAT varchar(8) NULL
)
INSERT INTO PRE_LOAD
(KitID, BatteryID,...
August 25, 2014 at 1:20 pm
Don't think this needs any explanation, too funny
August 25, 2014 at 1:15 pm
Viewing 15 posts - 7,336 through 7,350 (of 8,760 total)