Viewing 15 posts - 541 through 555 (of 2,044 total)
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
Looks like the data-driven subscription functionality
https://docs.microsoft.com/en-us/sql/reporting-services/subscriptions/data-driven-subscriptions
March 14, 2018 at 4:03 am
Testing spring cleanup subscriptions. We're getting 10+°C in wintertime
January 25, 2018 at 5:21 am
Trace command on the source why it takes so long? Play with decreasing/increasing buffer sizes
January 10, 2018 at 8:58 am
Viewing 15 posts - 541 through 555 (of 2,044 total)