Viewing 15 posts - 391 through 405 (of 4,820 total)
Figured out the problem. It was not the column groups at all. Just hate it that VS with Data Tools makes it so easy to miss the real problem.
November 13, 2018 at 10:28 am
Come to think of it, I doubt it's the version of SSRS. If you put an image in a header, it's not going to change until the group the header...
November 13, 2018 at 7:03 am
November 13, 2018 at 6:58 am
Check the permissions on that folder that the error identifies. Be sure the security context under which that powershell script runs, has access to that folder.
November 13, 2018 at 6:19 am
Here's some data to back me up:
If your stored procedure took 15 minutes to run, you'd be doing this for 5,707,031.25 YEARS. (Clearly impossible to accomplish)
If...
November 12, 2018 at 3:41 pm
November 12, 2018 at 3:20 pm
How about we consider the need for the result to NOT be NULL?SELECT TOP (1) Field
FROM TABLE
WHERE Field IS NOT NULL
ORDER BY [Key];
November 12, 2018 at 2:53 pm
Why do this? What's the bigger picture?
November 12, 2018 at 2:46 pm
November 12, 2018 at 6:20 am
Doesn't have to actually be that long. Once you have the human readable string, here's the SSIS code to get it into a date:(DT_DATE)((DT_STR,10,1252)REPLACE(REPLACE(REPLACE('0x323031342D30342D3037', '0x', ''), '2D', '-'), '3',...
November 9, 2018 at 6:48 am
Not sure, but have you tried making an explicit transaction such that the SQL command you supply does the BEGIN TRAN followed by an INSERT that includes your SELECT from...
November 9, 2018 at 6:36 am
November 1, 2018 at 6:27 am
November 1, 2018 at 6:13 am
Viewing 15 posts - 391 through 405 (of 4,820 total)