Viewing 15 posts - 556 through 570 (of 2,062 total)
"obviously replacing the params with the actual values"
do you mean
SELECT *
FROM A
where col1=@param1
with
SELECT *
FROM A
where col1=1
August 9, 2018 at 8:16 am
or you could use the oracle to_date function
AND SLD.docenimerosisdate >='02/02/2018'
AND SLD.docenimerosisdate >=TO_DATE('02/02/2018','DD/MM/YYYY')
July 27, 2018 at 3:45 am
I've only used PDF for exact layouts. Does it "print" correctly there?
Have you played around with HTML device settings html-device-information-settings
July 10, 2018 at 4:33 am
Have you tried a textual dump of the offending field to see what value might give the error?
SELECT dateasstring from openquery(progresssource,'select tostring(offendingfield) dateasstring ...') progress
June 14, 2018 at 7:25 am
I don't use SSAS yet but Have you looked at the logs?
Following link is a bit old but might still be relevant
CU7...
May 29, 2018 at 7:58 am
All the packages of the project are checked out?
May 26, 2018 at 8:14 am
Does the statement work outside sql server agent? It might be a permission problem.
You can run sql agent jobs under a different windows account using proxies and credentials
May 18, 2018 at 9:08 am
spid= connection id, usually < 50 are system connection.
About your memory error, it is mentioned in de MS docs Resolve page allocation failures due to insufficient memory...
May 18, 2018 at 9:04 am
PASS is a bit far but in Belgium I recommend Dataminds Connect (previously sql server days).
Enjoying the precon for the in-depth training about a specific topic, and the next...
April 17, 2018 at 2:59 am
Latest is best
Fond memories of SQL 2012 with the introduction of analytic functions
April 10, 2018 at 6:10 am
At work we did it parameterising the Connection property of the package-level OLEDB connector (which allows parameterisation)
MyProcessingFile is set with the for-each iterator
Connectionstring
"Data Source=" + @[User::MyProcessingFile]...
April 6, 2018 at 8:09 am
in memoriam. Didn't know Robert but he wrote good blogs.
April 5, 2018 at 3:46 am
Viewing 15 posts - 556 through 570 (of 2,062 total)