[VIDEO]: What is new in version 6 4 6

More
11 months 2 days ago - 11 months 2 days ago #25524 by admin

Mike
ETL Architect
Last edit: 11 months 2 days ago by admin.

Please Log in or Create an account to join the conversation.

More
11 months 2 days ago #25526 by prashant
Hellos 
The video is frozen to only version number , audio works fine 
The following user(s) said Thank You: admin

Please Log in or Create an account to join the conversation.

More
11 months 2 days ago #25527 by admin
Thank you, we have uploaded another video

Mike
ETL Architect
The following user(s) said Thank You: prashant

Please Log in or Create an account to join the conversation.

More
11 months 2 days ago #25528 by prashant
So Small SQL scripts no longer are required to be created as separate script ??

IF yes -  OMG that's such a good update 

Please Log in or Create an account to join the conversation.

More
11 months 2 days ago #25529 by admin
Yes you right. We wanted to do it for a while and finally did it.
It does indeed reduce the number of scripts and makes it easier to manage. 

Mike
ETL Architect

Please Log in or Create an account to join the conversation.

More
11 months 1 day ago #25531 by prashant
I tried two scripts in Embedded query , both of them are giving me same error
Parameter Convertion To Integer Has Failed: ObjectId
'' is not a valid integer value

Something wrong with my query ? 
--


SELECT TaskID, TaskDescription, PausedUntil
FROM basecamp.checklist_master
WHERE pauseduntil < CAST(GETDATE() AS DATE)
  AND is_deleted = 0;


UPDATE basecamp.checklist_master
SET pauseduntil = NULL
OUTPUT 
    deleted.TaskID, 
    deleted.TaskDescription, 
    deleted.PausedUntil AS OldPausedUntil,
    inserted.PausedUntil AS NewPausedUntil
WHERE pauseduntil < CAST(GETDATE() AS DATE)
  AND is_deleted = 0;


I also tried constructing the query from SQL Editor directly and below too fails with same output 

SELECT     TaskID,     TaskDescription,     PausedUntil FROM [items].[basecamp].[checklist_master] WHERE PausedUntil > CAST(GETDATE() AS DATE)   AND is_deleted = 0;
 
The following user(s) said Thank You: admin

Please Log in or Create an account to join the conversation.

Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Read more
Marketing
Set of techniques which have for object the commercial strategy and in particular the market study.
Google
Accept
Decline
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Google Analytics
Accept
Decline
Functional
Tools used to give you more features when navigating on the website, this can include social sharing.
Advertisement
If you accept, the ads on the page will be adapted to your preferences.
Google Ad
Accept
Decline
Save