Viewing 15 posts - 7,246 through 7,260 (of 13,876 total)
You have a construction like this
INSERT ...
SELECT ... FROM
(INSERT ...
SELECT ...
)
INSERT SELECT does not return a result set, so your outer INSERT...
April 14, 2016 at 9:22 am
Kazmerelda (4/14/2016)
Although I am a dog with...
April 14, 2016 at 9:15 am
Jeffery Williams (4/14/2016)
April 14, 2016 at 8:45 am
Jeffery Williams (4/14/2016)
April 14, 2016 at 8:38 am
ZZartin (4/14/2016)
ORDER BY
case when [No Of Applications] = '1' then 1
when [No Of...
April 14, 2016 at 8:31 am
Why not just order by Number of Applications? Should have the same net effect.
Note that your range names are misleading and overlapping. '06-10' should be '06-09', '10-20' should be '10-19'...
April 14, 2016 at 8:29 am
How do I deal with this situation?
Use a product that works properly, instead? :w00t:
Sorry, couldn't resist.
April 14, 2016 at 8:26 am
I was assuming that the requirement was for some sort of printed report, not just for ways of copying all or part of the screen as an image. But perhaps...
April 14, 2016 at 7:49 am
Nikku (4/13/2016)
Cell A Cell B Cell C Cell...
April 14, 2016 at 4:42 am
Sergiy (4/13/2016)
Those might be characters not from your default code page.
Because you import some sort of unicode strings into varchar columns those characters...
April 13, 2016 at 5:47 pm
In SQL Agent, edit the job step.
Click on the Configuration tab and then the Advanced tab. Check that the '32-bit runtime' check box is selected.
April 13, 2016 at 5:06 pm
pvong (4/13/2016)
April 13, 2016 at 2:39 pm
Ordering the output by the IDENTITY column makes this a challenge, as I am sure you are aware.
What is the difference between the first batch of NULLs and the second...
April 13, 2016 at 2:10 pm
uzn2010 (4/13/2016)
[Connection manager "Excel Connection Manager"] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB...
April 13, 2016 at 10:07 am
richardmgreen1 (4/13/2016)
The targets are also dealt with in a similar fashion (the target SQL table is starts...
April 13, 2016 at 9:14 am
Viewing 15 posts - 7,246 through 7,260 (of 13,876 total)