Viewing 15 posts - 31 through 45 (of 66 total)
Adding to my confusion is the fact that changing the package in VS and importing it to SSMS/SSIS does not seem to guarantee the correct version will execute with SQL...
March 21, 2016 at 8:50 am
I'm still not sure why this is happening (other dates in the table are being extracted without any problem), however I'll outline here what I did to fix it in...
March 18, 2016 at 7:27 am
I live in a dead zone: last year I drove 2 hours to El Paso for a SQL Saturday, in September I drove 600 miles to Denver for theirs. I'm...
February 4, 2016 at 5:45 am
I really appreciate all the work that presenters put into their presentations. I hope that someday I live somewhere where I can take advantage of events like SQL Saturday, etc....
February 2, 2016 at 6:33 am
Thank You Mike, that was it!
The other have told you how to parse it. That's good because I just want to rant a bit and I know none of it...
September 8, 2015 at 6:17 am
I have found that this XML.Value code will get me the first 4 of the 6 pieces of data I need:
DECLARE @x xml
SET @x = '<datetime1>2014-08-14T04:00:00</datetime1><float1>2.000000000000000e+000</float1><float2>4.190000000000000e+002</float2><float3>1.600000000000000e+001</float3><float4>8.110000000000000e+002</float4><sql_variant1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sqltypes="http://schemas.microsoft.com/sqlserver/2004/sqltypes" xsi:type="sqltypes:float">1.800000000000000e+001</sql_variant1><sql_variant2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
September 4, 2015 at 9:05 am
For about 10 years earlier in my career, I worked for a consulting company in the Philadelphia area. We had close to 100 staff members, very few of whom knew...
August 10, 2015 at 8:26 am
SELECT DISTINCT B.BF_ORGN_CD, B.LEV5, A.BF_ACTY_CD
FROM BF_ORGN A
INNER JOIN BF_ORGN_CNSL_TBL B
ON A.CD=B.BF_ORGN_CD
WHERE A.BF_ACTY_CD IS NOT NULL
ORDER BY B.BF_ORGN_CD,A.BF_ACTY_CD
I have used the window function ROW_NUMBER...
August 5, 2015 at 7:18 am
That's a reasonable question, but it might be instructive to pharse it a little differently: If you are looking to be a programmer, do you need education or do you...
July 2, 2015 at 6:48 am
The problem was resolved. This database is on a DR server, which was the only one that had not been restarted. Until now. Data transfers were halted, DR...
June 26, 2015 at 10:28 am
The remote login = the job owner of both jobs.
June 26, 2015 at 9:31 am
Both queries ran?!
Yes, I can look at error logs. One error I see is Logon Error:18456 Severity:14 State:11.
When I queried sys.dm_os_ring_buffers I see 0x6FD and 0x139F. I understand the...
June 26, 2015 at 9:00 am
Part Time. I returned to the world of IT after a very long hiatus. Working part time during whatever hours I see fit has allowed me to balance work and...
April 27, 2015 at 6:37 am
Stewart "Arturius" Campbell (4/22/2015)
alicesql (4/22/2015)
April 22, 2015 at 7:32 am
Viewing 15 posts - 31 through 45 (of 66 total)